MicroPython • Re: Pico2W & micropython
Just to note that with latest MicroPython 1.24.0-144, aka 1.25.0-preview-144, there are now board files for the Pico 2W ...Code: cd ~/pico/micropython/ports/rp2mkdir build-pico_2wcd build-pico_2wcmake...
View ArticleTroubleshooting • Pi3b+ no longer working
Hello, I have a 3b+ with a 64gb micro sd card that I use for arcade games. I booted up the pi and played some games maybe 3-4 months ago and went to boot it up the other day and there was no signal on...
View ArticleGeneral discussion • networkless wifi
The task is simple. Setup wifi on the raspberry pi so the home router and internet do not need to be connected for ssh into the RPi from my PC.I use my pi to monitor and maintain my solar power...
View ArticleGeneral discussion • Re: networkless wifi
Yes, you want to set up your Raspberry Pi as a Wireless Access Point. This will allow you to connect to the WiFi on the Raspberry Pi using another computer via WiFi. This isn't a router. A router...
View ArticleTroubleshooting • Re: Distorted image on a display with res. 1920x1280
Have a look at this post. viewtopic.php?p=2201279#p2201279It shows how to get diagnostics at boot time about your display.Statistics: Posted by AndyD — Fri Dec 20, 2024 1:28 am
View ArticleGeneral discussion • Re: kano pi
https://teamkano.medium.com/how-to-inst ... f6e2edcd5dStatistics: Posted by kerry_s — Fri Dec 20, 2024 2:04 am
View ArticleRaspberry Pi Connect • Re: Web API for Connect?
It would only provide you with the public IP address, is your Pi on the public internet?It is on a local intranet, but that's fine. We have a factory with a plan for 5 Pis initially. They're on DHCP...
View ArticleMicroPython • Re: Size of web page handled by a Pico W server?
miguelgrinberg/microdot: The impossibly small web framework for Python and MicroPython is much less limited than strings embedded in your code.Statistics: Posted by scruss — Fri Dec 20, 2024 2:33 am
View ArticleTroubleshooting • Re: Pi5 stuck on boot wanting to boot from second ntfs usb...
Maybe a time-out? how would I add that in fstab?See section 11.1 of Using fstab A Beginner's GuideStatistics: Posted by thagrol — Sat Dec 21, 2024 12:19 am
View ArticleBeginners • Home Assistant
Hi all,I have a Raspberry Pi 3B+ and would like to ask if it is strong enough to run Home Assistant and have a touchscreen.Thanks.Statistics: Posted by UncleAden — Sat Dec 21, 2024 12:38 am
View ArticleSDK • Re: Proper way to get Heap size
What does this do? Code: &__HeapLimit - &__end__// Assumes you use up to 4K stacks per core(&__StackOneTop - (10 * 1024)) - &__end__// If you clobberIt looks like the globals are at...
View ArticleTroubleshooting • Re: Troubleshooting when installing aria2 and nginx on...
thanks for pointing out the msie6 error!I have removed and purged aria 2 and nginx and reinstalled them again. And i have fixed the problems. Also followed this blog....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Zero 2 W, PWM missing a beat if the...
Well fells strange that if the divider is 512 than there is never a clock change...In any case I will try to fix the clock, via cpupower frequency-set I think is fine ?Also at most you might have some...
View ArticleRaspberry Pi Connect • Special keys for remote shell too
I often want to use Connect remote shell from an iPad without a physical keyboard attached. I’m a diehard vi user so the lack of an escape key really cramps what I can do. Ctrl for typing Ctrl-c, and...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect not working
Sorry I kind of forgot about this topic and I've been working on some other stuff recently.Anyways, I ran the commands that you told me to and everything shows up just as it should.Statistics: Posted...
View ArticleSDK • Re: Building an HTTP web server with Pico SDK
Hello, I'm certainly sure that my configuration should work. I aligned the parts with available information online, GitHub repositories, the mentioned YouTube video, etc.I replaced in my code all tcp...
View ArticleAdvanced users • Re: Setting gpio pullup in kernel module that is using the...
I think you have to go the Device Tree route. The "pinctrl" subsystem allows you to describe configurations for groups of pins - pulls, alternate functions, drive strengths etc. - and to request that...
View ArticleNetworking and servers • Re: nRF24L01 Communication between Pico and Pi Zero
I found the issue. Turns out the code was more or less fine (I did simplify the overly-complex decoding nonsense that I had).The problem was with the wiring. I was testing the module's functionality...
View ArticleRaspberry Pi OS • Re: squeekboard error on update
What is the solution?I'm also getting this error and I'd like to apply updates.Statistics: Posted by Baenwort — Sat Dec 21, 2024 2:30 am
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
I have installed the latest 64-bit with-desktop image today using the Raspberry Pi Imager.It looks like that image comes with the following packages pre-installed that are required for the on-screen...
View Article