rhubarbdog

Results 37 comments of rhubarbdog

hi i've finished my dht11 repo and have decided to try and get this sensor working. i have just bought a ds18b20 so watch this space ...

I used that code to get a full dht11 thermometer going, where do I find the addresses Phil On Fri, 24 Jun 2022 1:53 pm Carlos Pereira Atencio, < ***@***.***>...

Please leAve this open. I still need the memory address for the gpio pins and to actually do the coding

have you thought about having a 1Kb data buffer in your program and writing upto 30 files called results-1.txt, results-2.txt results-3.txt. i think the reason that append and insert mode...

if you consider the code ``` if button_a.is_pressed() and button_b.is_pressed(): #item both elif button_a.is_pressed(): #item A elif button_b.is_pressed(): #item B ``` there's a race condition, it's nearly impossible to press...

Is it not the case that the phenomenon of setting a seed and always getting the same sequence should be shown with this code ``` for _ in range(2): random.seed(123)...

Extrenal speakers and microbit is a bit suckling em and see. A real magnet +coil speaker requiers a reverse bias diode

you may find the command ufs (microfs) an easier to use command line option. install it on debian linux with the following `sudo -H pip3 install microfs` . You then...

have you tried using `button_a.get_presses()` this returns the number of times a button has been pressed since last called. if 0 is returned the button has not been pressed.

Yes. Otherwise users will think they can connect external components to pin5/ pin11 and use buttons. If the program is in `# read component ` pressing the button will cause...