Rust on the micro:bit 101 part 1

Everything you need to know about programming a BBC Micro:bit in Rust

Read On →

Changes in Rust macro re-exporting

A little advice about the modifications needed to address recent changes in Rust macro re-exporting.

Read On →

The untold truth about the OpenSDA messup

A little rant about and howto for fixing the broken bootloader preventing updates

Read On →

Embedded debugging with LLDB? Sure!

A small recipe to use LLDB for remote debugging of Cortex-M CPUs

Read On →

My simple LED strip controller, Part 3

A project building a darkness sensitive PIR activated LED strip controller

Read On →

My simple LED strip controller, Part 2

A project building a darkness sensitive PIR activated LED strip controller

Read On →

My simple LED strip controller, Part 1

A project building a darkness sensitive PIR activated LED strip controller

Read On →

Wrapping C 'objects' in tables

A recipe for providing easy access to multiple C 'objects' from LUA

Read On →

Access to C data from Lua

Ways to access C data from Lua

Read On →

LUA_PATH

A little rant about LUA_PATH and horrible documentation

Read On →