Troubleshooting • Re: Raspberry PI - issue with gammu
Is it possible sending, and receiving messages, and run the script on sms receive?Yes. I use it only to receive SMS messages and forward them in an eMail but you also can send SMS. Please check the...
View ArticleMicroPython • pico w can't delete file or save any file
i dont know that who had this problem before but i cant delete files on my pico or save, rename,when i hold bootsel and drag the file flash_nuke.uf2 from documentation it just deletes micropython...
View ArticleAdvanced users • Re: Seeking clever ideas: applying git changes to a...
If the Connect devs had file transfer working, I could just copy over the project directory from an updated machine.If you can connect to the remote Pis you can use ssh. If you can use ssh you can use...
View ArticleTroubleshooting • Re: Laptop keyboard on Raspberry Pi 5?
Use Control3 with USB CH9329 Cable.See https://youtu.be/ZCbLUDXHe6EStatistics: Posted by sipper — Thu Sep 05, 2024 8:16 pm
View ArticleAndroid • Re: How to get out of TWRP
"Can you give the keys that i can used to pass no command in recovery in emteria"See the othre post about this same topic: viewtopic.php?p=2250705#p2250705Statistics: Posted by neilgl — Thu Sep 05,...
View ArticleAutomation, sensing and robotics • Re: GPIO pins through network connection...
The python gpiozero module has remote GPIO support - see https://gpiozero.readthedocs.io/en/v2.0 ... _gpio.htmlNot sure if that works on a Pi5 as gpiozero seems to be using pigpio that works on a pi4...
View ArticleGeneral • Re: Problems with battery driven Pico
Some current load measurements would be useful. Both for LED load current and Pico sleep current.For LiFePO4, IIRC only A123 cells (nanoparticle tech) can handle really high discharge loads well. I...
View ArticleTroubleshooting • Re: bookworm update messed up libcamera on a pi3 b+ ?
Same here updated Pi1BCode: root@raspi1:~# rpicam-hello[0:12:08.242092058] [824] INFO Camera camera_manager.cpp:316 libcamera v0.3.1+49-48fe316f[0:12:09.133540986] [829] WARN RPiSdn sdn.cpp:40 Using...
View ArticleTroubleshooting • Re: Pi 4B in Kiosk Mode Not Working on Larger TV
How are you powering the Pi? If you are using a usb socket from the TV, then that is unlikely to work (typically USB2 only support 500mA).No, I used a USB power meter and it indicates that just over...
View ArticleTroubleshooting • Re: Dip Switches on Pi Keyboard
Language versions?Statistics: Posted by drgeoff — Fri Sep 06, 2024 7:56 pm
View ArticleGeneral • Re: Continues SPI transfer
BTW, the actual SCK frequency is clk_peri divided by an even number. By default, clk_peri is connected to clk_sys. So, if your clk_sys is the default 125 MHz, and you ask for 30 MHz, you're probably...
View ArticleGeneral • Re: Official RP235xB boards?
noStatistics: Posted by jdb — Fri Sep 06, 2024 8:24 pm
View ArticleTroubleshooting • Ubuntu 24.04 RPi5 broken after update
Hello,following an update of Ubuntu 24.04 on my Raspberry Pi 5, after rebooting the message appears :cloud-init : +0000, Datasource DatasourceNone. Up 34.81 secondscloud-init :...
View ArticleNetworking and servers • Run Wireguard VPN of Raspberry or FirtzBox modem?
Hello, my goal is to be able to access my home networks (laptop, raspberry) from my phone when I'm away, so I need to install a Wireguard VPN. I noticed that my modem (FRITZ!Box 7530) has the option...
View ArticleRaspberry Pi OS • couple of fixes, black screen on command terminal, &...
I was watching a youtube yesterday, it was annoying, having white font on black,I changed mine open it up to "Edit" => "Preferences" Black color font on white is a lot...
View ArticleTroubleshooting • Re: Ubuntu 24.04 RPi5 broken after update
The best approximation of recovery mode is a second microSD card and a USB SD/microSD card adapter. Burn a clean install of your OS of choice on the second card and boot off that. Raspios Lite would...
View ArticleBeginners • Re: What PCB Design Software
thank you both I'll give them a try Statistics: Posted by ukhardwarehacker — Fri Sep 06, 2024 8:54 pm
View ArticleTroubleshooting • Re: Parsing GPS NMEA strings
Code: pi@raspberrypi:~ $ pip install pynmea2pi@raspberrypi:~ $ python3Python 3.9.2 (default, Mar 12 2021, 04:06:34)[GCC 10.2.1 20210110] on linux>>> import pynmea2>>> msg =...
View ArticleNetworking and servers • Re: Run Wireguard VPN of Raspberry or FirtzBox modem?
If you've got a typical home network with NAT, using RFC1918 addresses internally (10.0.0.0/8, 172.16.0.0/12, or 192.168.0.0/16), it generally makes a lot of sense to have your VPN connecting to the...
View ArticleTroubleshooting • Re: Raspberry Pi 3B+ part
Oh don't tell me this please hahaha. I've tried booting gain and somehow ye, worked. The only thing is that it just works when I don't have any PIN connected. I mean, if i plug the Raspberry to the...
View Article