MicroPython • Re: Pico requested vs measured I2C SCL frequency
checking the pico-sdk source, i can see:Code: 34 uint i2c_init(i2c_inst_t *i2c, uint baudrate) {... 55 // Re-sets i2c->hw->enable upon returning: 56 return i2c_set_baudrate(i2c, baudrate); 57 }...
View ArticleGeneral discussion • Re: I am having trouble setting up my pi 5
A cell phone charger will not provide enough power to run the Pi. You need to get the official Raspberry Pi 5 Power Supply.ButchIt depends on the charger. Which is not really a charger, it's a power...
View ArticleRaspberry Pi OS • Re: Trouble Using dhcpcd on Bookworm Lite 32bit 2023-12-05
I am having the same issue. No result so far. The issue appeared only after moving from Bullseye to Bookworm. Really struggling to find a solution.Statistics: Posted by hs307 — Sun Mar 17, 2024 2:17 am
View ArticleAdvanced users • cannot enable huge pages after Mar 12,2024 update
I received my first Pi 5 3/6/24. Working flawless. I soon after enabled huge pages and there was a very noticeable speed improvement in the work I was doing. Been running Ubuntu as my only os on my...
View ArticleRaspberry Pi OS • Re: How to enable NUM LOCK on boot itself
You're welcome.Statistics: Posted by GTR2Fan — Sun Mar 17, 2024 2:38 am
View ArticleGeneral • Re: Using Wren6991/PicoDVI in pi pico with audio output, without...
The code at https://github.com/ikjordan/PicoDVI has been updated today to include more detail in the Readme. There are two branches, master and audio (...
View ArticlePython • Re: Datetime Code Not Working
I suspect it isn't saving because asking for the string representation of a datetime will give you a string with the date and time separated by a space. When putting that into the command that...
View ArticleTroubleshooting • Re: Pi 5 USB 3.0 Speed Issues?
Any further comments / ideas on the matter?Statistics: Posted by schoolpost — Sun Mar 17, 2024 2:47 am
View ArticleRaspberry Pi OS • Screenshot Apps for RaspiOS
Hi,I was searching for screenshot software.I tried flameshot, kazam.. flameshot window not appearing properly.. neither it captures.kazam records blank or dummy screen to fileCan you suggest a...
View ArticleRaspberry Pi OS • Re: Screenshot Apps for RaspiOS
just press the prtsc key for screenshotgrim is the screenshot appStatistics: Posted by kerry_s — Sun Mar 17, 2024 3:21 am
View ArticleRaspberry Pi OS • Chromium Open Site as Window - How can we hide title bar?
Hi,As attached there are 2 title bar when I open chromium window.. This comes when I save website as window and open it.Any fix for this?wayfire.ini has:[pixdecor]ignore_views = app_id is...
View ArticleRaspberry Pi OS • Re: Chromium Open Site as Window - How can we hide title bar?
the window will have a different app_id then chromium-browsersuggest using title insteadCode: title [is|contains] "<string>"example:Code: ignore_views = app_id is "chromium-browser" | title...
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 ArticleTroubleshooting • Re: Using systemd and xinit to run feh on startup
you should be using the lite version.set it to auto login at cli & add to .profileCode: [ "$(tty)" = "/dev/tty1" ] && exec feh --fullscreen --quiet --slideshow-delay 10 -f...
View ArticleC/C++ • programming tips: somewhat oop data structures, global structs, etc
first of all you can add a pointer function to data structures and make a function that points the function pointer(s) to functions, and you can call them from the data structure ie...
View ArticleBeginners • Re: Rpi 5 and Pan Tilt hat
Ok the usleep is maybe to long!you export pwm0 and then pwm1maybe pwm0 is activated when you export pwm1 and this is why it works!On my version I was exporting and right away write the period value...
View ArticleGraphics programming • Re: Disabling /dev/dri/cardX in Pi5
Raspberry Pi 5 creates two different /dev/dri/card0 and 1 for VGA and HDMI instead of a single card like previous models.That's not what's happening. AFAIU card0 is the 3D rendering card (used by...
View ArticleOther projects • Re: Can I make VPS with Raspberry Pi?
No RPi has an x86 or X64 CPU. They all have ARM CPUs.Statistics: Posted by drgeoff — Sun Mar 17, 2024 11:50 pm
View ArticleMicroPython • Re: Remote Access to Raspberry Pi Pico W
I am actually doing a similar project and have the exact same problem. My house has a static IP so I know that I can access devices on it regularly however I can not access my pico w.If I type in the...
View ArticlePython • Re: How Do I Open Audacity With Python?
Here we go again...Statistics: Posted by memjr — Mon Mar 18, 2024 1:36 am
View Article