Automation, sensing and robotics • Re: bme280 sensor not being picked up
Wiring looks wrong Note: physical pin numbers used.Code: 1 - VCC : OK 3V35 - SCL : OK SCL GPIO317 - CS : ?? should be not connected "NC"21- ADDR: ?? GPIO9 SPI MISO (high addr is 0x77, low addr is 0x76...
View ArticleSDK • Re: Bluetooth: which example should i look for?
I see. There are only rfcomm examples. It might be worth asking on the blue kitchen btstack forumStatistics: Posted by peterharperuk — Fri Dec 27, 2024 9:40 pm
View ArticleBeginners • Re: How is your experience on RPi Lite, Ubuntu Server and Ubuntu...
Raspberry Pi OS +1Rock stable and has the benefit of Raspi-config.Is closest to Debian. I see no reason to use Debian-derivate Ubuntu.Statistics: Posted by WouterO — Fri Dec 27, 2024 9:48 pm
View ArticleTroubleshooting • Re: SegFaulting and Inode errors on Raspi 3A
Believe it or not: I added another raspi, same problem, not accesible after 24-36 h.Subsequently I added a wifi radio streaming a radio station from the internet 24/7, now all raspis are accesible...
View ArticleBeginners • Re: How to process from sensor and send notification peridically?
When PIR senses movement, it will send an input. How is the PIR sensor sending the data?Am connecting the PIR to one of the GPIO pins. When it senses the motion, it calls a function or my code is...
View ArticleBeginners • Re: How do I run VASM?
It's supplied as source, so you have to build it.Make sure you have the build system installed:Code: sudo apt install build-essentialYou likely want vasm 2.0 from here: vasm portable and retargetable...
View ArticleMicroPython • Re: Micropython PIO Pulse Signal on RPI Pico
If I see correctly you don't have any explicit pull instructions or any other that trigger autopull, so the values sent are never read by the state machine.Statistics: Posted by horuable — Fri Dec 27,...
View ArticleCamera board • Re: Newbie alert! Help with Rpi5 and camera distance recording
Ok super dumb question but are these the only sizes the RPi camera supports or 'performs best' at?It's just the sizes that my Camera 2 modules support.Dumb question again...what does flush=True do?It...
View ArticleMicroPython • Re: Pico W Reliability
There's a gap between 8505 and 8535 ... then at 8554 AP requests to disassociate for Reason code: 4-way handshake timeout (0x000f) ... 7 times, Retry: Frame is being retransmitted, no response from...
View ArticleSDK • Re: BLE with multiple connections
Hey @fanoush,thank you for your response.After some more digging into the documentation I found what needs to be done. Apparently we have to set:Code: hci_send_cmd(&hci_le_set_advertise_enable,...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
...Please report if you have any positive or negative experiences, compared to the 6.6 kernel....Nothing of note to report - seems fine.Code: $ neofetch _,met$$$$$gg. csn@RPi ,g$$$$$$$$$$$$$$$P....
View ArticleTroubleshooting • Re: PCF8591 Calibration
You're not asking too much at all. Maybe your wiring is off?The MCP3008 is a reliable multi-channel ADC that's known to work well with the Raspberry PiStatistics: Posted by scruss — Sat Dec 28, 2024...
View ArticleTroubleshooting • Re: eth0 stopped working in Raspberry Pi 4b
As I mentioned in the original post: The cable is fairly new and good quality. The same cable works fine on my raspi 5. The problem has to be either a firmware or hardware issue.Statistics: Posted by...
View ArticleGeneral discussion • Re: How much is pi stuff supposed to cost?
The US dollar is extremely strong against most currencies right now. And Raspberry Pi prices are based in US dollarsHere in Canada, before shipping and taxes, the monitor's about $145. We have very...
View ArticleGeneral • Re: Testing high forward voltage 5mm LEDs on Pico digital pins...
I'd be stuck without PCBoard's LED Dropping Resistor CalculatorI'm also a big fan of the cheap LCR-T7 tester devices which will give you Vf for an LED you put n it. Similarly, cheap Aneng meters...
View ArticleBeginners • Fresh Install and WayVNC
On a new installation of Bookworm (Desktop), is WayVNC active by default?Can WayVNC replace SSH?GUI feels slow on RPi4 compared to Buster (Desktop).Statistics: Posted by onwi — Sat Dec 28, 2024 10:17 pm
View ArticleTroubleshooting • Freenove touch screen not working with the latest versions...
As stated in the title, I have a Freenove 5 inch touch screen for my Pi 4 (model FNK0078), that works fine in PINN/Raspberry Pi OS, but only cycles through different RGB colors (almost looks like some...
View ArticleBeginners • Re: Raspberry Pi 5 Graphics , good ?
Running any sort of video through a browser is prone to delay because of the very long path the data has to take through the system. Using dedicated player applications is much better.What delay do...
View ArticleHATs and other add-ons • Re: BBC Micro:bit as a sensor for Build HAT
Well there doesn't seem to be much interest in it, but I did finish the first version of the software before the end of this year... https://github.com/imq-open/pxt-qbuild/ ... Started.mdHappy new...
View ArticleCamera board • Re: IMX290 Low light/Night mode
Added youtube videosCan i control HGC from UI/Command line option?Statistics: Posted by DangerD — Sun Dec 29, 2024 8:08 pm
View Article