Search found 28 matches

by cable134
Mon Oct 16, 2017 9:16 pm
Forum: ESP32 boards
Topic: I2C pins on Laboris fw
Replies: 6
Views: 4756

I2C pins on Laboris fw

Hi mates, I'm trying to figure out which pins are available for the I2C with the help of the following script >>> import machine >>> i2c=machine.I2C(sda=machine.Pin(25), scl=machine.Pin(23), freq=100000) D (6073) intr_alloc: Connected src 49 to int 9 (cpu 1) >>> i2c.scan() [] As you see, i2c.scan() ...
by cable134
Sat Oct 07, 2017 9:50 pm
Forum: ESP32 boards
Topic: Loboris TFT module issue report
Replies: 1
Views: 3233

Loboris TFT module issue report

Hi all, I just tried to use the latest Loboris firmware with SPI TFT 160x128 module (ST7735R). First of all I've tested my FTF module with Adafruit's Micropython TFT library. import st7735 from machine import SPI, Pin spi = SPI(1, baudrate=10000000, mosi=13, miso=12, sck=14, cs=15) display = st7735....
by cable134
Fri Sep 22, 2017 9:58 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538804

Re: MicroPython on ESP-WROVER with 4MB of psRAM

Dear loboris,
your progress is awesome. Thank you for your great contribution.

I've remarked that you implemented new module functionality as "GSM module and PPPoS support" (MICROPY_USE_GSM).
Is it ready for testing?

Thank you.
by cable134
Tue Sep 05, 2017 2:38 pm
Forum: ESP32 boards
Topic: ESP32 GPRS/PPP support
Replies: 10
Views: 13792

Re: ESP32 GPRS/PPP support

Awesome news.
We will wait for it.

Thank you.
by cable134
Tue Sep 05, 2017 11:26 am
Forum: ESP32 boards
Topic: ESP32 GPRS/PPP support
Replies: 10
Views: 13792

ESP32 GPRS/PPP support

Dear all, Could you please provide any advice regarding following? I need to build an app that will work as a gateway between ESP32 UART port and Web Socket via GPRG/EDGE connection. I've seen that that for this I need a LWIP module. Now I'm using MicroPython_ESP32_psRAM_LoBo firmware. On the build ...
by cable134
Sat Sep 02, 2017 2:46 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538804

Re: MicroPython on ESP-WROVER with 4MB of psRAM

Thank you so much for your awesome job. It works now. And thank you for Repl over Telnet. Some info for out colleagues: It's quite easy to start Telnet server on ESP32. First of all enable it via ./BUILS.sh menuconfig Check telnet among Python modules. Than flash ESP32 and start it. It's my boot.py ...
by cable134
Thu Aug 31, 2017 8:09 am
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538804

Re: MicroPython on ESP-WROVER with 4MB of psRAM

Thank you for quick response and advice.
Will look forward and wish you the best.
by cable134
Wed Aug 30, 2017 7:55 pm
Forum: ESP32 boards
Topic: MicroPython on ESP32 with SPIRAM support
Replies: 463
Views: 538804

Re: MicroPython on ESP-WROVER with 4MB of psRAM

Dear loboris, first of all, I'd like to tell you a lot of thanks for your awesome job. I built MicroPython_ESP32_psRAM_LoBo firmware for my ESP-WROOM-32 board. Just enabled: CONFIG_MICROPY_PY_FRAMEBUF=y CONFIG_FREERTOS_UNICORE=y Then, I tried to execute some code and got a crash. "Guru Meditation Er...