Chatting with friends, keeping track of events, documenting my hobbies.
I think this part of the project is done.
3/
I think this part of the project is done.
3/
Tinkering with the code let me generate different colors, speeds, and tones. I think I have it.
2/
Tinkering with the code let me generate different colors, speeds, and tones. I think I have it.
2/
The AI isn't perfect. I had to fix a few lines because the AI didn't completely understand what differences an Adafruit RP2040 Propmaker Feather had.
But, once I had an example of code, I could start modifying and adding to it.
The AI isn't perfect. I had to fix a few lines because the AI didn't completely understand what differences an Adafruit RP2040 Propmaker Feather had.
But, once I had an example of code, I could start modifying and adding to it.
I wonder, if a hurricane threatens South Florida, do you think they'll test his weather theory over The Bahamas?
I wonder, if a hurricane threatens South Florida, do you think they'll test his weather theory over The Bahamas?
For the sound, I was thinking of a low pitched hum, say around 40 Hz. The "toy" speakers I have don't do well that low. I'm looking at a 1.5 inch speaker for that.
For the sound, I was thinking of a low pitched hum, say around 40 Hz. The "toy" speakers I have don't do well that low. I'm looking at a 1.5 inch speaker for that.
I need to figure out where I was, but I think I was trying to crate a wheel for simpleio. Whatever that means.
7/end for now
I need to figure out where I was, but I think I was trying to crate a wheel for simpleio. Whatever that means.
7/end for now
Cool. I have something I can work with.
Now, I'm trying to remember what I was working last night at midnight.
6/
Cool. I have something I can work with.
Now, I'm trying to remember what I was working last night at midnight.
6/
pixel_pin = board.EXTERNAL_NEOPIXEL
is looking like it should be right.
And num_pixels = 12 should match what ever NeoPixel device I use.
5/
pixel_pin = board.EXTERNAL_NEOPIXEL
is looking like it should be right.
And num_pixels = 12 should match what ever NeoPixel device I use.
5/
Now, I need to set-up the Neopixel with these two lines:
pixel_pin = board.D6 # Change to the pin you're using
num_pixels = 12
pixel_pin = board.D6 is wrong.
4/
Now, I need to set-up the Neopixel with these two lines:
pixel_pin = board.D6 # Change to the pin you're using
num_pixels = 12
pixel_pin = board.D6 is wrong.
4/