Networking and servers • Re: Access point problem
ok, thank you, in the meantime I got a new dongle: https://www.amazon.it/BrosTrend-1800Mbp ... 0aWM&psc=1I installed the drivers, disabled the integrated wifi of my rasp0 and the connection works...
View ArticleC/C++ • Included cyw43 lib now it doesnt compile
So i wanted to turn on the led of my pico w board.It worked then i did put it to github and to my other pc it was without build folder.And now it doesnt compile with rpi pico vscode extension.so i...
View ArticleC/C++ • Re: Included cyw43 lib now it doesnt compile
I also tried changing sdk version but it didnt workStatistics: Posted by Kitki30 — Sun Oct 13, 2024 6:02 pm
View ArticleMicroPython • Re: Benchmark Pico 2
For the record RISC-V at 648 MHzRISC-V N=648 M=128 n_average=8perf_bench/bm_chaos.py: 66570.12 0.0400 751.09 0.0400perf_bench/bm_fannkuch.py: 164036.62 0.0216 42.67 0.0216perf_bench/bm_fft.py:...
View ArticleOff topic discussion • Creazilla is looking for a React developer (2d image...
Hey guys,Creazilla.com is looking for a React developer to back up the tech team (2 front + 1 back devs) on Graphic's editor tasks (for example, video editor, mockup editor, vector editor, interface...
View ArticleTroubleshooting • Pi5 won't resolve Umbrel.local
Hi all.Summary:All new: Pi5 with 1Tb NVMe, M.2 HAT. Boots to NVMe, Pings in and out, but cannot resolve UMBREL.LOCAL or the individual IP. Hardwired to router. Looking for help please.Thanks,...
View ArticleTroubleshooting • Re: Issues with gpiozero on Pi 5 — No such file or...
Ah I thought it was using RPi.GPIO ".. even though RPi.GPIO is incompatible with Pi 5.."There are multiple "RPi.GPIO"; the one provided pre-installed with Bookworm which doesn't work with Pi 5 and has...
View ArticleNetworking and servers • Help needed: adding RPI to home network for Dummies
CiaoI built an Air Quality measuring instrument based on a RPi Zero W. Now, I need a (simple) procedure to let the people who host the instrument to insert it in their home wifi network.My idea for...
View ArticleGeneral discussion • How to rename my BSSID in Raspberry Pi Zero
I installed Raspberry Lite on my Pi Zero wThen i installed IIAB (Internet in a Box)which works fine.The problem is i want to rename the BSSID to something less obvious.I can't remember how or where i...
View ArticleBeginners • Powering the Pi5
Hi everyone,I'm working on a project with the Raspberry Pi 5 to control a motor using PWM. I’m using a 12V/50A power supply to ensure I have enough power for both the motor and the Pi. I’ve added a...
View ArticleBeginners • Re: RealVNC resolution is weird and fps is low
my computer on the other is windows 11, my gpu is RTX 2060, and my CPU is Intel 17, also im using RealVNCStatistics: Posted by Necrosis000 — Sun Oct 13, 2024 6:39 pm
View ArticleCompute Module • CM4 USB erased and re-install clean OS remembers everything
CM4 with 8gb RAM running off a 128gb USB stick.Getting problems, so time for clean install of only what I need.Put USB into MAC and installed clean OSReturned to CM4 / booted and all the old s/w is...
View ArticleCompute Module • Re: CM4 USB erased and re-install clean OS remembers everything
When I mean the old s/w is still there - I mean :a) that I can go into MYSQL and still see all the old tables and viewsb) wiringPI is therec) all the older scripts and C code are still therebutsudo...
View ArticleTroubleshooting • Re: Raspberry Pi 5 sometimes has no LAN connection after...
You can figure out yourself by looking at the journal:Code: sudo journalctl -e -f -u NetworkManager.serviceAND also check the box/router/whatever at the other end of the cable. Maybe the root cause it...
View ArticleGeneral • Re: rtc_set_datetime adds second to time?
Looks like the aon library in the SDK works at millisecond precision, but on a 2040 the RTC works at second precision. So given the "false tick" issue and the different precision, the behaviour will...
View ArticleTroubleshooting • Re: Reboot hang on PI4B with 3/15/2024 OS release
oh no.I have just done an apt upgrade on the CM4 that I am almost ready to put to use as a finished item, and I have the same problem.Code: The following NEW packages will be installed:...
View ArticleC/C++ • Re: Discrepancy between datatypes performance
This is my version of compiler:Code: # arm-none-eabi-gcc --versionarm-none-eabi-gcc (15:13.2.rel1-2) 13.2.1 20231009Copyright (C) 2023 Free Software Foundation, Inc.This is free software; see the...
View ArticleTroubleshooting • Re: libcamera-vid produces fragmented video
What are you using to playback the videos? VLC doesn't like the lack of timestamps and FPS info in an mkv file. Try writing to mp4 instead.Statistics: Posted by rpdom — Mon Oct 14, 2024 6:05 pm
View ArticleGeneral • Re: Pico W overheating/fried using servo driver board
According to the schematic on the Waveshare site, their board doesn't power the Pico at all - the choice on the jumper is where the servos get their 5V power from (the Pico's VSYS or the external...
View ArticleAI Camera - IMX500 • Re: AI Camera & Zero 2 / camera not avilable
I see the same issue with a R-Pi 4 and a fresh install of bookworm OS. I've done all the steps listed above, including dtoverlay=imx500 and still no camera is detected. The line from the camera debug...
View Article