-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP8266 does not respond #15137
Comments
I'm not familiar with the ESP8266 at all, but does it require a separate FTDI cable? Or is it integrated in the same USB-interface you programmed it over? Did you connect it properly? Also: personally I would avoid doing embedded things in a VM if possible. It's always a mess to get hardware working on it. |
It is NODEMCU Lua ESP8266 ESP-12E CP2102. It has integrated USB-interface(micro-USB connector). I also tried ESP-01 with this serial programmer with same result. In VirtualBox I bridged interface: CP2102 USB to UART Bridge Controller. Also When I compile and flash from Arduino IDE(also inside VM) everything works. I think the code is not even running on chip. When I compile a flash it with /RIOT/tests/leds nothing is blinking. Flashing process looks fine, board is flashing communication LED during writing. But after reset there is nothing. I will try to flash it from my Raspberry Pi without VM. |
That should just work. |
Unfortunately same result.
|
I just tried it myself and can confirm the observation. This is a new bug, thank you for reporting! Output works fine with I'll try a bisect. |
|
Perfect! I look forward to the new release. |
Let's keep the issue open until it's fixed 😉 |
Hello I am new to the RIOT OS. I can't get my ESP8266 working.
Description
After succesful flash there is no communication with ESP8266
Steps to reproduce the issue
main.c
Makefile
make flash term
Expected results
setup, loop, loop, ...
Actual results
Versions
Operating system: Windows 10 -> VM Virtual Box -> Ubuntu 20.04.1
I followed this guide
Everything went ok except installing coccinelle which I added from ppa. and python-serial which i used python3-serial instead
I tried both toolchain installation(riotdocker, manual) with same result
Before ESP8266 I tried arduino nano that is working fine.
The text was updated successfully, but these errors were encountered: