Networking and servers • Configure DHCP server on Raspberry OS
Hello.I try to create a Hotspot with Pi-hole on my Raspberry Pi 4b (Raspberry OS ).The issue is that when I create Hotspot with GUI it automatically starts dnsmasq on port 53 and Pi-hole can't work...
View ArticleC/C++ • Re: Boost provides free peer-reviewed portable C++ source libraries.
Boost libraries are mostly header only libraries.At several places in boost documentation it is stated to compile with optimization (because of that).What I typically do is to compile with "-Wall...
View ArticleMedia centres • Re: Peppy player
I have not been able to reproduce the lock up problem at will since replacing the power adapter. It still freezes once in awhile without me touching the screen. Also I have found two other issues. my...
View ArticleRaspberry Pi OS • How to enable NUM LOCK on boot itself
Hi,Im trying to activate num lock on boot time to avoid manual activation using keyboard. Is it possible?Statistics: Posted by anoopkalattur.v — Sun Mar 17, 2024 12:10 am
View ArticleArch • Re: Manjaro kde plasma on rpi5
How much memory it consume?Statistics: Posted by anoopkalattur.v — Sun Mar 17, 2024 12:14 am
View ArticleOther programming languages • Re: Lua low memory game logic ideas
I'm back at my Pico Lua project I wanted to use it to teach Lua and game design, We have the maze generator with monsters and the like, but I'm looking for some fun but simple games to teach kids...
View ArticleDevice Tree • RPI5: Issue with dynamic applying DT for Sound Card
I am facing an issue with dynamically applying a Device Tree Overlay for a sound card. The overlay is being applied successfully via the dtoverlay command, the sound card does not seem to be...
View ArticleGeneral discussion • VL805-06 chip.
Hello, I'm working on my own CM$ carrier baord. I want to add the VL805-06 chip to it give more USB from the PCIe. I can not seem to find a datasheet on it. The more important stuff like the pin pitch...
View ArticleGeneral discussion • I am having trouble setting up my pi 5
It powers on but doesn't produce any images and light stays red when i power it with my cellphone charger the light turns green but then the light fades away. Any idea if im doing something wrong or...
View ArticleRaspberry Pi OS • Re: How to enable NUM LOCK on boot itself
If you're talking about Raspberry Pi OS Bookworm...viewtopic.php?t=357592#p2144618Statistics: Posted by GTR2Fan — Sun Mar 17, 2024 1:07 am
View ArticleGeneral discussion • Re: I am having trouble setting up my pi 5
It powers on but doesn't produce any images and light stays red when i power it with my cellphone charger the light turns green but then the light fades away. Any idea if im doing something wrong or...
View ArticleGeneral discussion • Re: VL805-06 chip.
This maybe?https://forums.developer.nvidia.com/upl ... jhK8FE.zipSource: https://forums.developer.nvidia.com/t/p ... d/143085/5Statistics: Posted by GTR2Fan — Sun Mar 17, 2024 1:16 am
View ArticleRaspberry Pi OS • Re: How to enable NUM LOCK on boot itself [RESOLVED]
Hi,Thank you. It worksStatistics: Posted by anoopkalattur.v — Sun Mar 17, 2024 1:35 am
View ArticleMicroPython • Re: pico-to-pico via intenral router: accept () issue
FYI, here is my table of pings. I actually did 5 sets of pings, but only 3 sets below are shown, since nothing new to be gained in terms of insight. Across the top row, you can see PC1 with the...
View ArticleGeneral programming discussion • Re: libgpiod library
But the point of my book is to show what's going on at the machine level. For example, I give a programming construct, say a while loop, in C and then show what it looks like in assembly language.If...
View ArticleRaspberry Pi OS • Re: Power button for RPi4
Grounding GPIO 3 will still turn the Pi 4 on, even if i2c is in use. And you can use an alternate pin for the shutdown dtoverlay.For example, pin=17 is GPIO 17 physical pin 11.Code:...
View ArticleCamera board • Re: HQ Camera external sync signals support added
Hello, I am attempting to sync two HQ cameras using a pi 5. Previously I was able to set up two hq cameras using a pi 4 and zero and get the frame sync to work with one working as a source and the...
View ArticleOfficial Display • Re: Will we see a new 7in and a brand new 5in official DSI...
1280 x 720 would be a nice upgrade over the current 800 x 480. And if it makes using the touch panel with my knubby fingers easier then all the better.Statistics: Posted by alphanumeric — Sun Mar 17,...
View ArticleCamera board • Re: Global Shutter camera swaps Red and Blue colors
Yes, same for more.Works on older version.ThanksStatistics: Posted by konikseb — Sun Mar 17, 2024 10:41 pm
View ArticleSDK • Re: How debug a Pico without the elf?
I did use that link. What I'm trying to do is look into the bin file now to see how I set up the gpio I made changes to the layout and didn't have the good sense to write it down.for that, objdump is...
View Article