Where can I get a Pi these days. I have a work project (low volume need about 5 Pi) where I replaced a Matrix Orbital LED display and custom membrane keypad with a Pi and touchscreen. I used my own personal Pi model B but I need a few for the company and they are out of stock everywhere. (displays are not a problem, just the Pi itself)
I need a couple for a project, and yeah... good luck. RPI400 is available pretty much everywhere, but rpi3, 4 or zeroW like they never existed.
Best Raspberry Pi Projects
61–69 of 69 posts
Re: Best Raspberry Pi Projects
#62Earlier quoted context omitted.
Maybe things have changed, but when I was looking for doggy doors I was dismayed nobody made one that would automatically open in case of a fire.
I'm no expert, but I can imagine that automatically opening an air vent to the outdoors, when a fire is detected, isn't a great idea.
Re: Best Raspberry Pi Projects
#63Earlier quoted context omitted.
You can always build a tiny little house for your outside ESP and leave it outside.
Yeah, mine's under a deck, in a travel soap dish with holes drilled in it. Works great! Power for that one is one of those little solar panels with a micro-USB port on it, used for battery-powered security cameras.
Re: Best Raspberry Pi Projects
#64Earlier quoted context omitted.
Yeah, mine's under a deck, in a travel soap dish with holes drilled in it. Works great! Power for that one is one of those little solar panels with a micro-USB port on it, used for battery-powered security cameras.
Love that! Battery backup for night & downcast days?
Running on an Adafruit ESP32 Feather board, it wakes up, sends its current readings over Wi-Fi to an MQTT service (that is on a Raspberry Pi), and goes back to sleep for 10 minutes. A little daemon running saves to Sqlite database, and another ESP32 unit inside has its own sensor, as well as displaying both (outside pulled from MQTT).
I've got some pictures and such, though haven't quite gotten to the much-belated blog post yet.
Re: Best Raspberry Pi Projects
#65See also RaspAP - turns your raspberry pi into a wireless access point. I have one setup in a Raspberry Pi 400 for when I travel - it's configured as a wireguard peer back to inside my home network so any devices I connect to it are being routed securely to there before out to the internet (and I can also access my network from the road, including backups and media).
udptunnel did the job, although I had to tether off my phone to get the server up and running.
Re: Best Raspberry Pi Projects
#66Earlier quoted context omitted.
Love that! Battery backup for night & downcast days?
Yes, I have a 2200 mAh 18650 cell in there too, which the panel will mostly keep charged. In the darker, cloudier winter, I swap in a battery and recharge manually if it's not keeping up. Running on an Adafruit ESP32 Feather board, it wakes up, sends its current readings over Wi-Fi to an MQTT service (that is on a Raspberry Pi), and goes back to sleep for 10 minutes. A little daemon running saves to Sqlite database,…
Re: Best Raspberry Pi Projects
#67Re: Best Raspberry Pi Projects
#68Earlier quoted context omitted.
Love that! Battery backup for night & downcast days?
Yes, I have a 2200 mAh 18650 cell in there too, which the panel will mostly keep charged. In the darker, cloudier winter, I swap in a battery and recharge manually if it's not keeping up. Running on an Adafruit ESP32 Feather board, it wakes up, sends its current readings over Wi-Fi to an MQTT service (that is on a Raspberry Pi), and goes back to sleep for 10 minutes. A little daemon running saves to Sqlite database,…
Thanks for the preview. Looking forward to it.
Re: Best Raspberry Pi Projects
#69Earlier quoted context omitted.
Yes, I have a 2200 mAh 18650 cell in there too, which the panel will mostly keep charged. In the darker, cloudier winter, I swap in a battery and recharge manually if it's not keeping up. Running on an Adafruit ESP32 Feather board, it wakes up, sends its current readings over Wi-Fi to an MQTT service (that is on a Raspberry Pi), and goes back to sleep for 10 minutes. A little daemon running saves to Sqlite database,…
Thought about getting a bigger solar panel for those cloudy days?