Sean451
Sean451
@sean451
Member
Joined: 2021-01-19 10:29 am
Last seen: 2021-07-07 2:22 pm
Topics: 2 / Replies: 60
Reply
RE: Help with coding

int D3 = 0; void setup() {// put your setup code here, to run once:} void loop() {// put your main code here, to run repeatedly:D3 = D3 + 1;}

3 years ago
Forum
Reply
RE: Help with coding

That type of error usually indicates that you forgot to declare the variable D3. A variable must be defined and given a value before you can use it in...

3 years ago
Forum
Reply
RE: Locked out of my apartment building.

It sounds like you want to know how to break into an RFID-controlled apartment building. --->Sean

3 years ago
Forum
Reply
RE: HELP TO GET STARTED

Just bought this. Give it a try. --->Sean

3 years ago
Forum
Reply
RE: Using LCD Displays with Arduino

Sorry if this question is self-evident, but is the LiquidCrystal_i2c.h included in the library? --->Sean

3 years ago
Forum
Reply
RE: pi pico

That would depend on what you've got loaded onto the Pico. If you were using Circuit Python, you'd go HERE. If Micropython, then HERE. The Raspberry P...

3 years ago
Forum
Reply
RE: Scott (@tannewt) from Adafruit

So instead of including the entire library, it would be better to just import the parts of the library you're actually using? --->Sean

3 years ago
Reply
RE: Scott (@tannewt) from Adafruit

Famous last words. 😉 Welcome, Scott! --->Sean

3 years ago
Reply
RE: Arduino or ESP's in production

Here are some desktop robots that you can get some ideas for what you want your own to do. Some of these are pretty cool. --->Sean

3 years ago
Reply
RE: DIY Pico GPIO Expansion Board

So I finally finished the DIY expansion board. I used a protoboard that matches a breadboard to make it easier to create and I also used right angle m...

3 years ago
Reply
RE: DIY Pico GPIO Expansion Board

Before work this morning, I painted the female headers that face the outside white in prep of writing the pin numbers on them later. I hope that will ...

3 years ago
Reply
RE: DIY Pico GPIO Expansion Board

@dronebot-workshop Thanks Bill. That is exactly what I have at home, I'm just confused in my noobness as to what is a stripboard, perfboard, protobo...

3 years ago
Topic
Replies: 11
Views: 1176
Reply
RE: What's on your bench?

Today's experiments were done using the Raspberry Pi Pico with the Pico Explorer that arrived the other day. I haven't done much with the display yet,...

3 years ago
Forum
Page 2 / 5