Jaume Olivé Petrus

Results 44 comments of Jaume Olivé Petrus

@yawor, Please try with commit https://github.com/whitecatboard/Lua-RTOS-ESP32/commit/05bd970013556eb8a0b06efe8594495a772a2bdf. Now the SPI Lua module uses an internal buffer to make transfers to the SPI bus.

We can introduce a small delay before NSS goes high, but not when NSS goes low due to an ESP32 errata (this only works in half-duplex). Maybe it's better to...

@yawor, Reading issue is solved in https://github.com/whitecatboard/Lua-RTOS-ESP32/commit/ba7d71b5efac131a37d13c9b0d94c97120fc0771.

@pocampov, The internal implementation for the Lua pio module configures the GPIO as INPUT or as OUTPUT. When Lua RTOS boots each GPIO is configured in its default state. In...

@Bazmundi, @the0ne, Debate is open! Ho wants to start?

@Bazmundi, @the0ne, First, anyone has middle / low-level knowlegde on this platform?

@skitsanos, At this time, no, but it would be great!.

@vshymanskyy, That's cool! Where can I find the source code?

Hi @oskarirauta, Something about your request is done in the mesh feature that we will add to Lua RTOS soon. There will be a new Lua function in the os...

Yes, I'm agree with you. Now I'm involving in many things: add support for external GPIO / PWM chips, finish the IDE, release an expansion board for the WHITECAT N1...