Juraj Michálek

Results 101 comments of Juraj Michálek

Any ideas about the DMA problem @bjoernQ?

BTW: Here's new example that is using DMA with esp-hal 1.0.0 and Bevy ECS - https://github.com/georgik/esp32-conways-game-of-life-rs Just I would recommend to be careful about SPI frequency. Most displays are operating...

@elasticdotventures Embassy and Async are supported. The only missing pieces are probably BSPs to get the project runnning: https://github.com/drogue-iot/drogue-device/tree/main/boards This can be probably derived from C version of BSPs for...

Hi @mortiy . I recommend to use this crate for LCD driver https://github.com/almindor/mipidsi Also make sure to boost CPU to 240 MHz and SPI to 60 MHz. There is also...

Current solution looks okeyish. If I understand the process. Default BSP is with LVGL and then NOGLIB is reduction of existing BSP. Wouldn't it be possible to reverse the architecture,...

Workaround: register two I2C devices with 0x58, 0x34 https://github.com/georgik/esp32-sdl3-example/commit/ca93f0247f9c26c4abb1f96ac7d53c5cc6bd1809#diff-cc1c20c7e52d5bb7960cef76ddbef85d4e0520ec4ddec9677de6a135ff83be73R6

@hahihula Would it be possible to use newly developed Insaller to resolve the problem?

IMO decoupling make sense. If we consider OS metaphore for Embassy, we can see that similar metaphore has been aplied to std with ESP-IDF which is also viewed as OS...

Hi @artisdom . Thank you for the notification. The problem is caused by older hal and newer compiler. Meanwhile I was able to upgrade DMA to ESP-HAL 1.0.0 code in...