Beginners • Re: OK how can I turn off /on WiFi and not mess up
We should turn off all wifi connections while we sleep, it looks like I will have shut down raspberry nowWhy "should" we turn off WiFi before we sleep? If it is something odd like removal of the...
View ArticleTroubleshooting • Raspberry Pi update from Wayland to LABWC changed keyboard...
Updated PI 4B and PI 5 this morning. The LABWC packages were installed.I quickly realized that something in that upgrade changed my keyboard from US to GB.Menu>Preferences>Keyboard and Mouse...
View ArticleBeginners • Finding the flash load address
I am experimenting with OTA app updates - using usedbytes code from his github. (https://github.com/usedbytes/picowota)I have got it all compiled and it appears to be working , i can trigger my Pico W...
View ArticleTroubleshooting • Re: Raspberry Pi update from Wayland to LABWC changed...
I had something similar on one of my Pis. I found the | showing up as ~. Reset the keyboard type and it works fine now. Odd bug.Statistics: Posted by knute — Tue Oct 29, 2024 3:34 pm
View ArticleScratch • sb3 with extension
Hello,I want to run an sb3 file on raspberry pi. It has the extension Raspberry Pi Simple Electronics.It needs unlimited clones. I don't want to run it in Scratch. I want to have a python or HTML...
View ArticleBeginners • Re: labwc update failure
I have now tried a different keyboard which did work sort of, I typed in the command as given in the post, some stuff was downloaded and then re-booted -- switch off then switch on (or is there...
View ArticleGeneral • N phase shifted pwm signals
I've googled around but figured I'd ask for a general direction to go for how to do this with the pico. I'd like to generate as least 2, but maybe 3 or 4, pwm signals that have the same frequency but...
View ArticleScratch • Re: Button response time too slow
When you press the button by hand (no nerf) does the Scratch program see it?Statistics: Posted by neilgl — Tue Oct 29, 2024 3:51 pm
View ArticleAdvanced users • Re: NUMA Testing
I haven't seen anyone report problems with the NUMA changes. Is it perhaps time to release an official kernel? The idea seems sound but there could be bugs. For example, does dividing up memory using...
View ArticleAI Camera - IMX500 • Re: imx500-tools
...I have now run the notebook example_pytorch_post_training_quantization.ipynbin Google CoLab. This also works so far. But I don't understand where I can place my own model trained with YOLOv8 in...
View ArticleEspañol • Re: PROYECTO ROBOT
Hola,Buena idea lo de implementar IA en tu proyecto. Todos son robots, lo que tú trabajas en un robot "humanoide".Lo de ponerle ruedas suena un poco raro. Depende de lo que quieras hacer que no me...
View ArticleRaspberry Pi OS • Re: LABWC in latest update
If you want better desktop functions, just install the "lite" version of RPIOS and build your desired desktop interface on top of it. It actually works quite well, if you disregard this latest...
View ArticleEspañol • Re: Raspberry pi 5 y hat rs485
Sí.Statistics: Posted by raspdroid — Wed Oct 30, 2024 3:48 pm
View ArticlePython • Re: UART communication between sensor and RPI zero 2W with python
You have a timeout set at 1 second. Are you certain the response is not timing out? The read here is waiting for 9 characters.Try this:Code: try: ser_resp = ser.read(9)except:...
View ArticleEspañol • Re: Grabar vídeo con webcam en una Pi5
Hola,¿Has probado con ffmpeg? EjemploStatistics: Posted by raspdroid — Wed Oct 30, 2024 3:53 pm
View ArticleRaspberry Pi OS • Re: Autohide Taskbar with LABWC?
For the record, this was never a supported function, which is why it is off by default, cannot be activated via the GUI, and isn't documented anywhere in Pi documentation.The bad news is that, having...
View ArticleGeneral discussion • PiV - Miricast
Greetings all .. Not new to IT but newish to Pi.I am building my first Nerd project with Pi and have an idea that I need to vet out if its even theoretically feasable:Goal:Display from one PI onto...
View ArticleSDK • Re: SDK difference between RP2040 and RP235X
FWIW the copyright string is still there at 0x1ayou could check if that is indeed (starting with) "(C)" and print it if soStatistics: Posted by kilograham — Wed Oct 30, 2024 4:09 pm
View ArticleMicroPython • Re: math problem
So, if it's an image,, one byte represents 8 vertical pixels (col 0, rows 0-7)Then moving horizontally, the next byte is another 8 vertical pixels. (col 1, rows 0-7)This would be the first stream of...
View ArticleRaspberry Pi OS • libcef.so ELF Load Error on Raspberry Pi 5
When running a binary called station_screen, I get the following error: ./station_screen: error while loading shared libraries: libcef.so: ELF load command address/offset not page-aligned. In one of...
View Article