problème suite à la programmation d'un sonnof

Forum dédié aux bricolages d'objets connectés IOT et leurs communications avec DomoticZ :
- Remplacement de firmware des prises, modules relais ...
- Fabrication à base d'ESP8266, de NodeMCU, de Weemos et consorts ...
visual77
Messages : 19
Inscription : 30 déc. 2015, 21:32

problème suite à la programmation d'un sonnof

Message par visual77 »

bonsoir
voulant intégrer des relais th16 de chez sonnof je viens de flasher l'un d'entre eux pour installer espeasy version R140
Etant sous linux j'utilise l'interface Arduino pour programmer, ce qui ne m'a jamais posé de problème
Mon processus se programmation semble se dérouler correctement (cf code ci dessous) mais lorsque je relance mon esp8266 il n'est pas visible dans les réseaux disponibles
Auriez vous une explication ?

Par avance merci

Code : Tout sélectionner

Les variables globales utilisent 49472 octets (60%) de mémoire dynamique, ce qui laisse 32448 octets pour les variables locales. Le maximum est de 81920 octets.
/home/michel/.arduino15/packages/esp8266/tools/esptool/0.4.8/esptool -vv -cd ck -cb 115200 -cp /dev/ttyUSB0 -ca 0x00000 -cf /tmp/arduino_build_552559/ESPEasy.ino.bin 
esptool v0.4.8 - (c) 2014 Ch. Klippel <ck@atelier-klippel.de>
	setting board to ck
	setting baudrate from 115200 to 115200
	setting port from /dev/ttyUSB0 to /dev/ttyUSB0
	setting address from 0x00000000 to 0x00000000
	espcomm_upload_file
	espcomm_upload_mem
opening port /dev/ttyUSB0 at 115200
	tcgetattr
	tcsetattr
	serial open
opening bootloader
resetting board
trying to connect
	setting character timeout 0
	done
	setting character timeout 1
	done
	espcomm_send_command: sending command header
	espcomm_send_command: sending command payload
trying to connect
	setting character timeout 0
	done
	setting character timeout 1
	done
	espcomm_send_command: sending command header
	espcomm_send_command: sending command payload
	espcomm_send_command: receiving 2 bytes of data
	espcomm_send_command: receiving 2 bytes of data
	espcomm_send_command: receiving 2 bytes of data
	espcomm_send_command: receiving 2 bytes of data
	espcomm_send_command: receiving 2 bytes of data
	espcomm_send_command: receiving 2 bytes of data
	espcomm_send_command: receiving 2 bytes of data
	espcomm_send_command: receiving 2 bytes of data
Uploading 429600 bytes from to flash at 0x00000000
	erasing flash
	size: 068e20 address: 000000
	first_sector_index: 0
	total_sector_count: 105
	head_sector_count: 16
	adjusted_sector_count: 89
	erase_size: 059000
	espcomm_send_command: sending command header
	espcomm_send_command: sending command payload
	setting timeout 15000
	setting character timeout 150
	done
	setting timeout 1
	setting character timeout 1
	done
	espcomm_send_command: receiving 2 bytes of data
	writing flash
....................................................................................................................................................................................................................................................................................................................................................................................................................................
starting app without reboot
	espcomm_send_command: sending command header
	espcomm_send_command: sending command payload
	espcomm_send_command: receiving 2 bytes of data
closing bootloader
Répondre