General discussion • Re: Raspberry Display
Can i connect raspberry pie to any display through USB port ?If you have a display using the earlier DisplayLink interface, then yes. The later DisplayLink devices use proprietary encryption on the...
View ArticleNetworking and servers • Re: Socket programming on rpi4 or rpi5
I want to do socket programming on python where I want to bind raspberry pi5 and esp32 with each other .esp32 continuously sending sring as raspberry pi response in rturn ,give me the code for thisMy...
View ArticleC/C++ • Re: How to set date time to Y2040 and get time - a Y2038 problem
Starting with glibc 2.34 (bookworm), you can compile with -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64. (Or define the corresponding macros in every source file, such as by having your own "config.h" that...
View ArticleCamera board • Re: camera start and stop
I m using raspberry picamera2 module 3 ,I want the camera to be start when my program starts or say when i start the card detection machine and stops when I power off the supply of the machine ,Give...
View ArticleAdvanced users • Re: microSD Cards "Application Performance Class"...
Ah, I miss-read.I of course could be wrong on my assumption tooStatistics: Posted by bensimmo — Thu Feb 08, 2024 12:45 pm
View ArticleMicroPython • Re: Error on Raspberry Pico with Micropython
The OP's source code is about 200,000 bytes. If a 'print("Started")' is put at the very start of the code it never shows, never gets executed, so it looks like it's failing during compilation, never...
View ArticleCompute Module • Re: CM4 USB error / MSG not working
It looks like there might be a problem if rpiboot is run in the same directory as bootfiles.bin but there is no boot.imgThis seems to work for me where usbboot is in $HOME/usbbootcd...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
want to bring your attention to an issue which I've seen when working on a replay - viewtopic.php?p=2191429#p2191429Wayfire seems to be totally ignoring a forced resolution...
View ArticleTroubleshooting • Re: Pi5 bookworm screen rotate
that's what i'm saying it's a limit of kms cause of mode matching.no! A screen that is 1920x1080 native resolution will happily display 1920x1080@60,rotate=90 as from the screen POV it's still...
View ArticleGeneral • Re: SSD1306 OLED Display connection RPI Pico W
It sems your display has either SPI or I2C interface. Factory default is SPI.Have you changed the BSx jumpers?Can you make a picture of the backside of your display?I was thinking the same thing and...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Day 24 is working for my data! Does it run on the Pico?float128_t is introduced in g++14. Best I can get for Pico is g++13.2Statistics: Posted by lurk101 — Fri Feb 09, 2024 12:45 pm
View ArticleGeneral discussion • Re: Forum "503 Service Unavailable"
Has anyone else started to get occasional login failures ? I'm using cached username/password from the browser so it isn't "finger trouble".PeterOi also had that a few hours agoevery time i tried to...
View ArticleTroubleshooting • Re: Raspberry Pi stuck by lighting, doesn't post
Alright, I'll then put it in e-waste. The ethernet doesn't work either. Thanks!Statistics: Posted by Gabee — Fri Feb 09, 2024 12:52 pm
View ArticleTroubleshooting • Re: PAL-M or NTSC-J on RPI-5 Composite
- Will the pi5 kernel also support pal-n, secam, ntsc443 & pal60?It's open source, and the driver advertises the modes available, so you could just look for...
View ArticleMicroPython • Re: Will I be able to run this code on MicroPython?
I managed to find an old ESP32 in my box of bits.I assume Micropython is pretty much the same across hardware.It is when it comes to Python source code, only really differs in what device specific...
View ArticleRaspberry Pi OS • Re: Starting the Desktop after booting to CLI
You might be able to start the desktop using VNC, as that creates a virtual desktop.Not tried it on a Pi but it works for Windows where a GPU can't be used unless there is a console login, VNC creates...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
Device: Périphérique USB composite ============================== BOOTSEL modeVendor ID: USB\VID_2E8ADevice ID: PID_0003Device: Dispositif de stockage de masse USB =======================...
View ArticleAutomation, sensing and robotics • Re: Weather station using raspberry pi and...
Each and every GY-BME280 I have had outside has failed causing the moisture sensor to always read 100%. In fact, it is not even made/recommended for outdoor usage, so why use it in a weather station...
View ArticleHATs and other add-ons • Controlling mains devices
I need my Pi to control several low or medium power mains devices (solenoid valves, circulating pumps, boilers, lights etc.). What is the most cost effective way of doing this? Does anyone make a...
View ArticleHATs and other add-ons • Re: Controlling mains devices
I need my Pi to control several low or medium power mains devices (solenoid valves, circulating pumps, boilers, lights etc.). What is the most cost effective way of doing this? Does anyone make a...
View Article