Tag: Raspberry Pi

Kodi And NextPVR Setup On The Raspberry Pi

Kodi And NextPVR Setup On The Raspberry Pi

As with everything in Pi land, following the “just install Kodi” guides left a few things that didn’t work. Extra commands and steps so far are: Despite following about fifteen different methods I still haven’t gotten Kodi to autostart on reboot.

Detecting Pico-W LiPo Shim Battery Charge Level

Detecting Pico-W LiPo Shim Battery Charge Level

I’ve got a couple of Pimoroni’s excellent LiPo SHIM for Pico. When soldered to a Pico they allow a LiPo battery to be connected, or USB power, and if the latter then the battery is charged. There’s also a power button, which is a bonus. I wanted to programattically determine charge level, which it appears …

+ Read More

LCDs And Pico Memory Management

LCDs And Pico Memory Management

It may not be quite true to say modern computers have unlimited processing power and memory, but the high performance and huge storage space I’ve gotten used to does make things a lot easier. Yet one of the fun things about programming for the Pico is in working within tight constraints. The Pico is advertised …

+ Read More

Measuring Temperature With The Raspberry Pico

Measuring Temperature With The Raspberry Pico

Measuring temperature with the Pico is one of the easiest “quick wins” for getting familiar with the platform. Along with turning the onboard LED on and off, you can achieve something that feels like interaction with the real world with nothing more than a few lines of Micropython due to the Pico’s onboard temperature sensor. …

+ Read More

Playing Simple Sounds With The Pico And Adafruit STEMMA Speaker

Playing Simple Sounds With The Pico And Adafruit STEMMA Speaker

I’m starting to get more confident with putting components together with the Pico, so without too much research I bought a simple speaker/amplifier breakout board. Still, given how every time I try something simple on the Pico it turns out to involve hours of Googling I assumed that getting a speaker to work would be …

+ Read More

The Arduino Mini Camera OV2640 2MP Plus And The Pico

The Arduino Mini Camera OV2640 2MP Plus And The Pico

I’m starting to realise that “compatible with the Pico” might have as much meaning as “sure it’s possible to ride a tiger”: “compatible” is not the same as “conducive” in the same way that “possible” is not the same as advisable. Perhaps I was boosted by the “ease” with which I got the Pico and …

+ Read More

The Final E-ink Weather Display

The Final E-ink Weather Display

Pico project number one is finally “shipped” with the addition of a badly made wooden frame to hold the thing and let me stick it to the wall, plugged into a USB power socket. Let’s face it: the frame is not it’s strong point, but just putting the raw components on the wall would look …

+ Read More

A Raspberry Pico Bird Camera

A Raspberry Pico Bird Camera

Hot on the heels of, if not success, then at least lack of failure in my rather simple project to build a Raspberry Pico e-paper weather display, what I’d really like to have is a camera to photograph the very infrequent visits to the feeder in the garden. There are plenty of cameras on the …

+ Read More