I have reset the arduino several times(20 or more), one of them the module started transmiting and now is working again.
I tried with some other modules, switching them off for several minutes, and the problem is the same.
pacovi
@pacovi
Best posts made by pacovi
Latest posts made by pacovi
-
RE: Mysbootloader, problem after reboting.
-
Mysbootloader, problem after reboting.
Hi, I'm using mysbootloader with MYScontroller to upload firmware OTA
I've been able to upload several FW's (repeater, temperatures relay, etc.) Everything works fine for several days, but when I switch off the node for some minutes, and then switch on again, the node start requesting firmware in a loop, I'm not able to upload any FW or to reboot the node from MYSController.These are the messages received in MYSController from the node
[2016-01-18 13:24:01.076 Info] TX 33;0;4;0;1;0C0003002805F8C5
[2016-01-18 13:24:01.076 Info] RX 33;255;4;0;0;0C0003002805F8C50101
[2016-01-18 13:24:13.274 Info] TX 33;0;4;0;1;0C0003002805F8C5
[2016-01-18 13:24:13.274 Info] RX 33;255;4;0;0;0C0003002805F8C50101
[2016-01-18 13:24:38.325 Info] TX 33;0;4;0;1;0C0003002805F8C5
[2016-01-18 13:24:38.325 Info] RX 33;255;4;0;0;0C0003002805F8C50101
I'm using;
MYScontroller 0.1.2.282
Mysensors v 1.5
Arduino mini ATmega 328 5v.These are the lines added to my boards.txt file:
proMYSBL.name=ATmega328 16Mhz MYSBootloader
proMYSBL.upload.tool=avrdude
proMYSBL.upload.protocol=arduino
proMYSBL.upload.maximum_size=30720
proMYSBL.upload.maximum_data_size=2048
proMYSBL.upload.speed=115200
proMYSBL.bootloader.tool=avrdude
proMYSBL.bootloader.low_fuses=0xF7
proMYSBL.bootloader.high_fuses=0xDA
proMYSBL.bootloader.extended_fuses=0x06
proMYSBL.bootloader.unlock_bits=0x3F
proMYSBL.bootloader.lock_bits=0x0F
proMYSBL.bootloader.file=MySensors/MYSBootloader.hex
proMYSBL.build.mcu=atmega328p
proMYSBL.build.f_cpu=16000000L
proMYSBL.build.board=AVR_UNO
proMYSBL.build.core=arduino
proMYSBL.build.variant=standard