Rogier Lodewijks

Results 11 issues of Rogier Lodewijks

New to Rust, but I surely like the idea to develop an application on the CC3200 with Rust. Exited to find cc3200-rs and can't wait to try it out 😄!...

I'm trying to convert a design for a nRF52840 dongle. Unpack goes allright, but `convertpcb.pl` throws a lot of errors (snippet below). It does however generate a KiCad PCB file....

I'm adding support for the Good Display GDEY0213B74 (same as GDEQ0213B74) display that I will be using in a project. I used the `epd2in13_v2` driver as a base as both...

bug
help wanted

Would it make sense to make the constant `nrf_hal::nvmc::PAGE_SIZE` and `WORD_SIZE` public, so these can be used in application code? (and one doesn't have to rely on locally set constant,...

Hi I'm building a battery-powered sensing device with Rust, based on the nRF52833. For conserving power, I need to disable the SPI peripheral when not in use. Currently a nice...

I noticed the 'DK' board implementation uptime function is broken and the uptime runs in double time. This is caused by the overflow interrupt being triggered twice. Here's a proposed...

/grape-reload-ad29dd32ab27/lib/grape/reload/dependency_map.rb:96:in `[]': no implicit conversion of Symbol into Integer (TypeError) Got above error whilst starting rack app and a file containing ``` def dummy_devices_learn hash_to_be_inserted = {:actions => ["learn"]} dummy_devices.map...

I have an embedded device that may or may not have an EPD display connected. When the device is initialized without a display attached (but is not configured as such),...

enhancement
help wanted

Would it be possible to support the [ST-LINKV3MINIE](https://www.st.com/en/development-tools/stlink-v3minie.html) hardware? It also employs a STM32F723 and is readily available globally at a competitive price.