Last seen: 2021-07-07 2:22 pm
Welcome neighbor! Riviera Beach here. --->Sean
I haven't tried this yet, but it appears that there is a function that will put the module into the deep sleep. --->Sean
Never feel silly. We've all been there and we've all done it. It's how we learn. --->Sean
@byron Thanks again for the help. My micropython skills are definitely improving. I updated the program to wait for the roll to display and then tur...
@byron I did take a look at that YouTube tutorial, but he lost me in #2 when he said to load rshell and go into the tiny pico repl. He just assumes th...
@byron I will give that code a try. Today I've taken what I learned from you yesterday and applied it to another LED blinking project, this one using ...
@byron Okay, thanks so much for the help Byron. I think I've got it now and I'm finally happy with the result. Here's the final code: # LED Si...
@byron Great example, but how would you flash the pins backwards, from Pin #6 to Pin #1? --->Sean
@byron In the Sketch, it would first set the pins to OUTPUT using a for loop: for (int i=pip1; i<=pip6; i++) { pinMode(i, OUTPUT); } ...
Yet another iteration of my six sided dice project. This one uses Pimoroni's Tiny2040 module. I used Thonny and modified the Arduino sketch, but I hav...
I was inspired by the LED Dice Project on the Arduino site and wanted to expand the program to work for two six-sided dice. After much programming and...
We're gonna need some more information on that, son. --->Sean
So pm that board, you'd use D1 for SCL and D2 for SDA. Sometimes, it's better to start simple and then work your way to more complex. Try doing some...
I think what you're supposed to do here is add what pins you're going to use for D3 and D5. It's asking for the D3 pin to be a SDA pin and the D5 an S...
Our good friend Paul McWhorter has an excellent series of YouTube videos that will teach you everything you need to know about programming Arduino ske...