Search found 4 matches

by Klaas
Sun Jan 16, 2022 10:02 am
Forum: ESP32 boards
Topic: Custom build works, except i2c.readfrom_mem
Replies: 5
Views: 7798

Re: Custom build works, except i2c.readfrom_mem

Thank you for the solution after searching for a few hours!
by Klaas
Wed Dec 16, 2020 3:08 pm
Forum: ESP32 boards
Topic: Best driver for ili9341 display
Replies: 40
Views: 26073

Re: Best driver for ili9341 display

Looks awesome! I experimented with native modules and controlling hardware from them seems to be an issue. That is solved if you're inside a build for a certain chip (e.g. esp32). So in that sense embedding makes more sense. Did you have a look at the loboris esp32 version? https://github.com/lobori...
by Klaas
Tue Dec 15, 2020 2:51 pm
Forum: ESP32 boards
Topic: ESP32 C Example for controlling GPIO
Replies: 3
Views: 2138

Re: ESP32 C Example for controlling GPIO

I have a similar problem as Mathijs. How to interact with the hardware from a native module (mpy) that can be dynamic loaded? It seems possible if you include the module in the build of micropython itself. But I cannot include py/gpio.h in a dynamic module? All examples in the natmod do not interact...
by Klaas
Tue Dec 15, 2020 11:26 am
Forum: ESP32 boards
Topic: Best driver for ili9341 display
Replies: 40
Views: 26073

Re: Best driver for ili9341 display

Hi Russ,
Was there a reason to embed it into micropython and not make it a native module?