lbento27 / esp-gps-speed-web

Using ESP8266(AP mode) and a neo6 gps to track max speed and display it on a web server fro RC cars
2 stars 0 forks source link

Nice job! #1

Open henkiejan1 opened 3 years ago

henkiejan1 commented 3 years ago

Hi,

You made exactly where i was looking for! What a great job. :) Compliments!

henkiejan1 commented 3 years ago

Got it only not working. Neo6M connected to Wemos D1 mini D7 en D8 and on 5v. I see the AP but when i try connect i did not got a ip adress

lbento27 commented 3 years ago

Got it only not working. Neo6M connected to Wemos D1 mini D7 en D8 and on 5v. I see the AP but when i try connect i did not got a ip adress

Early I was getting the same issue because I was using SOFTWARESERIAL library and then I switched to physical serial pins RX TX, can you test for those? Just remove the line Serial. Swap(); and connect the TX - Rx Rx-TX and see, or before that remove line WiFi. SoftAPConfig (local_ip, gateway, subnet) and let the ESP handle the IP, I think then the IP will be 192.168.4.1, or even first just disconnect D7 and D8 and try to boot and see if you get an IP, and make sure that there's no others ESP on interfering whit wifi

henkiejan1 commented 3 years ago

A very late reply. But it looks like it works with outcomment the ip config of the wemos. I need to wait for the gps fix but i see the time in the interface. So i think that should be not a problem. :)

henkiejan1 commented 3 years ago

I have use the gps last evening and works very nice! Great job. Should a Neo-8M works better? And is there any idea to display the top speed and gps on a SSD1306 oled display?