-
WiringPi deprecated
09/12/2020 at 01:09 • 0 commentsI was saddened to read the blog WiringPi deprecated. It's a pity there are people in the world who won't do the right thing by GPL software, or inconvenience the author in many other ways.
Incidentally the Raspberry Pi mentioned in this project has been turned into a GNSS NTP server but using the breakout board depicted here, so it did turn out to be useful.
-
Using surplus power adapters
03/20/2019 at 05:57 • 0 commentsI wasn't going to write any more on this project since it's finished but I remembered that I found a use for surplus power adapters as 5V power supplies and wrote it up on this page.
-
Adding a WiFi interface
03/13/2019 at 02:52 • 0 commentsAddendum: As mentioned I wanted to add a USB WiFI dongle so that I can move the RPi1 to my workbench, away from the Ethernet switch.
I bought a Mediatek MT7601u WiFi USB dongle from eBay. The Linux drivers are in-tree, one should ignore the link to the manufacturer drivers, those are years old. Even after entering the SSID and PSK using raspi-config I had problems activating it on my RPi1, not helped by the fact that it would disconnect the headless RPi from the network when I plugged the dongle in. I tried the dongle on other machines and it worked fine though I noticed it ran fairly hot.
So I connected the RPi to a keyboard and monitor and noticed that the RPi rebooted when I pushed in the dongle. I had thought it disconnected from the Ethernet because it was reconfiguring the interfaces. It was actually rebooting. Long story short, the voltage from the power supply (an old repurposed power brick for a Zip drive) was drooping due to the current drawn. When I substituted a better power supply it worked fine.
Maybe the MT7601u is cheap and nasty. I don't know if newer dongles would draw less current. Anyway aren't you glad that modern microcomputers have built-in WiFi?