Search found 165 matches

by bitninja
Tue Jun 15, 2021 4:18 pm
Forum: General Discussion and Questions
Topic: Can't Serial into MicroPython ESP8266
Replies: 2
Views: 1567

Re: Can't Serial into MicroPython ESP8266

Hi... in my test I found I had to run minicom with sudo to get access to the serial port. There is a ways to enable it for all users so that sudo is not needed but I have not researched it yet. That might be the issue. HTH Joe ahh I found the info here... https://forum.micropython.org/viewtopic.php?...
by bitninja
Sun Jun 13, 2021 2:20 am
Forum: ESP8266 boards
Topic: New to MicroPython, putty showing garbage chars
Replies: 46
Views: 21523

Re: New to MicroPython, putty showing garbage chars

That is correct. You should not have to press anything. Only, if the terminal is unresponsive do I try the RESET button. If that doesn't work I unplug/plug.
by bitninja
Sun Jun 13, 2021 1:14 am
Forum: ESP8266 boards
Topic: New to MicroPython, putty showing garbage chars
Replies: 46
Views: 21523

Re: New to MicroPython, putty showing garbage chars

Sorry I couldn't help.

I really would try Lua or Arduino to see if the hardware is having issues.

Good luck!
by bitninja
Sun Jun 13, 2021 1:07 am
Forum: ESP8266 boards
Topic: New to MicroPython, putty showing garbage chars
Replies: 46
Views: 21523

Re: New to MicroPython, putty showing garbage chars

BTW... I usually unplug and re-plug the device (hard reset) before testing with putty. Here is what I connect with by default...
putty1.PNG
putty1.PNG (29.74 KiB) Viewed 4387 times
The attachment putty2.PNG is no longer available
by bitninja
Sun Jun 13, 2021 12:56 am
Forum: ESP8266 boards
Topic: New to MicroPython, putty showing garbage chars
Replies: 46
Views: 21523

Re: New to MicroPython, putty showing garbage chars

I probably should have said "incompatible" firmware. The images on the MicroPython site are fine. That's what I used when I just tested it. I do not own an Adafruit Huzzah, so unfortunately I cannot help on that front. But I am certain that MicroPython supports it... https://docs.micropython.org/en/...
by bitninja
Sun Jun 13, 2021 12:21 am
Forum: ESP8266 boards
Topic: New to MicroPython, putty showing garbage chars
Replies: 46
Views: 21523

Re: New to MicroPython, putty showing garbage chars

I see you ran it with the -fm dio, do you get the same result without those parameters?

Honestly, it looks like a bad firmware image. What kind of board ESP8266 board do you have?
by bitninja
Sun Jun 13, 2021 12:08 am
Forum: ESP8266 boards
Topic: New to MicroPython, putty showing garbage chars
Replies: 46
Views: 21523

Re: New to MicroPython, putty showing garbage chars

First of all you only need to run ONE of those commands... not both. I suspect the flash mode may be the issue. Just run the first command alone and retry with putty.
by bitninja
Sat Jun 12, 2021 11:45 pm
Forum: ESP8266 boards
Topic: New to MicroPython, putty showing garbage chars
Replies: 46
Views: 21523

Re: New to MicroPython, putty showing garbage chars

Sorry to hear you are having troubles mate... The following advice might not help, since I essentially use the same hardware every time... But just to make sure we didn't miss anything basic... 1. Are you erasing the flash first? I always do. esptool.py -p COM19 -c esp8266 -b 460800 erase_flash 2. A...
by bitninja
Tue May 25, 2021 8:42 pm
Forum: Raspberry Pi microcontroller boards
Topic: Thonny Alternative (Windows)
Replies: 1
Views: 2035

Thonny Alternative (Windows)

For anyone who might be interested, I have written an application that could be used as an IDE of sorts... rp2-repl.jpg It only works in Windows currently and really only requires that Python 3 is installed... however if you run into issues running the pyboard.py script (missing dependencies), you c...
by bitninja
Tue May 25, 2021 8:06 pm
Forum: Programs, Libraries and Tools
Topic: Windows Application Based on PYBOARD.PY
Replies: 1
Views: 2454

Re: Windows Application Based on PYBOARD.PY

Apologies to anyone who tried the application with the Raspberry Pi Pico... my internal REPL did not work properly.

I have fixed this and re-arranged the UI a bit... :D
pybfm-repl.jpg
pybfm-repl.jpg (67.47 KiB) Viewed 1876 times