Bare metal, Assembly language • Re: SDHOST block read returns CRC in data
I am now reading the card and its MBR but have found the read block command (CMD17) returns a 64 byte data block before the actual 512 bytes of the requested sector. I assume this is CRC relatedthe SD...
View ArticleGeneral • Re: Current measurement with rpi PICO
I would suggest, as @carlk3 mentioned, to look for electrically isolated sensors. Pololu has a good selection of Allegro boards for precisely what I think you are after:...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
I have encountered a problem already. I can't seem to get the Pico to communicate with the computer. I downloaded Thonny and it seems to function but it won't acknowledge it.I did plug the Pico in the...
View ArticleFor sale • Laser cut Pi4 & 5 covers (minimalist case)
I've started making different projects with my laser cutter and came up with making these Pi covers. I didn't like having a plastic case sitting on my mid century TV/Stereo cabinet so I got creative...
View ArticleAdvanced users • Re: Soft temperature limit throttle *increases* CPU frequency
The throttling code on Pi5 is different to Pi4ah, didnt notice this thread was on a CM4Statistics: Posted by cleverca22 — Tue Oct 08, 2024 12:34 am
View ArticleGeneral discussion • Re: [Pi 4] Peripheral Extension Board
hubs actually being several four ports hubs in a daisy chaintrue. You can sometimes see that in lsusb. The most I see on one chip is 8 ports. So 8 * 8 * 8.Statistics: Posted by peterlite — Tue Oct 08,...
View ArticleC/C++ • Re: PWM with C++
you could use the sysfs '/sys/class/pwm'First you need to add the overlay into the config.txt (/boot/firmware/config.txt)Code: dtoverlay=pwmAfter you need to set the pin12 to alternate function...
View ArticleHailo • Re: I have Questions about the AI-Kit.
AI kit is Hailo8L chip and it does not run any LLM, but in the future hailo8H can run LLM. And they are trying to make Whisper work on AI kit.Statistics: Posted by jiahaoli — Tue Oct 08, 2024 2:15 am
View ArticleGraphics, sound and multimedia • Re: Switching from 3.5 inch hdmi touch...
Looking at that script, it makes a backup copy of config.txt. You should be able to copy /boot/config.txt.bak to /boot/config.txtStatistics: Posted by AndyD — Tue Oct 08, 2024 2:29 am
View ArticleTroubleshooting • Re: RPi 4 boatload missing?
can you post a photo of the top of the pi4 board?Statistics: Posted by cleverca22 — Tue Oct 08, 2024 2:52 am
View ArticleTroubleshooting • Re: Latest RasPi OS update to the Pi5 has broken YouTube...
Per the other related thread, the Chromium update works great and all seems fixed. Many thanks to the team for the quick update!Statistics: Posted by clwmdm — Tue Oct 08, 2024 3:14 am
View ArticleRaspberry Pi OS • Re: Desktop shortcut to initiate screen blanking?
I dont know much about screen blanking but one way i would approach this problem is i would create a script which would set the blanking timeout to few seconds or even lesser and then automatically...
View ArticleGeneral discussion • Re: Rpi4&5 Can't connect to 5Ghz WiFi, but can to...
Is your Wireless access point (router?) sold for Brazil use?What range is it between your device and access point and what obstacles are in the way?What channel is your access point saying it is using...
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
Hey guys - for those of you wanting to see activity monitor / htop at time of freezeHere's some screenshots of htop (ssh terminal from my MAC) and activity monitor from the actual pi GUI moments after...
View ArticleTroubleshooting • Re: Pi 5 Ethernet port not working, but Wifi is
Just out of curiosity, what's your kernel version and OS?You can check kernel version by running Code: uname -aHere is the OS version: Code: Linux raspberrypi 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian...
View ArticleC/C++ • Re: Discrepancy between datatypes performance
Some people, when confronted with a problem, think “I know, I'll use regular expressionsthreads.” Now they have two problems.With apologies to jwz.Statistics: Posted by ame — Wed Oct 09, 2024 1:18 am
View ArticleGeneral programming discussion • Run Chromium from Desktop bash file
I'm able to run chromium from a terminal prompt.However, if I create a bash file on the desktop and try same as the command line, nothing happens.bash file #!/bin/bashchromiumAny...
View ArticleTroubleshooting • Re: Am I running root from my SSD or SD Card?
Boot (/boot) should always be the SD partition 1, surely?Pi5 supports booting from SD, USB, NVME, or Ethernet. You can set the boot order preference. Unless you have done this, the default will be to...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
It didn't show up on rpilocator. But I did get the ones you pointed out, thank you. Although I think pi hut installed those themselves, which suggests that the standard factory zero 2 W's with...
View ArticleGeneral programming discussion • Re: Run Chromium from Desktop bash file
did you make it executableStatistics: Posted by kerry_s — Wed Oct 09, 2024 1:59 am
View Article