Beginners • Re: How do I read an SO file on Debian?
Code: $ objdump -d libfoo.soseems to work pretty well.Thank you!EDIT: I found a second command,Code: $objdump -T arraymodule.so,and it drew up a much nicer table, but again, how do I read...
View ArticleTroubleshooting • Re: Can’t connect 3.3v i2c peripherals to pi pico
The HC-SR04 that I have does not use I2C - is it the same as yours?I am also using an I2C BMP280 with a pico - all fine.Yes, I see that it does not use i2c. It is the same as mine, and it works fine...
View ArticleTroubleshooting • Re: 2 of my raspberry pi 4s have had their sd cards...
Did the Pi kill it? Is it because of the lifespan of the card? (The cards are no brand, they came from okdo raspberry pi kits. The Pis themselves are the 4gb model. The cards say 10 yrs life but...
View ArticleOff topic discussion • Attracted by the narrative of good
I'm a rpi enthusiast. Why? Probably because of the narrative of good. Let me explain.RPI Foundation is a tale of geeks doing good. Not so much by stating it as an outspoken slogan like Google with...
View ArticleRaspberry Pi OS • Re: Is it safe and possible to by-pass apt dependence check?
Why don't you just add the mosquitto repo?https://mosquitto.org/blog/2013/01/mosq ... epository/NB: available list files areCode: sudo wget http://repo.mosquitto.org/debian/mosquitto-bullseye.listsudo...
View ArticleSDK • Failed to build 'picotool'
Code: c:\pico\picotool\build>cmake ..Using PICO_SDK_PATH from environment ('C:\Program Files\Raspberry Pi\Pico SDK v2.1.0\pico-sdk')./C:/Program Files (x86)/picotool/share/picotool/-- Using the...
View ArticleTroubleshooting • Re: Samba/smbd Won't start
When it comes to Samba, it isn't 'latest and greatest', it is 'latest and better'. I think to fix your system, you are going to have to start again and as your problem was probably caused by an...
View ArticleSDK • Re: Centralising UART set up.
Many thanks, that makes a lot more sense. That seems to do the job : Code: // stdout_uart_init(); // uart_init(uart_get_instance(SERIAL_PORT+0), UART_BAUD_RATE); // returns when active //was...
View ArticleSDK • Trouble printing time_us_64()
Hi, I need to print the result of time_us_64(). I tried using %d and produces 0 (clearly wrong). I then tried %ll and %ull and in both cases is simply got nothing in the output after the string...
View ArticleRaspberry Pi 400 and 500 • Re: m.2 Hats for Pi 400/500
That's too bad. Kind of regretting buying the Pi 500 instead of waiting for the Pro version I hear is inventible that will add m.2 and PoE. I am mostly concerned of the dependability of the micro SD...
View ArticleGeneral discussion • Re: how much would it have cost per pi500 to fit the M.2...
It will certainly be interesting to see what future products Raspberry Pi release in 2025 and 2026 There certainly is something brewing as the market cap for RPI is now £1.2 billion. Pounds not...
View ArticleBeginners • Re: Low USB trumb disk speed
How is formatted? Fat? Ext4?the original 16GB USB thumb drive was created by RPI Imager. It show about 40MB / sremove the USB and plug into another RPi5 with running NVMe SSD. Plug in a new 256GB USB...
View ArticleFrançais • Re: Onglet Chrome apparait automatiquement
Bonjour, Pour basculer d'un onglet à l'autre essayer xdotool. A priori fonctionne sous X11https://manpages.ubuntu.com/manpages/tr ... ool.1.htmlA+Statistics: Posted by jelopo — Tue Dec 31, 2024 7:33 pm
View ArticleMicroPython • Re: Pico W Reliability
I don't see any beacon in your capture, only Probe Response (which can contain info seen in Beacon + more).It looks like this:Code: 208912108.931096191Beacon frame, SN=714, FN=0, Flags=........C,...
View ArticleSDK • Re: [Solved - Mega Crimbo Brain Fart] Failed to build 'picotool'
Obvious thing, you need all the files, like in the prebuild https://github.com/raspberrypi/pico-sdk-tools (I guess there are). Well that seems to have worked just by unzipping the files into...
View ArticleTroubleshooting • Re: boot.txt not obeying enable_tvout=1 on a 3B
Try putting this at the start of the kernel command line in cmdline.txtCode: video=Composite-1 (rest of line goes here)It is case sensitive, so type carefully.Statistics: Posted by rpdom — Tue Dec 31,...
View ArticleRaspberry Pi OS • Re: Network Installer fails after 'Starting Installer'
if you power up without the SD card inserted, do you get the diagnostic screen as shown below?if you get nothing, try updating the bootloader.(you will need to use the PI-imager app on another...
View ArticleTroubleshooting • Re: CUPS BROTHER MFC-J5910DW
last thing you can try. Go to the Brother site, download their linux driver for your model.brother has drivers for most of their printers under linux.you may find the PPD file in there?i just looked,...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • USB power supply for external HDD
Can anyone explain me one very strange thing about the raspberry pi 5 PC. Why, when connecting an external hard drive via the usb 3.0 port, the hard drive does not have enough power to initialize...
View ArticleGeneral discussion • Re: A Pi Pie Chart
I would like to run the pichart code on a MacBook Air M2, but get this: Code: @MacBook-Air pichart-40 % makegcc -std=gnu99 -O3 -mtune=native -march=native -Wall -o pichart-serial pichart.c util.c...
View Article