obdevel

Results 6 comments of obdevel

The mp3->loop() method blocks whilst there is data available from the source, which practically means the entire file. I have experimented with limiting it to a max number of samples...

I'm trying to get this working on a current project but I can't past optiboot_check_writable(). I'm using a 1284P as it's a large project, >64K (using LTO), currently around 70K,...

Could we consider how the API might support external CAN controllers as well ? I currently maintain my own MP driver for the ubiquitous MCP2515 SPI chip but I'd be...

> @obdevel external controllers seem relevant to me too, surely a common CAN interface should be able to support them too! > > Could you share some details about the...

> I'd recommend to never use the MCP2515. It actively randomly corrupts CAN packets. If you are building any application in the world using that part will lead to intermittent...

I forgot to mention before that there is a RP2040 PIO implementation of a CAN controller, written in C (https://github.com/KevinOConnor/can2040). I created a thin Arduino wrapper library last year and...