UART issues please help #6394
Replies: 1 comment
-
Posted at 2020-06-13 by @allObjects Not much familiar with the context, but if serial gets stuck or a like, check where the console goes. Give it another try after removing the console.log()s. There are ways to direct the console somewhere else. (console, connected, hang, etc.) Posted at 2020-06-13 by @MaBecker
for a wemos board you have to use NodeMCU pin names http://www.espruino.com/Reference#NodeMCU https://github.com/espruino/Espruino/blob/master/targets/esp8266/jswrap_nodemcu.c Posted at 2020-06-14 by martinbandung I solved the problem. I can do it after moving the console to Telnet. I read it on espruino documentation on the very bottom of the page. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-06-12 by martinbandung
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?
Beta Was this translation helpful? Give feedback.
All reactions