Automation, sensing and robotics • Re: Which DataBase for weather logging
SQLite says on this topic. https://www.sqlite.org/whentouse.htmlStatistics: Posted by David16962 — Sat Jul 13, 2024 4:03 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Be nice if we stopped the one upmanship/last word, ignore it and get on with New Pi Products.Thanks for the buttons on the back, that makes more sense So Monitor/Screen looks nice, not sure I'd need...
View ArticleGeneral • Powering the Pico via a disassembled 5V wall adapter
Friends,I have a somewhat unusual use case and I'm wondering if you have advice. I have a Pico that will live inside a waterproof box outdoors. I'm trying to figure out how to supply it with...
View ArticleGeneral • Re: Powering the Pico via a disassembled 5V wall adapter
The safety standards are country dependent.In the UK every cable must be supplied by a fused circuit that is equal to or below the cable rating.Statistics: Posted by pidd — Sat Jul 13, 2024 4:48 pm
View ArticleTroubleshooting • Re: Replacing usb 3.0 port.
Getting a double USB3 socket off a board is not easy especially if you want to reuse it. Statistics: Posted by drgeoff — Sat Jul 13, 2024 5:31 pm
View ArticleGeneral discussion • Re: PI RAM amount
By the time you need to actually have that amount of ram, a Pi SBC really is not the correct tool for the job.Use the right tool for the job, and that has already existed for a long time.Statistics:...
View ArticleBeginners • Re: Is it actually possible to get a snappy desktop experience...
Hi I have a rpi 4 4gb connected to the same screen/keyboard/mouse as my regular desktop pc meaning I can switch between the two with a single press of a button on the screen. And no matter what I do...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • I2C connection on Pi 5 not working
I have a Pi 5 with the stock software, and i want to connect a AS5600 magnetic encoder to it via I2C. however, once connected it doesn 't show up when i run i2cdetect -y 1. i thought the chip was the...
View ArticleAdvanced users • Re: How to reconcile mpich version differences between...
If you need that much cpu power, have you looked at eBay for second hand servers?You can get massive compute power on eBay for the price of 3 or 4 Pi boards.Redundant disk channels, redundant PSUs,...
View ArticleGeneral discussion • Raspberry Pi 4 /Pi 5 SSD1306 i2c 0.96 OLED Display
HiDoes anyone knod if its possible to Raspberry Pi 4 /Pi 5 SSD1306 i2c 0.96 OLED Displayin Green characters instead of the usual white, blue, yelloe colors.Please see example of OLED DIsplay whiich I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C connection on Pi 5 not working
Two which I2C interface is your device connected to?What's the content of your config.txt?Statistics: Posted by aBUGSworstnightmare — Sun Jul 14, 2024 5:27 pm
View ArticleGeneral discussion • Re: Raspberry Pi 4 /Pi 5 SSD1306 i2c 0.96 OLED Display
Your link does not work.Plenty of them are capable of many colors, not just monochrome.Look at the display's specs to find out if it is monochrome or not.Statistics: Posted by memjr — Sun Jul 14, 2024...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • RPi4 Model B VCHIQ not sending a CONNECT...
Hello experts,I'm trying to implement a driver for VCHIQ in the QNX 8.0 OS to debayer 10 bit camera raw data. I've been looking at vchiq_arm source code as a reference...
View ArticleRaspberry Pi OS • Re: Raspberry Pi OS is too dependent on date/time...
Try http://phk.freebsd.dk/time/20151129/Your link gives the theory but not the implementation of effectively the same idea as htpdate.You can install htpdate with sudo apt install htpdate and then...
View ArticleRaspberry Pi OS • Re: Wifi broken on 64-bit image after all 2022-04 releases...
Are there settings on the mikrotik for any of the following configuration settings noted here? Code: 1. WPA2 (looks like WPA3 is not supported) [OK, not this one LOL]2. Cipher - Auto3. 802.11w...
View ArticleHATs and other add-ons • Re: Industrial I/O
I recently had a great experience implementing a data collection solution using a Pi 5 in an industrial setting... just thought I'd share it for anyone else needing to interface a Pi with industrial...
View ArticleRaspberry Pi OS • Re: apt-get upgrade
Nothing to worry about - it's a "hack" in the sense that some special handling of files was needed in order to update the kernel and firmware, while at the same time keeping the Debian-derived package...
View ArticleAdvanced users • Re: Raspberry Pi reboot if it visits a specific site
Not well known by me, apparently.Anyway, I've dealt with these "web testing/automation" tools before and they always come up short.Excessively complicated to setup/use and limited functionality.I'd...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 gpio libraries
If you're writing code to run a 3rd party executable that can change as already noted, just write the code with the 3rt party package that does what you need.If the package changes, you can edit your...
View ArticleAdvanced users • Re: Raspberry Pi simple monitoring and dashboard
It has annoyed me that I had to change my config while testing on Linux laptop just because it would fail with error during vcgencmd command execution (available only on Raspberry Pi). Not anymore.I...
View Article