so, i am interfacing esp8266 wemos d1 mini with atmega328. ATmega328 sending data to esp8266 using serial communication. I think the serial is not working correctly.
when i powered up 2 board,the esp can connect to my local mqtt and sending "no_data", even though i see on my atmega328 lcd that the data was sent correctly.
but when i connect to wemos using espruino ide over ip address. i magically can send the data to mqtt correctly.
i've tries several times, that i need to connect to esp through espruino program on computer as if it is "openning the lock" on my uart port on esp.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
so, i am interfacing esp8266 wemos d1 mini with atmega328. ATmega328 sending data to esp8266 using serial communication. I think the serial is not working correctly.
when i powered up 2 board,the esp can connect to my local mqtt and sending "no_data", even though i see on my atmega328 lcd that the data was sent correctly.
but when i connect to wemos using espruino ide over ip address. i magically can send the data to mqtt correctly.
i've tries several times, that i need to connect to esp through espruino program on computer as if it is "openning the lock" on my uart port on esp.
where is the mistake?