General 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: apt-get upgrade
No. It's just a way of keeping the Pi consistent while different parts of the system are upgraded. Agreed that "hack" (and especially "kernelhack" )now has unhelpful overtones.Statistics: Posted by...
View ArticleCamera board • Re: Red Hue When Using IR Filter with V3 NOIR
I have edited the source code so that when SIGUSR1 and SIGUSR2 is fired it produces a log output.I've not got any knowledge of C++, so im porting some understanding from Python/JSOn line 22 I've...
View ArticleBeginners • Re: PI RAM amount
...I didn't buy into RPi until it offered 1GB ram, which at the time could run a desktop system with internet access, the RPi3B, which could also boot from USB, (by changing a bit of code, if I...
View ArticleTroubleshooting • Re: Brand new RPi 4B freezes
From memory, MySQL in particular uses a lot of RAM in the default configuration. The last time I looked at it for something I was doing was a couple of years ago. I disabled the default storage engine...
View ArticleGeneral programming discussion • Re: Unable to install the Visual Studio Code...
Update:Success and a new version of the same problem.Ref: Posting at:viewtopic.php?t=191342&sid=7f3d700901e7 ... fbc6c627d9which shows a successful install of VS Code Version 1.4.n (I was able to...
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 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 ArticleGeneral discussion • 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 ArticleMicroPython • Re: Attribute error in a code that worked perfectly in the...
Code: import machineimport utimefrom chittiSat.sdcard import *import uosfrom chittiSat.pressure import *from chittiSat.assistant import *i2c = machine.I2C(0, scl = machine.Pin(1), sda =...
View ArticleGeneral discussion • Re: Windows on Pi5
Could you tell me the arm computers that are available right now that can run Windows . When i mean Windows , it should also include the Microsoft office .This is a Raspberry Pi owned forum, other...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi4 Model B VCHIQ not sending a...
I discovered that in https://datasheets.raspberrypi.com/bcm2 ... herals.pdf section 1.2.4. Legacy master addresses, the physical address has to be within the 0xC000_0000 and 0xFFFF_FFFF range. I am...
View ArticleOther RP2040 boards • Re: Custom RP2040 board - power issues?
It's a little hard to read your schematic, but I notice a couple of things:- You are missing the third 1V1 pin on the CPU (pin 50), at least on the schematic. Maybe this is an artifact of your...
View ArticleBeginners • Re: Raspberry Pi inside an amplifier
Given where you are starting from, I would suggest that this is not a suitable project -- unless you can find someone local to you who will offer hands-on support. It is all do-able (depending on what...
View ArticleGeneral • Integrated RP2040 silicon
https://www.hackster.io/news/wiznet-put ... d85ad4015b"WIZnet is planning to launch a system-in-package which combines a Raspberry Pi RP2040 microcontroller with its W5500 Ethernet controller: the...
View ArticleGeneral • Re: Using oscillator of different frequency with RP2040?
Isn't there some way of using a state machine to increase the division range?Statistics: Posted by pidd — Tue Jul 16, 2024 5:26 pm
View ArticleGeneral discussion • Re: A reliable way to secure jump wires on pins
Hot glue gun, generally strikes the balance between being secure but still removable.Statistics: Posted by pidd — Tue Jul 16, 2024 5:31 pm
View Article