Français • Re: gpio c++
Je vous ai donné un exemple (je lai testé) de fonction qui retournent plusieurs variables (c'est un des charmes de python; c'est plus difficile à faire avec Arduino / C(++)).C'est une façon...
View ArticleTroubleshooting • Re: Pi 5 not booting
1) get the official power supply. 2) since the eeprom reflash resulted in a green screen, your video output is assumed to be ok. but....- remove the SD card, power up. you should get the diagnostic...
View ArticleTroubleshooting • Re: Unable to make my 'eth0' connection autoconnect on startup
i see your running it with sudo, your most likely creating conflict.network manager is a per user settings, so using sudo will make the owner root, not your current user.I would never have thought of...
View ArticleGeneral discussion • Raspberry Pi as VPN server
I am beginning to setup my Raspberry Pi as a VPN server and note that I may choose either opensource OpenVPN or WireGuard. If using OpenVPN Access Server they do not ask directly for an additional...
View ArticleCompute Module • Re: Rpi cm4 usb gadget performance issue related to...
Hi jdb,Here is the output of vmstatThe number of interrupts is even worse than I thought, it's at 300k/secCode: root@inogeni-cam230:~# vmstat 1procs -----------memory---------- ---swap-- -----io----...
View ArticleNetworking and servers • I made a cheap and high performance Stratum 1 server...
After sharing a previous humble Raspberry Pi 3b+ NTP Stratum 1 server tutorial, now, using the latest Raspberry Pi 5B, supporting hardware timestamping and a higher frequency SoC, with a Ublox M8 GNSS...
View ArticleRaspberry Pi OS • Re: Confusion about how to activate NVMe on RP5 upon this...
Does anyone know if the Argon One 3 NVMe is to the RPI spec?I like my Argon One V2 case, and had thought of getting the new one, or should I wait for the RP official Hat, and whatever case...
View ArticleGeneral discussion • Re: Raspberry Pi as VPN server
You don't need a VPN server from any of those guys.What you are being asked about during setup is where you have ddns setup. Ddns is needed if your Internet service provider does not assign you a...
View ArticleTroubleshooting • How Do I change the Language in Raspberry Pi Imager 1.8.4?
After doing some reasearch I didn't find anything useful, a bunch of old posts for older versions or other OS.So I have Windows 10 (My OS language is in Spanish) and the Imager oppened in SpanishI...
View ArticleTroubleshooting • RPi5 no internet access
I just got my RPi5 and are having issues with the internet access.Both wifi and ethernet seem to connect normally, but there is no internet access whatsoever.There is nothing wrong with the cable or...
View ArticleMicroPython • Re: Detecting USB serial connection ?
Found a solution for 'USB Connected" which is useful in its own right, is partway there -https://forum.micropython.org/viewtopic ... 814#p59545Code: SIE_STATUS_REG = 0x50110000 + 0x50SIE_CONNECTED = 1...
View ArticleGeneral • Re: MicroPico not working on VSCode
The latest version, 3.7 recently released, doesn't work. You will have to go back to version 3.6 which still works perfectly.Statistics: Posted by G7BWP — Fri Jan 19, 2024 3:46 pm
View ArticleUbuntu • Re: Installing program from tar.gz Ubuntu
I have no interest in Gaming, and I am not a Ubuntu user.It seems my attempts to provide generic advice have not been productive. I will withdraw from the discussion.Statistics: Posted by B.Goode —...
View ArticleGeneral • Re: Pico is not detected in Windows
Normal. Here is mine:Statistics: Posted by neilgl — Sat Jan 20, 2024 3:27 pm
View ArticleFrançais • Re: caractère remplacé par un symbole | character replaced by symbol
Je dirai qu'il faut partir sur de bonnes bases et qu'il serait préférable que vous soyez en fr_CA.UTF-8.En provisoire, vous pouvez le faire avec:Code: $ export LANG=fr_CA.UTF-8Cependant, il faut que...
View ArticleMicroPython • Re: Wireless REPL code updates?
Thanks , but my brain needs something a little less... crypticI have nothing further to offer. (Other than to suggest that if you want a simple reliable solution then WebREPL on a PicoW at its current...
View ArticleCamera board • Re: imx462 flickering/banding
Gordon, thank you for your answer.So you think the banding causes the high measured value and not the other way around. That of course makes sense...Thanks for the explanation, then I won't look any...
View ArticleMicroPython • Re: How to draw simple chart on client side from server data
And printed response looks like:Code: >>> %Run -c $EDITOR_CONTENTip = 192.168.64.219temp 23.75<!DOCTYPE html><html></body> <body...
View ArticleGeneral discussion • Re: LibreElec on RPI5 with official case: Help I can't...
HiLibreElec on RPI5 with official caseHelp I can't find the power buttonI still have to unplug the power cable when shutting down (as with the RPI4). Also plug in the power cable when switching on. I...
View ArticleGeneral discussion • Re: Using a Pi 4B without a fan
This is interesting - I have had similar interference grief from USB3 devices over the years. Are the blocks/cylinders ferrite cores? I didn't think to look for them on their own to add to existing...
View Article