Python • Re: DS18B20 / w1thermsensor
"this environment is externally managed".means you are executing the command in a terminal with the venv not activated.I actually was executing the pip with the venv activated. I had created the venv...
View ArticleOff topic discussion • Re: What happened to my old account
From my p.o.v. better to use a "real" name rather than a "nickname"I guess you have never experienced death threats, rape threats, all the other abuse and bullying one can encounter these days if...
View ArticleBeginners • Re: Is it safe to swap micro sd cards?
Yes.Statistics: Posted by dom — Sun Aug 04, 2024 4:34 pm
View ArticleTroubleshooting • Re: My Pi has no act light, wont boot
Is your RPi in a case? If not, could the underside or any of thr GPIO pins have come in contact with anything metallic when powered on?Have you had anything plugged on to GPIO pins?Is the PSU working?...
View ArticleAutomation, sensing and robotics • Re: Automatic Bat detector.
K,I guess one area of investigation would be to use a second Bat Detector as sniffer to located which end (or middle) any artefacts emanate from.A possible explanation of why different SD cards have...
View ArticleGeneral • Re: RP2040: multiple (6) GPIO interrupts
Many thanks for that detailed reply. I found gpio_get_irq_event_mask() and gpio_add_raw_irq_handler_masked(). Now I figured out how to get the pin and the event, I hooked up common ISR to sift through...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico for model railroad
Okay. Here we are in a new thread talking about trains. Is the person asking the train question still here?We may have lost them, but they visit back every few months.I think we might need a bunch...
View ArticleAutomation, sensing and robotics • Re: Conection options with 5V relay
use a ULN2803A chip as driver for relays.This prevent also damage of output pin.Statistics: Posted by iiot2k — Sun Aug 04, 2024 5:08 pm
View ArticleBeginners • Re: Please, help me understand what a Raspberry Pi is!
A guy had an ad for repairing controller boards but said he could not do makerbots. so if you know of anyone who can, I would greatly appriceate it if you could post it here. I've looked, I can find...
View ArticleMicroPython • Re: Micorpython with Wiznet ethernet hat
Try loading the wiznet micropython version to your pico - https://micropython.org/download/?vendor=WiznetThat link seems to be the combined pico (clone) with the ethernet chip on board. The one I've...
View ArticleGeneral • Re: Help Needed: Achieving Long Delays with PIO for Pump Control on...
Ok, here's my very much untested solution, but I think it should at least provide a starting point.Code: @rp2.asm_pio(set_init=rp2.PIO.OUT_LOW)def relay_control():pull(block) # Get the debounce time...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
Device does not appear with a com port after flashing the RP2040 part with serial_port_transmission.uf2. The device changes from ControlPanel > Other devices > RP2040 Boot to a ControlPanel >...
View ArticleBeginners • Re: Why am I not getting latest firmware for RPi5?
Just checked and just updated to June.So yes.Patience.Thanks for checking.Statistics: Posted by 4k3or3et — Mon Aug 05, 2024 5:02 pm
View ArticleHATs and other add-ons • Re: some projects for ai kit?
I doubt it will be much use for generative AI, while it could likely accelerate the individual operations, it has no significant memory onboard and is connected with only one PCIe lane, not to say...
View ArticleAndroid • LineageOS 21 (Android 14) for Raspberry Pi 5
Hi have a Android DeviceThis is what i runLineageOS 21 Android (Android 14)on Raspberry Pi 5I have seen that I can upgrade my LineageOS 21 (Android 14) . now I want to perform this .But I am still a...
View ArticleAdvanced users • Can I create an autoboot.txt file with multiple...
Given the following autoboot.tat file which is being used to allow multi-booting of various operating systems for testing and development.I use this with a five-position DIP switch tied to certain...
View ArticleRaspberry Pi OS • firmware-linux-nonfree 1:20230625-2+rpt2 breaks MT7601U...
I currently own a Raspberry pi zero (not w) which i connected a cheap WiFi dongle to2 days ago, i updated all the packages of it and after a reboot, the WiFi dongle stopped working...after doing some...
View ArticleNetworking and servers • Ideas for controlling a Raspberry Pi 5 via Android App
Greetings, I want to write an Android App to controll a Raspberry Pi 5, i´ve followed a tutorial on youtube for the android app side: https://www.youtube.com/watch?v=8ypJkxU4FCw unfortuatly the app...
View ArticleBeginners • Re: Using Raspberry Pi Zero with 70” touchscreen
1. Yes2. YesStatistics: Posted by DougieLawson — Mon Aug 05, 2024 5:31 pm
View ArticleNetworking and servers • Re: Ideas for controlling a Raspberry Pi 5 via...
Greetings, I want to write an Android App to controll a Raspberry Pi 5, i´ve followed a tutorial on youtube for the android app side: https://www.youtube.com/watch?v=8ypJkxU4FCw unfortuatly the app...
View Article