New NodeMCU firmware doesn't work
Posted: Wed Aug 10, 2016 4:48 am
Hi all,
I can't seem to get the new firmware from http://nodemcu-build.com/ (V 1.5.4.1) to work on any of my nodes..
I've a fair number of them, all nodemcu's via aliexpress, so far I've only had one DOA.
I want to create a lot of sensors around the house and garden, I've got 5 of them running already with various modules attached (DHT11, DHT22, MQ-7, LDRs etc)
So the new batch arrived along with a few more sensors - BMP180, Lux light level etc - all these new ones run via i2c.
The firmware I've been using to base my lua scripts on wasn't compiled with i2c so I thought I'd just pop along to the build your own and download a new version with the i2c and a few other modules added.
My original firmware from June this year had 10 modules, the new one had 18.
I use Ubuntu and esptool.py for flashing along with ESPlorer for programming, so far I've never had a problem.
It seemed to flash the new firmware with the 18 modules correctly but when rebooting the node it just started flashing its LED very rapidly. I tried to communicate with it but nothing..
I then tried to reduce the number of modules along with DEV instead of MASTER - nothing..
I changed the baud setting, the cable - everything.. i verified the image after every flashing and also did a delete flash before each - but nothing loaded from the new firmware.
I tried this on three different node's - 2 from the same manufacture and 1 from a different manufacture.
All failed.
I then tried the old 10 module firmware from June ( i think it's 1.5.1 according to this page https://github.com/nodemcu/nodemcu-firmware/releases) and it flashed without a problem on all three of the nodes - I just don't understand what I'm doing wrong?
Is anyone else having an issue?
All I want is the i2c module working..
Your thoughts would be appreciated..
thanks
I can't seem to get the new firmware from http://nodemcu-build.com/ (V 1.5.4.1) to work on any of my nodes..
I've a fair number of them, all nodemcu's via aliexpress, so far I've only had one DOA.
I want to create a lot of sensors around the house and garden, I've got 5 of them running already with various modules attached (DHT11, DHT22, MQ-7, LDRs etc)
So the new batch arrived along with a few more sensors - BMP180, Lux light level etc - all these new ones run via i2c.
The firmware I've been using to base my lua scripts on wasn't compiled with i2c so I thought I'd just pop along to the build your own and download a new version with the i2c and a few other modules added.
My original firmware from June this year had 10 modules, the new one had 18.
I use Ubuntu and esptool.py for flashing along with ESPlorer for programming, so far I've never had a problem.
It seemed to flash the new firmware with the 18 modules correctly but when rebooting the node it just started flashing its LED very rapidly. I tried to communicate with it but nothing..
I then tried to reduce the number of modules along with DEV instead of MASTER - nothing..
I changed the baud setting, the cable - everything.. i verified the image after every flashing and also did a delete flash before each - but nothing loaded from the new firmware.
I tried this on three different node's - 2 from the same manufacture and 1 from a different manufacture.
All failed.
I then tried the old 10 module firmware from June ( i think it's 1.5.1 according to this page https://github.com/nodemcu/nodemcu-firmware/releases) and it flashed without a problem on all three of the nodes - I just don't understand what I'm doing wrong?
Is anyone else having an issue?
All I want is the i2c module working..
Your thoughts would be appreciated..
thanks