Search found 18 matches

by demoontz
Tue Apr 10, 2018 12:40 pm
Forum: Programs, Libraries and Tools
Topic: Pycharm micropython plug-in
Replies: 3
Views: 4549

Re: Pycharm micropython plug-in

awesome!
but i see developer has lot of problems, i guess it would be co if we can assist him.
https://github.com/vlasovskikh/intellij ... hon/issues
by demoontz
Thu Mar 29, 2018 6:45 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 527906

Re: MicroPython on ESP32 with SPIRAM support

i found this one:
https://loboris.eu/forum/Thread-Documen ... hlight=dht

>>> import machine
>>> machine.DHT(machine.Pin(4), machine.DHT.DHT2X).read()
(True, 26.0, 44.0)
>>>

tnx =0)
by demoontz
Wed Mar 28, 2018 3:42 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 527906

Re: MicroPython on ESP32 with SPIRAM support

hello!
flashed latest firmware MicroPython_LoBo_esp32_all.zip, i seen all modules included in description, but:
>>> import dht
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'dht'

smth i missed?
thanx
ps. do we have any chats?
by demoontz
Fri Jan 26, 2018 3:56 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 527906

Re: MicroPython on ESP32 with SPIRAM support

guys, how about other modules? now i have SH1106, this other oled display, how i can use/import module from micropython repo?
by demoontz
Wed Jan 24, 2018 11:41 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 527906

Re: MicroPython on ESP32 with SPIRAM support

i have this module: https://www.aliexpress.com/item/Lolin-ESP32-OLED-V2-0-Pro-ESP32-OLED-wemos-pour-Arduino-ESP32-OLED-WiFi-Modules-Bluetooth/32822105291.html?spm=2114.search0104.3.9.46f1ac0alYN98L&ws_ab_test=searchweb0_0,searchweb201602_5_5920016_10065_10344_10068_10342_10343_10340_10341_10084_1061...
by demoontz
Fri Jan 19, 2018 1:53 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 527906

Re: MicroPython on ESP32 with SPIRAM support

AWESOME!
many thanx!
now its works. =)
by demoontz
Fri Jan 19, 2018 12:25 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 527906

Re: MicroPython on ESP32 with SPIRAM support

Hello all!
could someone please describe what needs for compile firmware for windows?
which soft should be install?
second q:
which soft best to use for develop-debug?
for 8266 i use mpfshell to upload by com. but here its not working.
do someone use pycharm?
thanx!
by demoontz
Wed May 03, 2017 6:55 pm
Forum: Drivers for External Components
Topic: RGB and Gesture Sensor - APDS-9960
Replies: 16
Views: 17757

Re: RGB and Gesture Sensor - APDS-9960

i`v done with sensor, but guess we can port C driver to micropython, if its need.
by demoontz
Wed May 03, 2017 6:54 pm
Forum: ESP8266 boards
Topic: OSError: [Errno 2] ENOENT after firmware any daily build
Replies: 1
Views: 4335

OSError: [Errno 2] ENOENT after firmware any daily build

Hello! trying flash any daily build firmware, flash is ok, but result got this error: PYB: soft reboot #5 ets_task(40100164, 3, 3fff828c, 4) OSError: [Errno 2] ENOENT MicroPython v1.8.7-688-g674da04 on 2017-05-02; ESP module with ESP8266 Type "help()" for more information. release build is working g...
by demoontz
Tue Apr 11, 2017 6:49 pm
Forum: Drivers for External Components
Topic: RGB and Gesture Sensor - APDS-9960
Replies: 16
Views: 17757

Re: RGB and Gesture Sensor - APDS-9960

yeah.. =))
sorry.

here another python code:
http://codegist.net/snippet/python/apds ... hio_python