Weatherdisplay /Smartdisplay
Hi, this my project. I use a raspberry pi zero with a waveshare 7.5 3Color eink Display with hat. Information are all collected from my iobroker instance, because I’m lazy. [link] [comments] |
Hi, this my project. I use a raspberry pi zero with a waveshare 7.5 3Color eink Display with hat. Information are all collected from my iobroker instance, because I’m lazy. [link] [comments] |
So I downloaded the emulator and ROMs but when I open the game the game crashes than I open the game once again and the emulator crashes any fix?btw I’m on iPhone 12 iOS 17
https://www.youtube.com/watch?v=OcrY1MCQJkQ
Discover how to seamlessly set up a live video stream from your Raspberry Pi Camera to YouTube using Python and FFmpeg. This tutorial simplifies the process into just a few easy steps, making it an invaluable resource for anyone looking to broadcast live events or create continuous live feeds. Watch the video to master live streaming technology quickly and don't forget to subscribe for more helpful guides and updates!
Appreciate you Reddit
I just got Android TV on my Raspberry Pi using Konstakang and I am having trouble opening Google Play Store.
I followed this tutorial to install it, and used MindTheGapps 14.0.0.
For some reason whenever I open the Google Play Store app, it gives me the error "The version of the app isn't compatible with your device".
Please help, I have spent days trying to do this.
I just got Android TV on my Raspberry Pi using Konstakang and I am having trouble opening Google Play Store.
I followed this tutorial to install it, and used MindTheGapps 14.0.0.
For some reason whenever I open the Google Play Store app, it gives me the error "The version of the app isn't compatible with your device".
Please help, I have spent days trying to do this.
My dog died on Thursday so I want to create a digital frame of the pictures and videos i took on my Iphone 15 just for her. I want the diy frame to pictures and videos randomly if possible. So far this is all the parts i am looking to buy.
https://www.amazon.com/gp/product/B0BKGCB18T/ref=ox_sc_act_title_1?smid=A1PKC2PUMNR8VD&psc=1 7 Inch IPS LCD Touch Screen Raspberry Pi Monitor Display 1024×600 Capacitive Screen HDMI Monitor Compatible with Raspberry Pi 5/4B/3B+, BB Black, Windows 10 8 7
https://www.amazon.com/gp/product/B0CRSPKPNG/ref=ewc_pr_img_2?smid=A30ZYR2W3VAJ0A&th=1 Raspberry Pi 5 Starter Kit PRO - Turbine Black (128GB Edition) (4GB RAM)
I am planning to put the diy digital frame in a two way frame. That has her paw prints on one side and the frame on the other side. Is there anything else I need or need to know?
Hi there! I spent the past 3 days trying to make a 4g controlled fpv car. I used chat gpt to help write most of the code, but it seems quite difficult to get it to write a functioning program and not a "template". My concept was to first make an rc car that is controlled over a wifi network and then use tailscale to make it work over internet. So far I have got mjpg-streamer up and running on startup with low latency over the internet and it works amazingly well! I had chatgpt write a python program that will set up a websocket server that will receive commands from an html page to control a servo motor and a brushless esc with a gaming controller. The html page works great and shows the video, and it's set up to also have a connection indicator for the websocket, which also shows "connected" when I connect to the pi. This is where I got stuck. When everything is up and running, and a servo is connected, the gaming controller does nothing. There is no sign of the commands even getting to the pi. I don't know much about python and html, so I don't know what chatgpt did wrong. I'll put both the html and python code in here if anyone knows how to get this working. Thanks! Here's the Python Here's the HTML [link] [comments] |
Some Context:
I have a small greenhouse where I am growing some tomatoes. I have a DHT22 and a relay that controls the lights. My script runs on start up and at the moment I just write temp + humidity data and the status of the light to a txt file.
I want to have upgrade my project a bit and basically have a website that which displays the current status of the light, the current temp and the current humidity. I also will be adding sqlite3 and writing the data to the database, I then want to use this data in the website to track temp+humidity over time for instance.
I was doing some research about how I implement this. I chose flask as I have messed around with it before for this basic sort of thing. But where I am coming a bit stuck is currently my script "as most" runs with a while true loop, and flask has something similar.
Is it possible to run my app and the server within the same loop, or is it possible to do this without anything extra? I have also researched this a bit and found that I could implement this with threads, is this something that anyone would recommend?
I am looking for the simplest solution but happy to look into threading if it works, from what I have seen it looks like this would be the best option as I can run both scripts at the same time (at least I think thats how it works).
Any advise would be appreciate, thanks in advance.
I programmed some stuff in python, how do I make it so it displays the output of that script instead of the usual desktop when turned on? I looked for like an hour on youtube but every time I thought I found a good tutorial it turned out it was for something else, can anyone help?
So i got a pi zero 2 w a couple years ago to run octoprint on an ender 3. Fell to the "mod to hell" on it, and never got around to using it extensively before i had to sell the ender 3. The new printer i'm saving up for has wireless print server stuff integrated, so i have this pi zero 2 w just hanging out. Been through the list and tried:
pi-hole: setup went swimmingly until i realized that Xfinity dont let you modify dns settings on their routers and i dont feel like manual configuring every single device.
Pivpn: didnt really work as planned. Idk how else to explain but i dont think its happening either.
Briefly entertained a media server (dabbled with plex in the past) before coming to the conclusion that the lists that say that are probably liars considering the performance.
All the other responses i can find require additional components and i'm kinda looking for minimal, and possible with headless setup to keep things simple.
What projects if any would be possible with this Pi device beyond what i can find on google?
I would like to build a raspberry pi based project that incorporates some coding, some AI , machine learning and maybe a neural network. It doesn’t have to create world peace or solve the climate crisis but it must be useful in some simple ways. Something that a teams of kids who help build as a project. May for a computer club but must be simple enough for noobs like me. Any ideas please.
Long winded title - sorry for that.
In short I built a Raspberry Pi Sensor Panel which displayed the Aida64 sensor data info for my PC on my desk.
This was working until I had some PC issues. the resulting reinstall of Windows killed my install of Aida64.
I have now reinstalled Aida64, and recreated the panel layout in the LCD Display and set the Pi back up, but the Pi refused to start Chronium and display the details from my PC
It also refuses to run unclutter (removing the mouse pointer)
Pi is current (last update / upgrade) was run today.
I have edited the autostart via
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
and included the following:
@xset s off @xset -dpms @xset s noblank @chromium-browser --kiosk --disable-restore-session-state --ignore-certificate-errors http// PC IP ADDRESS
yet when I restart the Pi it goes straight to the desktop.
I am not a programmer, though I can and do follow instructions (yolo is not for me when it comes to programing) so any directions on where I am going wrong here would be helpful
I always liked the idea of turning a Pi into a USB gadget. It just sounded cool to me. So when I got my hands on a Pi Zero (no W!) and a Zero Stem kit, I broke out the soldering iron and made a nice little USB gadget for myself. Well, like the dog that caught the car, I am now confused. What the heck should I do with this thing??? [link] [comments] |
Project is to use opencv and a camera to send keystrokes in a nutshell. Is the usbc port the only way and to power the pi with the headers?
anyone ever used something like a radar or something I'mm making an inspection drong for crawl spaces and I wanted it to be able to take radar images to help look for animals
Forgive me, I am new to raspberry pi since our professor won't allow us to use arduino anymore for the reason that we are not in high school anymore. Anyways, what specific RPI board should I use having these sensors, AD8232 ECG sensor, MAX30102 PPG, and DSB1809 Temperature sensor. The data will be displayed to the OLED Display. Please recommend a cheaper board that can accommodate these sensors. I would be very glad to hear your inputs in my project :).
Hey all,
I am new to Raspberry pi and recently got a Raspberry pi 4b. I've bought myself this: https://elektronicavoorjou.nl/product/raspberry-pi-4b-4gb-starter-kit-met-heatsink-case-fan/
I wanted to make myself a 'home made' ipad/tablet. I was thinking of getting a touchscreen, some speakers and a battery/powerbank for it to be portable. I understand that this in no way will be better than actual ipads/tablets. But it seems like a fun project to me. Now I was wondering if any of you have ever done this before and have any suggestions and/or tips. I am still looking at which hardware to get. I was thinking of getting this screen: https://www.amazon.com/dp/B09QPWRCB1?th=1 . The thing what kind of scares me a little bit is the openness of the raspberry pi. I will mostly be watching netflix/youtube on it in bed. But I find it hard to believe that without proper casing this is good idea. Would any of you have any suggestions of other screens that have good casing (and no bezels, saw the 7inch but those bezels terrify me). As seen on the first link there is some decent casing around my pi, do y'all think this would be sufficient or should I explore alternatives? Also how big of a battery/powerbank would be sufficient for my case?
(Just for clarification, I want it to be portable. But I will never bring this out of my house. It will just be for me to watch movies/series in bed or on the couch)
Any tips or ideas are appreciated.
Thanks in advance <3
Hi all! I am new to Pi projects but enjoy them, and I am looking to make a dashboard( with DakBoard) to use on the wall. Question is, will the Pi Zero W 2 be enough to use this and be fairly responsive? Should I use the Pi 4 or 5 instead? Also for this I need a capacitive overlay, if you’ve used any would love to hear some suggestions. Cheers!
Hi!
I want to connect my raspberry pi 4 to my android phone with bluetooth. I have connected the rpi to the phone but have no idea how to send or recieve data in a script.
My ultimate goal is to have the rpi appear as a hid device (joystick) so that i can play my godot game i have made. But right now this is the problem i am tackling.
Any suggestions are appreciated :D
A disclaimer: I am fairly new to coding and Raspberry Pi projects,so pardon my ignorance.
Okay, so I’ve done some research, and I have a tentative attempt at accomplishing what I’m trying to do. I took the “Grab a random image from PlaceKitten and display it on Inky Pack.” example Pimoroni provides in their repositories, micropython/examples/pico_inky/placekitten.py and modified it to instead grab a Dakboard screen and show it. I also put a 12 hour deep sleep at the end of the script so it refreshes twice a day.
So again, coming at this from a starting point of very little coding knowledge, would this likely work on the Inky Frame 5.7", or am I in the wrong ballpark?
Hey everyone! 🚀 I've scoured the entire internet searching for offline TTS options for Raspberry Pi. After many tests, it seems to me that Piper is the best solution for 2024. It's fast, optimized for Raspberry Pi, and offers great voices in almost every language that you can test here:
👉 You can see Piper in action and test it yourself here: Piper Samples
You can create a project in just a few lines of code: Easy Offline TTS on Raspberry Pi on hackster.io
I’m curious to hear from the community—have you found any other TTS solutions that rival or even surpass Piper?
Hello everyone I am someone who is very new to the world of single board computers. I recently purchased a raspberry pi 5 I plan on using to grow my coding language knowledge and knowledge of single board computers to hopefully develop many projects in the future. Recently though, me and my girlfriend came up with the idea of making custom tamogatchi’s we could carry around that would not only behave like a normal tamogatchi but also have features that link ours to do cute things like say hi to each other or send each other little like hug messages since we are kinda long distance. My question is what would be the best mini single board computer to use for this (if there is one small enough) and would anyone on here be willing to help guide or assist me along this journey. I am really looking forward to making this happen but as someone who barely even knows how to use any coding language it’s definitely gonna be a learning adventure for me and I would appreciate any help and suggestions!
Hello,
As you can probably tell by the contents of this post, I'm pretty fresh to wiring Pi components. I was attempting to connect an Adafruit 1.14" 240x135 Color TFT Breakout LCD Display to a Pico H, but I'm getting a little lost in the mapping.
I was using co pilot to help guide me through the process. However, I'm not sure if the AI is wrong, or I'm just misinterpreting the terminology. I've listed what I believe to be the mappings for each pin on the display. Any help here would be greatly appreciated.
Thanks!
- 3-5V / Vin - this is the power pin, connect to 3-5VDC - it has reverse polarity protection but try to wire it right!
VBUS (Voltage Bus), pin #40?
- 3V - this is the 3.3V output from the onboard regulator
VBUS (Voltage Bus), pin #40 as well? Are these the same? Do I need both?
3. GND - this is the power and signal ground pin
This one seems pretty straight forward...pin #38.
- SCK - this is the SPI clock input pin. Use 3-5V logic level
GPIO18 (SCK); is this GP18 aka pin #24?
- MISO - this is the SPI Microcontroller In Serial Out pin, it's used for the SD card. It isn't used for the TFT display which is write-only. It is 3.3V logic out (but can be read by 5V logic)
GPIO18 (MISO); is this GP18 aka pin #24?
- MOSI - this is the SPI Microcontroller Out Serial In pin, it is used to send data from the microcontroller to the SD card and/or TFT. Use 3-5V logic level
GPIO3 (MOSI); is this GP03 aka pin #5?
- TFTCS - this is the TFT SPI chip select pin. Use 3-5V logic level
GPIO0 (CS); is this GP0 aka pin #1?
- RST - this is the TFT reset pin. Connect to ground to reset the TFT! It's best to have this pin controlled by the library so the display is reset cleanly, but you can also connect it to the Arduino Reset pin, which works for most cases. There is an automatic-reset chip connected so it will reset on power-up. Use 3-5V logic level
GPIO12 (RST); is this GP12 aka pin #16?
- DC - this is the TFT SPI data or command selector pin. Use 3-5V logic level
GPIO15 (DC); is this GP15 aka pin #20?
- SD Card CS / SDCS - this is the SD card chip select, used if you want to read from the SD card. Use 3-5V logic level
GPIO13 (CS); is this GP13 aka pin #17?
- LIT - this is the PWM input for the backlight control. It is by default pulled high (backlight on) you can PWM at any frequency or pull down to turn the backlight off. Use 3-5V logic level
GPIO25 (LIT); I don't see a GP25....