Search found 94 matches

by EasyRider
Sat Oct 13, 2018 2:06 pm
Forum: ESP32 boards
Topic: Is _thread supported on ESP32 with SPIRam?
Replies: 8
Views: 7801

Re: Is _thread supported on ESP32 with SPIRam?

Anyone using ESP32 with 4MB SPIRam and latest micropython relevant firmware ?
Would appreciate to know if _Thread works or if anyone knows what the status with _Thread is or should be.

Regards
by EasyRider
Fri Oct 12, 2018 6:28 am
Forum: ESP32 boards
Topic: Is _thread supported on ESP32 with SPIRam?
Replies: 8
Views: 7801

Re: Is _thread supported on ESP32 with SPIRam?

Module is ESP32-WROVER. This is reboot log. Rebooting... ets Jun 8 2016 00:22:57 rst:0xc (SW_CPU_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:473...
by EasyRider
Fri Oct 12, 2018 6:10 am
Forum: ESP32 boards
Topic: Is _thread supported on ESP32 with SPIRam?
Replies: 8
Views: 7801

Re: Is _thread supported on ESP32 with SPIRam?

Threading and above code works on "standard" ESP32module with most recent "standard" firmware.
by EasyRider
Fri Oct 12, 2018 5:51 am
Forum: ESP32 boards
Topic: Is _thread supported on ESP32 with SPIRam?
Replies: 8
Views: 7801

Re: Is _thread supported on ESP32 with SPIRam?

this is the thread initializing code, there is a typo error in earlier post.

Code: Select all

_thread.start_new_thread(test, ("Thread-1", 2))
by EasyRider
Fri Oct 12, 2018 5:47 am
Forum: ESP32 boards
Topic: Is _thread supported on ESP32 with SPIRam?
Replies: 8
Views: 7801

Is _thread supported on ESP32 with SPIRam?

Is _Thread supported on ESP32? Trying on SPIRam module with most recent SPIRam firmware and module crashes/reboots when initializes thread. import _thread import time def test( threadName, delay): while True: print("Hello from thread", threadName) time.sleep(delay) _thread.start_new_thread(test, ("T...
by EasyRider
Tue Jul 03, 2018 4:04 am
Forum: Newsletter archive
Topic: MicroPython Newsletter Issue 1
Replies: 29
Views: 316209

Re: MicroPython Newsletter Issue 1

x
by EasyRider
Sat Apr 07, 2018 10:08 am
Forum: MicroPython pyboard
Topic: REPL Pyboard over serial not USB
Replies: 10
Views: 9241

Re: REPL Pyboard over serial not USB

Bumping this thread. Looking for solution to Pyboard Repl over UART, where Ctrl-C break doesn't work. Been a recognized problem for a long time. https://github.com/micropython/micropython/issues/1568 Need to have REPL access to remote pyboards via wireless minicom UART terminal, have this working bu...
by EasyRider
Tue Feb 06, 2018 2:17 am
Forum: General Discussion and Questions
Topic: State of MicroPython universe (was: of micropython-lib?)
Replies: 52
Views: 48353

Re: State of micropython-lib?

I prefer micropython/pyboard due to its polish and stability compared to circuitpython and/or pypi. I hope to stay with the original lib stream provided here. Hopefully all of this will be clarified soon. +1. This situation needs to be clarified sooner rather than later. I guess there are commercia...
by EasyRider
Fri Jan 12, 2018 11:46 pm
Forum: General Discussion and Questions
Topic: Is Micropython ready for industry?
Replies: 21
Views: 41323

Re: Is Micropython ready for industry?

Is Micropython ready for industry? Have been asking the same question for past 2 years. My primary applications are distributed industrial control systems. Most operating 24/7 and some requiring high reliability, with some nodes having redundancy and backup built in. Moving away from traditional wi...
by EasyRider
Mon Jan 01, 2018 2:25 am
Forum: General Discussion and Questions
Topic: Python Code Search Engine
Replies: 3
Views: 3355

Python Code Search Engine

For people that are not aware and need to find example micropython code on the net.
Very useful.
Enjoy.

https://pythonexample.com/search?q=micropython