Python • Re: Raspberry Pi pill dispenser using servos 30
I need to change links to buttons!!!!Code: import sqlite3from flask import Flask, render_templateapp = Flask(__name__)# Function to fetch pill schedule from the databasedef fetch_pill_schedule(): conn...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: how to use drm bridge icn6211
Okay well now I feel like an idiot.For any one who visits this thread in the future you need to use variables called out on the left side of the override functions not the right hand side. The correct...
View ArticleSDK • Re: FreeRTOS+TCP vs lwip?
Interesting. When I read the porting guide, I found that there were only a handful of functions that need to be implemented, so I assumed it would be, if not trivial, at least not a gargantuan task....
View ArticleTroubleshooting • Re: Mouse & keyboard not connecting to Zero W
Thank you Neilgl for your suggestion. The OS Customisation route seemed to do the trick. I now have a USB keyboard and a WiFi mouse working. It was through my Hub that I found the necessary IP and was...
View ArticleGeneral discussion • Bluetooth Audio Input/Output on Raspberry Pi Zero 2W
Using Raspberry Pi OS Legacy on Pi Zero 2W (Debian Bullseye)I'm trying to work with a pair of bluetooth headphones, working to enable the microphone and sound output (headset profile). After days of...
View ArticleNetworking and servers • Re: Advice needed for remote data transfer - 4G mobile?
I’ve used various options, if you have power available and budget is not an issue the Teltonika RUT240 mobile router works well. Connected via RJ45 network...
View ArticleOther • Re: Software
OK thanks, guys, i shall use this. i found a tutorial link: https://www.udemy.com/course/raspberry- ... ENAISALE24Statistics: Posted by PalCloud — Thu Mar 28, 2024 12:45 am
View ArticleSDK • Cmake can't find compiler: "No CMAKE_CXX_COMPILER could be...
I'm following the instructions from this page: https://www.raspberrypi.com/documentati ... wn-projectI've followed the steps exactly, but when I `make`, I get the following output:Code: [ 1%] Building...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem with HDMI VC4 audio (channel...
I can certainly do that if you let me know the relevant bit(s) that should be extracted.Statistics: Posted by gordoste — Thu Mar 28, 2024 12:52 am
View ArticleGraphics, sound and multimedia • MTV "Kiosk"
Hey friends, I'm trying to make a birthday present for my girlfriend, and I'm hoping you all may be able to help me. We both grew up in the 80s watching Mtv, so I'm trying use a raspberry pi to sort...
View ArticleAdvanced users • Re: Argon One Replacement Daemon
I've pushed another update on the 0.5.x branch this moves some functions around and adds some new features like auto detect this works for the I2C bus, controller type, and the type of case/hat that...
View ArticleMedia centres • Re: Peppy player
So far I have not encountered any issue with the 5" screen. How do you rotate the screen? I tried the procedure in the Waveshare wiki and it didnot work.Statistics: Posted by y2kats65 — Thu Mar 28,...
View ArticleNetworking and servers • anonymous passwordless samba share
Hi,could someone please let me know the absolute minimal samba configuration to provide a share that can be accessed by anyone without a password.I have created the directory, installed samba, what do...
View ArticleCamera board • Re: Can I get a RAW file of QBC HDR from Camera Module 3...
Thanks for the feedback. I don't need any post-processed image such as a tone map or integrate each exposure pixel into one single image for hdr. Only need a 3-exposure combined non-processed image.Do...
View ArticleGeneral discussion • Re: Raspberry Pi 3 used as microcontroller
Not sure why you think you need to use the PI 3 as a microcontroller. Since it has a full OS, you can just write a program for the button and led. As for the pop up on your 'computer' you can connect...
View ArticleRaspberry Pi OS • Re: Kernel modules missing for "softdog"?
Good idea, will do that during the weekend!Statistics: Posted by Barqu — Fri Mar 29, 2024 12:21 am
View ArticleBeginners • Re: I want to easily and affordably speed up my raspberry pi 3 b...
Search the forum for overclocking advice for you specific model of Pi3, but don't expect massive gains.I skipped the Pi3 altogether by going straight from a heavily overclocked Pi2B to a Pi4B so can't...
View ArticleTroubleshooting • Re: Bookwork raspi-config wait for network
This means you can no longer run your Pi off-network? What is you are out in the woods, far away from either WiFi or an ethernet connection?Statistics: Posted by BigRedMailbox — Fri Mar 29, 2024 12:38...
View ArticleAutomation, sensing and robotics • Re: Help - GPIO Wiring & Script for...
Thank you to everyone for your feedback. The links shared here have offered a great starting point for my learning and to get at the result I've been seeking. I started tinkering with python scripts,...
View ArticleBeginners • Re: GPIO pins false positives due to digital noise on Buttons
First thing to try is adding external pulldown resistors. Say 1000 Ohms.Where should I exactly position it in the current configuration?Statistics: Posted by danilux — Fri Mar 29, 2024 12:47 am
View Article