General discussion • Re: Raspberry Pi 5 not working
Did your try another (new) SD card?Statistics: Posted by hansotten — Mon Oct 21, 2024 11:16 am
View ArticleOff topic discussion • Re: C/C++ compiler feat. gpio libs for Raspberry 4/5 +...
my question has not been answered as no single report on experiences with C++ gpio code on RPi-Windows OS has been posted - nonetheless I am optimistic that some additional members will perhaps read...
View ArticleTroubleshooting • Re: VPN failure - PrivateVPN post installation failure
I would try uing Wireguard with the VPN configuration file.Statistics: Posted by neilgl — Mon Oct 21, 2024 11:20 am
View ArticleBeginners • Re: Mosfet Selection (sorry, again!)
Hi,Yes, I am aware of that. Again, if someone can please take the time to look at the datasheet and the figures that I am asking about, it would help. Damn but this place is useful.I am not asking...
View ArticlePython • Re: Send email from python
I use smtp2go. It's free for small personal use. If I remember correctly I get 100 emails per day. Enough for my needs.My email address to send from is an outlook.com one.Code:...
View ArticleGeneral discussion • Re: USB application
This works on a Pi4 and does not use a USB-USB cable to connect PC and Pi (which can cause conflicts between the power supplies). It uses a USB to USB-C cable to connect a PC USB port to the Pi's...
View ArticleAI Camera - IMX500 • Re: Performance Expectations?
I think this is probably a case of try and see what you can achieve. The object size does sound a bit small, you can mitigate this by running the sensor at full resolution instead of binned - but you...
View ArticleGeneral • Re: Using SPI to link Pi 4 and Pico
I am also planning to interface Pi4 with Pico and interested about this topic.which logic analyzer do you use?I learned that Pi Pico SPI has max 10MHz speed and I think you didn't hit that wall yet....
View ArticleAI Camera - IMX500 • Re: Step Quantization and Compression
Hi,Ash said to post on here so the nice people at Sony can help us troubleshoot getting custom models working on the AI Camera Module.I'd like to produce a step by step tutorial on building custom...
View ArticleAutomation, sensing and robotics • Raspberry Zero 2W serial communication to...
Hi, im working on a project where i need to be able to comunicate the RB zero 2w with an ESP8266 over serial coms more spesific i need to be able to send scripts from the raspberry to the esp and then...
View ArticleCamera board • Re: imx290 (4 lanes) rpi5 max fps?
I've just done a quick search of my old source code branches and found a patch entitled "imx290: Hack for 120fps modes on IMX462".It's against an old branch (rpi-6.0.y by the looks of it), but the...
View ArticleAssistive technology and accessibility • Re: Wheelchair lighting/alarm system
That sounds like a cool and practical project!IMHO, a "full fat" Pi running Linux would be total overkill....and will probably be too power hungry for your needs. It sounds like a job for a Pico. All...
View ArticleAutomation, sensing and robotics • Re: Raspberry Zero 2W serial communication...
Hi, im working on a project where i need to be able to comunicate the RB zero 2w with an ESP8266 over serial coms more spesific i need to be able to send scripts from the raspberry to the esp and then...
View ArticleCamera board • Re: Using GMSL camera with Raspberry Pi 5
Technically you don't get the choice over when to release source code if you've released binaries. Distributing the binary but omitting the statement of how to request source also violates the...
View ArticleAndroid • Re: Android on second monitor only
Android only has a generic HDMI option as audio output, i tried inverting the ports (so the "dumb TV" is plugged to the first HDMI and the pc monitor to the second) but i get the same black screen as...
View ArticleRaspberry Pi Connect • Re: signin terminated by rpi-connect package updates?
palmu, do you think that rebooting in another pi, and then back in the original one, would prevent signin from starting again? If so, is there any way around that happening? if not, I need to be...
View ArticleTroubleshooting • Re: RPI 4b: Booting from a USB stick with an SDCard inserted
There are 2 USB devices and 1 MMC. With the shown boot order, which USB does the Pi4 bootcode pick? Both could be valid as they contain 1st partition 0x0700 or 0x0C type. Suppose the wrong one is...
View ArticleOff topic discussion • Re: Why do people think the raspberry pi is a stupid...
Did ai write this rubbish ? no I did. If I sound like a bot... it is a long story.Statistics: Posted by kovoskey — Wed Oct 23, 2024 11:34 am
View ArticleBeginners • Re: Bluetooth 5.50 - TP-Link UB5A - iPhone 15 Pro - Jessie...
Hi,My current build is 'Jessie 2016-11-25' on Pi3B (512mb) and my bluetooth version is Bluez 5.50 I'm using a TP-Link UB5A and trying to connect to an iPhone 15 Pro. The adapter and all the bluetooth...
View ArticleSDK • Re: PCM playback issues
I guess you could either add another timer triggered callback function to perform buffer fills when necessary, or add the functionality to one of the functions you already have, such as...
View Article