Go to advanced search

by Gavinmc42
Tue Oct 03, 2023 10:13 pm
Forum: Automation, sensing and robotics
Topic: 64 Inputs and 64 Outputs on 1 Raspberry Pi
Replies: 9
Views: 355

Re: 64 Inputs and 64 Outputs on 1 Raspberry Pi

The basic difference is that the keyboard is only notifying which single key is pressed. Keyboards have always reported key pressed and key released. Multi key rollover is common especially in gamer keyboards. Chess starts with pieces on known positions and only one is moved at a time. Electronic C...
by Gavinmc42
Tue Oct 03, 2023 12:11 pm
Forum: Advanced users
Topic: rp1_dsi.c - possible typo?
Replies: 5
Views: 236

Re: rp1_dsi.c - possible typo?

VEC routes those signals to DACs and appropriate encoding. How many DACs? If there are three could it do VGA output? VEC seems overkill just for composite analog video. I only see PAL and NTSE. VDAC? We assume DPI and VEC can't be used at the same time ? void rp1vec_vidout_setup(struct rp1_vec *vec)...
by Gavinmc42
Tue Oct 03, 2023 11:40 am
Forum: Automation, sensing and robotics
Topic: 64 Inputs and 64 Outputs on 1 Raspberry Pi
Replies: 9
Views: 355

Re: 64 Inputs and 64 Outputs on 1 Raspberry Pi

How will the pi know the type of chess piece that has been lifted to work out the possible moves ? Detect lifting and putting down the piece, they all start from known places. Just have to scan for open and close switch fast enough. Wonder if one of those Mech Keyboard QMK running on a Pico could b...
by Gavinmc42
Tue Oct 03, 2023 8:49 am
Forum: Automation, sensing and robotics
Topic: 64 Inputs and 64 Outputs on 1 Raspberry Pi
Replies: 9
Views: 355

Re: 64 Inputs and 64 Outputs on 1 Raspberry Pi

8 x 8 switch matrix uses 16 GPIO pins, one more pin for 64 Serial RGB LEDs.
Look around for RGB LED spacing that match your chess board squares.
Might have to cut a LED strip into 8 strips.
by Gavinmc42
Tue Oct 03, 2023 8:42 am
Forum: Troubleshooting
Topic: Raspberry Pi 4 feel slow
Replies: 10
Views: 319

Re: Raspberry Pi 4 feel slow

Maybe just buy a new Pi 5? LOL Buy a few, have one spare for when it wears out and gets slow. Possible it is the uSD/SSD or JMicron USB to SSD chip. OS's can fill up with junk and flash memory wears out. Bookworm on Pi4 does feel faster than Bullseye. I have only had one of the first batch Pi3B run...
by Gavinmc42
Tue Oct 03, 2023 8:27 am
Forum: General discussion
Topic: RPi5: Can we expect improvements in power consumption in future kernels?
Replies: 22
Views: 1266

Re: RPi5: Can we expect improvements in power consumption in future kernels?

OP comparing Pi5 to NUC with two SSDs, idle 3.5W. So which size, brand two SSDs must be used on the Pi5? USB3 to Sata adapters as well. Is the NUC plugged into HDMI? Wasn't there some more RPi power management commits from 6.1 to 6.5 kernel? If Pi5 releases with 6.1 kernel without 6.5+ PM commits th...
by Gavinmc42
Tue Oct 03, 2023 6:57 am
Forum: Bare metal, Assembly language
Topic: Information on RPi5?
Replies: 18
Views: 910

Re: Information on RPi5?

ah, talking with the libcamera guys, it seems we are both right! In both, interesting. Stats, would that be the white balance stuff? That would explain Jeff's comment about the RP1 detecting changes. Possibility of movement detection via light changes in regions of interest. Bayer demosaic not need...
by Gavinmc42
Tue Oct 03, 2023 6:33 am
Forum: General discussion
Topic: RPi5: Can we expect improvements in power consumption in future kernels?
Replies: 22
Views: 1266

Re: RPi5: Can we expect improvements in power consumption in future kernels?

Doing compiles using all cores can chew the power 4 x CPU 100%. On the other hand just monitoring a few sensors <1% With the new power management chip I expect the Pi5 could be tweaked for low power. Benchmarks generally test for performance, ie CPU 100%. Shutting down parts of the Pi5 should be mor...
by Gavinmc42
Tue Oct 03, 2023 1:04 am
Forum: General discussion
Topic: my wish for CM5 module
Replies: 11
Views: 472

Re: my wish for CM5 module

Once my Pi400 keyboard finally dies the PCB might get transplanted into a custom Mech case. The connectors all on one edge make that easy. But now the Pi5 has shown the features of the new chips I want those in my daily Desktop. However the footprint of the traditional Pi PCB layout is not conducive...
by Gavinmc42
Tue Oct 03, 2023 12:43 am
Forum: General discussion
Topic: What is the full name of the new Raspberry Pi 5 model?
Replies: 29
Views: 1584

Re: What is the full name of the new Raspberry Pi 5 model?

The general idea is certainly sound, but there's room to die shrink and improvements to the RP1 A big reason for RP1 was ESD protection from kids fingers on the GPIO pins, a die shrink reduces that protection. But an improved version with your suggested mods, USB 3.2 etc would improve any Pi5+/6 ca...
by Gavinmc42
Mon Oct 02, 2023 9:56 pm
Forum: General discussion
Topic: Powering the Raspberry Pi 5.
Replies: 4
Views: 298

Re: Powering the Raspberry Pi 5.

Use both 5V pins and as many Gnd pins as you can.
Those headers are not really rated for 5Amps per pin.
by Gavinmc42
Mon Oct 02, 2023 1:08 pm
Forum: General discussion
Topic: Can Raspberry Pi 4B be infected with Malware in a supply chain attack
Replies: 18
Views: 885

Re: Can Raspberry Pi 4B be infected with Malware in a supply chain attack

The key is securely stored. Hopefully not on an Intel PC ;) Hmm, hardware crypto in the Pi5, how to use that to secure things? Had not bothered to check on the Pi4. Possible to encrypt the Pi5 app and un-encrypt on run time? Pi5 would be good machine to learn, practice crypto on ;) Lots of other SB...
by Gavinmc42
Mon Oct 02, 2023 12:53 pm
Forum: Graphics programming
Topic: Is it possible to run Pygame without startx?
Replies: 41
Views: 3069

Re: Is it possible to run Pygame without startx?

Given one can't get a free PDF copy of MagPi 134 or HackSpace 71 until 19th of October I am guessing that's when Bookworm will be released. Yep, but is that 19th Oct Oz time or 20th :lol: Seems there could be some VNC issues, RealVNC might be ok. New PiCore 14 with 6.x kernel is now out, I prefer t...
by Gavinmc42
Mon Oct 02, 2023 11:20 am
Forum: General discussion
Topic: Can Raspberry Pi 4B be infected with Malware in a supply chain attack
Replies: 18
Views: 885

Re: Can Raspberry Pi 4B be infected with Malware in a supply chain attack

Ok. So how can it be done? And how can it be undone? If they can rewrite the boot EEPROM to add malicious code that no one notices then they are probably working for one of those agencies. If it is a malicious employee then they probably work for one of those agencies. FYI, all uSD have an Arm, 805...
by Gavinmc42
Mon Oct 02, 2023 11:06 am
Forum: General discussion
Topic: What is the full name of the new Raspberry Pi 5 model?
Replies: 29
Views: 1584

Re: What is the full name of the new Raspberry Pi 5 model?

/proc/device-tree/model
"Raspberry Pi 400 Rev 1.0" for me
Who has a Pi5 to try this?

Incidentally, congrats to Pi team only one rev for Pi400 ;)
by Gavinmc42
Mon Oct 02, 2023 10:37 am
Forum: Graphics programming
Topic: Is it possible to run Pygame without startx?
Replies: 41
Views: 3069

Re: Is it possible to run Pygame without startx?

I believe the aim (don't hold me to this) is to get Wayfire working on all if possible. Something to do with GPU compositing for newer Pi (4+) and having to use software on older.(3-) New Bookworm is reported to use Wayland/Wayfire on Pi4/5 and X11/Mutter on older Pi's. I did try Rpi Debian 12 lite...
by Gavinmc42
Mon Oct 02, 2023 10:08 am
Forum: Beginners
Topic: running a project with raspberry
Replies: 16
Views: 431

Re: running a project with raspberry

Now, I am proud to say that my program has been developed using Qt5 Creator, and I also have access to its source codes.
Very important keeping track of project source code.
by Gavinmc42
Mon Oct 02, 2023 10:06 am
Forum: General discussion
Topic: Raspberry Pi 5 HATs and
Replies: 4
Views: 381

Re: Raspberry Pi 5 HATs and

I think the hats are still in prototype stage.
They will probably be designed to fit in the Pi5 case, maybe.
m.2 hat might not happen till next year.

Active fan, POE hat and m.2 hat might need different case?
Going to have to wait to find out.
by Gavinmc42
Mon Oct 02, 2023 10:00 am
Forum: General discussion
Topic: Can Raspberry Pi 4B be infected with Malware in a supply chain attack
Replies: 18
Views: 885

Re: Can Raspberry Pi 4B be infected with Malware in a supply chain attack

Let's start from the position that your threat model is preposterous. It is like saying a government requested a backdoor into mainstream CPUs by having them run Minix internally on the CPU. There is paranoia then there is tinfoil hat paranoia, the only difference is where the tin foil is made. How...
by Gavinmc42
Mon Oct 02, 2023 8:48 am
Forum: General discussion
Topic: About the 3.5mm jack missing from the Pi5...
Replies: 22
Views: 1234

Re: About the 3.5mm jack missing from the Pi5...

PDM and we eventually want the option of integrating digital mics on cameras So do the camera connectors have the PDM wiring. Multiplexed on the i2c? Ah, the reason for new cables, 22 pins on the connectors. Same as CM4/IO 22pin 4 Lane connector, pin 18 is NC, now PDM mic? That would be really cool...
by Gavinmc42
Mon Oct 02, 2023 6:14 am
Forum: Raspberry Pi OS
Topic: New raspberry pi os 12 coming out based on wayland... What about vnc server?
Replies: 31
Views: 1395

Re: New raspberry pi os 12 coming out based on wayland... What about vnc server?

Does the new Pi 5 require Wayland? Don't think it is "requires", my impression is Wayland/Wayfire is just twice as fast as old X11. it just comes with wayland as most people think that animated windows and stuff 'are essential' Nah, just an old dream becoming real ;) Like Vulkan is faster...
by Gavinmc42
Mon Oct 02, 2023 6:05 am
Forum: General discussion
Topic: Pi 5 lack of headphone jack is bad
Replies: 47
Views: 2221

Re: Pi 5 lack of headphone jack is bad

Whatever, the one-for-all board we now have is creaking at the seams, high redundancy and not consumer repairable. The South Bridge RP1 method means there is a way forwards, quicker and cheaper, not creaking at all. Cost of repair verses cost of SBC? Been using Pi's for a decade, never seen a need ...
by Gavinmc42
Mon Oct 02, 2023 5:11 am
Forum: Camera board
Topic: Picamera dual cam performance
Replies: 14
Views: 1695

Re: Picamera dual cam performance

Wondering if dual cameras will just be so much easier on the Pi5?
by Gavinmc42
Mon Oct 02, 2023 5:04 am
Forum: General discussion
Topic: my wish for CM5 module
Replies: 11
Views: 472

Re: my wish for CM5 module

The proper way to ask for CMx is via Industry ch
https://www.raspberrypi.com/for-industry/
by Gavinmc42
Mon Oct 02, 2023 4:58 am
Forum: Camera board
Topic: RGB-Ir Sensor support
Replies: 3
Views: 317

Re: RGB-Ir Sensor support

No, there is no support for RGB-IR colour filter patterns in the ISP :( There might be a quick way to just drop the RGB pixel data and just use the IR. How flexible is the ISP? For RGBI it would be raw data only on the IR pixel, no Bayer processing needed. I looked in the RP1 CFE source code and di...

Go to advanced search