Skip to main content

New Raspberry Pi - One More Thing

I previously blogged about some Wi-Fi and HDMI cable related problems I had with my new Raspberry Pi 4B - here's the post.

There's one more thing that I encountered while setting up the Pi that may be helpful to anyone in the same position as I was.

The Raspberry Pi set up instructions explicitly say that you should set up the Pi using a wired USB keyboard and mouse, even if you intend to use wireless items later. When I read that my heart sank. Somewhere there may be a wired USB keyboard / touchpad combo around the place, providing I didn't throw it out, but could I find it? Take a wild guess.

So I plugged in my Logitech wireless dongle to one of the Pi's USB 2 ports and went for broke. It worked. Phew.

That's a pretty good testament to how far Linux has come when, right from the off, it recognised and worked flawlessly with a wireless UK layout keyboard and mouse. There was a time when setting up peripherals with Linux was a nightmare for the uninitiated like me. I'm as impressed as I was relieved.

So, I can hopefully reassure you that at least some wireless keyboards and mice work "out of the box" with a new Pi installation. To be specific my keyboard is a Logitech K540, my mouse is a M310 and they came in the MK540 bundle with a Logitech "Unifying" wireless USB dongle (model number C-U007).

Good luck!

Comments

Popular posts from this blog

Total Overkill - Controlling Diorama Lighting With A Microcontroller

I'm building a scenic model - a diorama indeed.  In fact this diorama is the reason I got interested in electronics in the first place. You see the model will have a few buildings & they'll all be lit with LEDs. There may also be some motorised gimmicks if I can get them to work. The problem was that I didn't know how to wire up LEDs, so hit Google and disappeared down an electronics rabbit hole. The original plan that was to have a simple set of circuits where each LED had a potentiometer to adjust the brightness along with a fixed resistor to protect the LED. The LEDs would be switched on and off using some slider switches that I got from an electronics surplus shop many moons ago. All would be powered from an old model railway 12V power controller I've had since I was a teenager. Yep, it's old! But that'd be too simple wouldn't it? So now I'm planning to electronicify it. Not that it needs doing of course, but it'll be more fun. The plan is to...

A Sort-Of-Theremin - Another Project?

Yep, even before getting anywhere near completing my first project I've got an idea for a second. In my defence, they're both related. The idea is to construct a Theremin-like instrument. Theremin-like because my idea uses a slightly different principle to control it. So, what's a real Theremin? Briefly it's an instrument that uses radio waves to deduce the proximity of the player's hands to two aerials: one that controls pitch and another that controls volume. It uses the capacitance of the human body to determine the hand's position relative to the aerials. There's much more info on howstuffworks . My idea is to use the same capacitive sensing as is planned for my first project, the Electro Tongue Drum . But, instead of detecting an actual touch on a key I'm hoping to use the fact that the metal sensor can detect the proximity of a finger or hand. While a real Theremin uses radio waves to detect the position of the player's hand mine w...

My 1st Project - Say Hello to the "Electro Tongue Drum"

The electro-what? If you've read my previous post you'll know I'm an amateur musician of sorts. I play guitar, fumble with keyboards and have a liking for weird and off beat instruments. Canjo anyone? One such instrument is the Tongue Drum (aka Tank Drum, aka Hank Drum). I fancied buying one, but a decent one isn't cheap, so I couldn't justify the cost given the small amount of use I'd have for it. But how about an electronic emulation of one? I got the idea when I was down the rabbit hole looking at lots of other peoples projects online. I stumbled across the paper piano project. The person who built this simply drew the keyboard on cardboard and filled in the keys with pencil "lead". Those "keys" were connected to a wire using a paper clip, of all things, and the wire was attached to an Arduino Uno micro-controller via a large value resistor. The Arduino can then sense when a finger touches one of the pencilled in keys and play a (horri...