Search found 94 matches

by EasyRider
Tue May 30, 2017 9:39 am
Forum: ESP8266 boards
Topic: micropython R1.9 ETA @@ released @@
Replies: 34
Views: 29463

Re: micropython R1.9 ETA @@ released @@

jcea wrote: I guess he meant it was never part of the machine module (pyb still supports high/low) To me, high/low refers to an electrical state, and that is what a pin's state is. It is somewhat confusing that on/off is now used for both signal and pins... but maybe it's just me... Another +1. Who...
by EasyRider
Tue Jan 17, 2017 12:49 am
Forum: ESP32 boards
Topic: Esp32 port
Replies: 35
Views: 44439

Re: Esp32 port

+1. Hopefully more reliable than 8266.

Have given up on ESP8266 as unreliable with too many issues for my needs.
by EasyRider
Sun Nov 13, 2016 11:34 am
Forum: ESP8266 boards
Topic: ESP8266 Random reset log
Replies: 0
Views: 6056

ESP8266 Random reset log

ESP8266-07 (1MB) with latest firmware esp8266-20161110-v1.8.6.bin. Running counting/printing loop and blinking LED 0.2sec delay, on clean linear power supply, no wifi connection. Crashed after approx. 8 hours of continuous running. This is the reset log. ets Jan 8 2013,rst cause:4, boot mode:(3,6) w...
by EasyRider
Wed Oct 12, 2016 3:44 am
Forum: Other Boards
Topic: My new PYB Nano board is coming
Replies: 43
Views: 34824

Re: My new PYB Nano board is coming

There is definitely a need for a low cost GP micropython board. I would suggest to make MMA7760 an option to reduce cost further. You can now get very powerful nano Linux SBC's with multitasking , WiFi and full python or whatever you want to program with. For less than $13: https://www.seeed.cc/Link...
by EasyRider
Wed Aug 10, 2016 12:19 am
Forum: ESP8266 boards
Topic: Software serial?
Replies: 57
Views: 73600

Re: Software serial?

I need a working UART port on the ESP. I don't care about the garbage that comes out at the start or whenever, I will be filtering all the data using specific packet protocol with CRC. My issue is disabling REPL on UART. WebREPL is providing the replacement functionality that I need. The REPL doesn'...
by EasyRider
Tue Jul 26, 2016 12:46 pm
Forum: ESP8266 boards
Topic: Robustness of file system?
Replies: 9
Views: 9069

Re: Robustness of file system?

Nevertheless a Flash friendly filesystem to replace FAT on all MicroPython platforms would be awesome - if it keeps things 'micro' and supports the block protocol.
Does this mean that FAT format is used on STM32F4 Micropython platforms, including 405 pyboards?
by EasyRider
Wed Jul 20, 2016 12:50 pm
Forum: ESP8266 boards
Topic: WEBREPL set password error on new NODEMCU 4MB
Replies: 16
Views: 13281

Re: WEBREPL set password error on new NODEMCU 4MB

Nodemcu firmware programmer under widows 7 has been working ok for me. Make sure you have these settings correct. Under "Config" tab , check the correct box on left for the micropython firmware file selected that you want to upload, offset in the right column is set to 0x00000. Under "Advanced" tab ...
by EasyRider
Wed Jul 20, 2016 12:15 am
Forum: ESP8266 boards
Topic: WEBREPL set password error on new NODEMCU 4MB
Replies: 16
Views: 13281

Re: WEBREPL set password error on new NODEMCU 4MB

I was using in WIN 7, "ESP FLASH DOWNLOAD TOOL V2.3" and looks like it was screwing up flash when uploading micropython . I went through flash size settings and start offsets dozens of time and I don't think that settings was an issue. But after uploading micropython, sometimes os.listdir() showed a...
by EasyRider
Sat Jul 16, 2016 4:02 am
Forum: ESP8266 boards
Topic: WEBREPL set password error on new NODEMCU 4MB
Replies: 16
Views: 13281

Re: WEBREPL set password error on new NODEMCU 4MB

Firmware is a pre-compiled bin from official Mycropython download website.
by EasyRider
Sat Jul 16, 2016 3:28 am
Forum: ESP8266 boards
Topic: WEBREPL set password error on new NODEMCU 4MB
Replies: 16
Views: 13281

WEBREPL set password error on new NODEMCU 4MB

New NodeMcu 4MByte board. Firmware: - MicroPython v1.8.2-14-g780114e on 2016-07-15; ESP module with ESP8266 Fully erased/formated ALL flash. Initial Webrepl connection, entered and confirmed new password. Board did not reset but came up with this error. Traceback (most recent call last): File "webre...