Beginners • Re: Testing cable status
Also, can you post a link to your sensors?We need to make monitor them for safety, so, in case anything goes wrong we will act inmediatelyhttps://switches.co.za/wp-content/uploa ......
View ArticleTroubleshooting • Raspberry Pi 5 SSH connection not working
hi i'm trying to connect my raspberry pi 5 to ssh.typed this into cmd Code: C:\Users\josep>ssh -v 10.196.99.143OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3debug1: Authenticator provider...
View ArticleGeneral • Re: Power to Pico W, and I2C accelerometer peripheral
Glad it worked out. The MPU6050 documentation isn't the best example of a tech doc on the planet; it used to be that these stuff are all under NDA and they will help to get the product feature...
View ArticleCamera board • Re: motioneye OS video retrieval
So this SD card came from a RPi. If I plug it straight into an RPi wouldn't it boot into this weird state again? Or do you mean boot into an RPI OS, then use a card reader and read this card?Is there...
View ArticleCamera board • Re: about the video stream serious delay problem.
Yes,as the documents write,use 'libcamera-' replace 'picam-' on bulleyes.And I did so.Today, I use cable to connect, the problem remains, and the terminal has some information below, I think there is...
View ArticleOther RP2040 boards • RP2350B availability for contract mfrs?
I have a project I want to build that may turn into a commercial project. I use several Chinese contract manufacturers, including JLCPCB. Currently they know nothing about the RP2350B (or A version...
View ArticlePython • Re: PID controller help
Thanks, yes there will be some fine tuning here to get it right but judging by how well the archaic analog controller worked, it shouldnt be that hard. The temperature of the burner is actually a non...
View ArticleGeneral discussion • Re: Firefox Zero-Day
lucky it is already 131 on raspberryStatistics: Posted by kerry_s — Fri Oct 11, 2024 12:59 am
View ArticleHATs and other add-ons • Re: What connector is this?
grove comes in latched and unlatched.Looks like it might be JST PH, thenStatistics: Posted by scruss — Fri Oct 11, 2024 1:42 am
View ArticleMicroPython • Re: Ask about Three-wire Serial EEPROM in RP2040
Micropython and C SDK currently include code for Motorola format only (which is mode 0, the default value). You would probably have to access the control register directly to reconfigure it after the...
View ArticleBeginners • Re: How to copy Boot from External SSD to SDCard using terminal
Use image-backup to create an image file of your SSD. Then use write-image to write that image file to your SD card. Shutdown, disconnect the SSD, and boot the SD card.Statistics: Posted by RonR — Fri...
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
It's weird that htop doesn't match the CPU usage from activity monitor.Your GUI screenshot says 100% at the top, but then the tasks are sorted by CPU%, and they are all zero. Maybe the top number...
View ArticleTroubleshooting • Re: rpi 3 with SSD boot
If the kernel can't find the root partition specified in cmdline.txt I'd expect it to panic not to drop to recovery mode.If you boot with an initramfs (standard in bookworm), then failure to mount the...
View ArticleSDK • Re: Building Pico-SDK example projects using FreeRTOS in VSCode
Thanks, carlk3, I'll have a look at that as an alternate way of doing FreeRTOS projects in VSCode..On the issue of multiple executables, the FreeRTOS examples in the pico-sdk do have multiple...
View ArticleTroubleshooting • Re: Bookworm: Link-Local Ethernet suffers regular timeouts...
If it's host to host you may have an Ethernet negotiation issue. The rules for 802.3 change every few years but at one point many hosts did not implement auto mdi-x, relying on the switch to implement...
View ArticleGeneral discussion • CE Marking
Hello all,I would like to ask you what applied if I get a raspberry pi, a CE marked HAT and put it in an enclosure.Will the product be CE marked?Best,KVBStatistics: Posted by Settler7 — Fri Oct 11,...
View ArticleCompute Module • Re: USB boot not working (BOOT_ORDER fails me)
@cleverca22, that's super helpful. I didn't even notice that the UUIDs were duplicated. That exact problem was indeed causing frustrating intermittent boot failures.It would be really great if...
View ArticleGeneral • Re: Run Project (USB) from Raspberry Pi Pico Project under VS Code
I only have: "RP2 Boot (Interface 1)"Statistics: Posted by chuck72352 — Sat Oct 12, 2024 12:27 am
View ArticleAutomation, sensing and robotics • Re: SPI Pressure Sensor
According to the spec it should be ok.Things to check.Did you but the 33 ohm resistor. I got some problem with spi on SDcard without them. Try to reduce the clock to 200KHz which is the minimum to see...
View ArticleGeneral • Re: Best way to allow user to set up the device?
The problem is that without correct WPA credentials, there is no network connection even at Layer 2.For any wifi autocofig, it needs to be active and accessible (by the user) on the AP, far more...
View Article