Search found 25 matches

by cartere
Fri Feb 09, 2018 3:40 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

Re: MicroPython on ESP32 with SPIRAM support

I have five of the Lolin boards that intermittently show the over heat problem. The problem occurs much more frequently with short high quality cables, I have a long cable connected to an extension cable that seems to be immune to causing the problem. This makes me suspicious of either a critical vo...
by cartere
Thu Feb 08, 2018 1:51 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

Re: MicroPython on ESP32 with SPIRAM support

After the recent ftp upgrade in place editing from the Atom text editor seems to be working! Thanks loboris!
by cartere
Tue Feb 06, 2018 1:24 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

Re: EVE display module

loboris, status of the driver? Any chance of a 'hello world' quick example, recently backed Gameduino 3 kickstarter would love to put Micropython on it. Status of which driver exactly ? Gameduino 3 is based on esp8266, isn't it ? Gameduino 3 is based on esp8266 but would happily replace with an esp...
by cartere
Tue Feb 06, 2018 2:44 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

EVE display module

loboris, status of the driver?
Any chance of a 'hello world' quick example, recently backed Gameduino 3 kickstarter would love to put Micropython on it.
by cartere
Wed Jan 31, 2018 9:10 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

Re: MicroPython on ESP32 with SPIRAM support

thanks loboris!
by cartere
Wed Jan 31, 2018 6:59 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

Re: MicroPython on ESP32 with SPIRAM support

I am working on a anemometer that has a magnet that closes a reed switch each revolution. from time import * import machine import network pin22 = machine.Pin(22,machine.Pin.IN) twind =ticks_ms() windSpeed=0 def callback22(p): global twind global windSpeed a = ticks_ms() deltat= ticks_diff(a , twind...
by cartere
Wed Jan 31, 2018 1:59 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

Re: MicroPython on ESP32 with SPIRAM support

Has anyone else used the analog lamb Wrover breakout board? It's schematic shows IO12 being pulled up to 3.3v see https://github.com/AnalogLamb/esp32/blob/master/Schematic%20__WROVER32_Breakout.pdf Yet the Wrover datasheet doesn't show to do this in the peripherals schematic see https://www.espress...
by cartere
Sun Jan 28, 2018 1:28 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

Re: MicroPython on ESP32 with SPIRAM support

loboris wrote:
Sun Jan 28, 2018 9:17 am
cartere wrote:
Sun Jan 28, 2018 3:51 am
loboris, looks like the RMT can be tickled to do input capture. Any chance that might be on your development timeline?
RMT input capture is used in Onewire module and will be used in the new pulse module.
Thanks loboris!
by cartere
Sun Jan 28, 2018 3:51 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

Re: MicroPython on ESP32 with SPIRAM support

loboris, looks like the RMT can be tickled to do input capture. Any chance that might be on your development timeline?
by cartere
Thu Jan 25, 2018 5:12 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538814

ftp

laboris trying to figure out curl, sendmail works with no issues, ftp works with your test server but not local using FileZilla. Do you have any suggestions for a server? Any setup recommendations for FileZilla server? Ftp port is open and I see a successful login but then things hang.