mtongnz / ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
GNU General Public License v3.0
612 stars 158 forks source link

Can't upload firmware again. #27

Closed JyskMaker closed 7 years ago

JyskMaker commented 7 years ago

Hi Grate job :-)

I install the firmware with the http://esp8266-webupdate.local works fine the first time. Made a error in the setup, and can't connect to it again, so i try to do the reset (power of min 5 times) and The GPIO14 to GND at start up, nothing works. Then i try http://esp8266-webupdate.local to upload the firmware again. Now i only get a lot of "noice" on the com port, and no SSID to connect to??

Try it a loot of times, nothing works. If i upload anoter project it all works fine, but not with your firmware.

I'am using Wemos D1 Mini.

mtongnz commented 7 years ago

My firmware doesn't use mDNS so you need to use the IP address to access it. In hotspot mode, this will be 2.0.0.1. In WiFi mode, check DMX Workshop or your router's DHCP table to find the IP.

I haven't used a Wemos before - they've got a 4M flash size so I'm not sure if that's causing an issue. I've uploaded a new binary using the 4M(3M SPIFFS) setting for you to try. Please let me know if it works.

JyskMaker commented 7 years ago

The firmware will not run at all, its like the setting is fuct up

JyskMaker commented 7 years ago

Yes i will trye the new Wemos D2 bin now.

mtongnz commented 7 years ago

Is it working? Or at least running?

JyskMaker commented 7 years ago

Thats works, but when i give it a ip address in the setup, like 192.168.3.100 and there is no GW address to set. I can't connect to it any more.

mtongnz commented 7 years ago

Gateway isn't needed as we're not connecting to the internet. Make sure you've set the subnet correctly.

Also, if you're trying to change the IP for hotspot mode, it won't work. The IP in hotspot mode is always 2.0.0.1.

I haven't tested the static IP settings for a while. I'll check them later to see they are working.

JyskMaker commented 7 years ago

I have my local network with wifi, an i normel use 192.168.x.x And my wifi router is at 192.168.0.1 where all my computers are on. i like the ArtNetNote to be on 192.168.3.100 and forward. Can't i connect to the setup / config page by using 192.168.3.100 ?

mtongnz commented 7 years ago

Yeah you can but you'll need to setup some routing tables or static routes in your router. I'm not very good at this.

Easiest way would be to set your computer IP into the 192.168.3.x subnet.

JyskMaker commented 7 years ago

Why not just add a gw i have 6 security cam, 3 computer, som tables, oure phones, NAS server, some other ESP devices printer and so on.

JyskMaker commented 7 years ago

When will you release the code, so i can make it my self?

mtongnz commented 7 years ago

Code release will be when I do the first non beta release. I still have sACN support to add first. I will look into adding gateway for the next beta also. This will probably be a few weeks away yet. I am closing this issue as the initial issue is closed - I will open a new one with the gateway feature request