Automation, sensing and robotics • Re: Minimum sensing temp and humidity...
The esp8266 D1 mini looks good except for learning another OS/system. I will look for tutorials. Have to be really simple.Statistics: Posted by peterlite — Sun Dec 08, 2024 10:05 pm
View ArticleRaspberry Pi OS • Re: PI5, Rasberry PI OS, Default VNC settings
Yes you can run it headless.When using Raspberry Pi Imager to write the OS to a card, enable SSH in Imager OS Customisation settings (and set WiFi etc.)Boot Pi and find pi ip address from router (or...
View ArticleBeginners • Re: Do I need wired keyboard and wireless mouse question
You could run it headless (no keyboard/mouse/monitor connected) if you have a PC already.Use Raspberry Pi Imager to write the OS to a card, enable SSH in Imager OS Customisation settings (and set WiFi...
View ArticleRaspberry Pi OS • Re: Creation of raspberry Pi iso image with Redo Rescue and...
I would get a spare microSD card and put Bookworm (32-bit) on that. Keep the old card safe.You could connect the old card to the “new” pi using a USB adapter and copy data/project files from...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I remember back when the Zero was released I moaned commented that they used a stupid unused by others mini-HDMI and should have gone micro-HDMI like tablets, cameras and other devices.Used mini HDMI...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Make sure your bootloader is updated to the latest version.Statistics: Posted by procount — Mon Dec 09, 2024 9:54 pm
View ArticleTroubleshooting • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
Could you show the version of kernel that is installed with "apt policy linux-image-rpi-2712" like this:Code: pdom@raspi16:~ $ apt policy linux-image-rpi-2712linux-image-rpi-2712: Installed:...
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
I have a somewhat different view of the Build HAT firmware source code opening (compared to a few months ago). Simply put, I hope not. I've recently seen some counterfeit LEGO Prime sensors appearing...
View ArticleBeginners • Re: need help with 2230 and 2242 nvme adapter.
https://media.discordapp.net/attachment ... height=624also has these if anyone can helpThat looks like what the Pineboard Nano M.2 adapter uses. Put the screw in through the bottom of the board with...
View ArticleTroubleshooting • HDMI RPi5 not settable to real risolution
After the mini-computer i got anso a mini-keyboard of the same size and ... a 3,5" monitor that uses an HDMI connection, so keep the GPIO available.The problem of that monitor is that is really cheap...
View ArticleGeneral • Re: shutdown command invoked
It looks fine, just it's Pico 1, (RP2040) right ? Thought RP2350.You can try another method of reset:Code: "adapter speed 5000; program \"${command:raspberry-pi-pico.launchTargetPath}\" verify; reset...
View ArticleGeneral discussion • Re: Revisiting Pi on the Raspberry Pi: A Decade of...
One million digits of Pi using the crate 'compute-pi'Unlocking Precision Computing on the Raspberry Pi 2Despite its age, the Raspberry Pi 2 Model B remains a surprisingly capable tool for precision...
View ArticleTroubleshooting • Re: LXDE rasputin package?
I noticed that stupid thing today as well. Anything that looks russian or chinese is a priori suspicious to me. Why name an installation package after russian terrorist number 1 (worse than Hitler) in...
View ArticleAdvanced users • Re: Image File Utilities
@kwatty1,I don't believe you mentioned the model of Raspberry Pi or the Raspberry Pi OS image file you are using. I just used the following:Raspberry Pi 4B...
View ArticleSDK • Re: PIO PWM Input - Pulse Width Measurement
A few comments:- I agree that you need to run at or near full speed for this to be useful.- I suggest removing the WAIT 0 and just keep the WAIT 1. The WAIT0 is only needed for the first time round...
View ArticleGeneral discussion • Re: Raspberry Pi Imager for ARM processor.
On the following page, a raspberry Pi Imager is offered for download.https://www.raspberrypi.com/software/I wouldlike to suggest that a Window on ARM proessor version be offered for download.Also, a...
View ArticleBeginners • Re: Push button, signal to another Pi in the same network
Or use ssh to issue a command on the remote device.This seems like the simplest but you could also use a SOCKET call from the one to the other.Statistics: Posted by DS256 — Tue Dec 10, 2024 10:21 pm
View ArticleC/C++ • Re: Timers in C++
Maybe something like this could work for you:Code: #include <iostream>#include <chrono>#include <thread>int main(){ std::thread timer([]() {...
View ArticleTroubleshooting • SD card overclock not working?
Hi, i'm having a RPi 4B and i've read about SD card overclock configs. I have the following appended into `/boot/firmware/config.txt`: Code:...
View ArticleGeneral • Re: Connecting a Pi Pico directly to the internet with SIM modules
Other SimCom modules are backward compatible: https://www.simcom.com/module/4g.html like HSPA+, UMTS, EDGE, GPRS ...I think also old USB GSM/3G dongles should work.Statistics: Posted by gmx — Wed Dec...
View Article