ZeFerby
@zeferby
Member
Joined: 2019-09-20 3:13 pm
Last seen: 2021-08-18 7:53 am
Topics: 17 / Replies: 338
Reply
RE: The Naan board series

@triform Nice ! I also expect the extra width will help when playing with ESP32 dev.boards, which are "1 pin too wide" for usual breadboards. Now ...

4 years ago
Forum
Reply
RE: Hello from Yorkshire

Welcome @tooter ! And we'll be patient 😀

4 years ago
Reply
4 years ago
Forum
Reply
RE: Can't update Arduino software

Then it looks like you can disregard my previous post 😀

4 years ago
Forum
Reply
RE: Can't update Arduino software

@neilnagel I have no experience with Teensy; maybe it has a chip for the USB/Serial interface which requires to install the driver by itself (like we ...

4 years ago
Forum
Reply
RE: Can't update Arduino software

This looks very old (IDE v1.0.1) compared to the more recent IDE (I'm running v1.8.12)

4 years ago
Forum
Reply
RE: Can't update Arduino software

The only thing that should be shown in the Device Manager is the COM port (it will generally tell you about the USB/Serial chip itself, more rarely ab...

4 years ago
Forum
Reply
RE: Convert a unipolar stepper motor to bipolar

@sdk Did you check if you can drive them with simple ULN2003 drivers ?

4 years ago
Forum
Reply
RE: Model railway - Controlling servo SG90 with ATTiny85?

@keknor Also, this could be an idea for controlled moves of the servos :/p>

4 years ago
Reply
RE: #newb Could I simplify my code?

Hello Pete, before i check your code, a first question : why not wire the "symetrical" push buttons in "parallel pairs" if you don't need to know from...

4 years ago
Forum
Reply
RE: Model railway - Controlling servo SG90 with ATTiny85?

@keknor You could try something like this...Warning ! Not tested ! #include <Servo.h>Servo myservo; // create servo object to control a servoint...

4 years ago
Reply
RE: Explanations for the Touchscreen example on Dronebot Workshop.

@txnathan Hi Nathan , I just saw your post...remember to use the Reply button, or quote some text from a post, to have its author mentioned (with the ...

4 years ago
Reply
RE: Explanations for the Touchscreen example on Dronebot Workshop.

Hi @txnathan, could you post some code sample and/or links ? Not sure what to search for, right now.

4 years ago
Reply
RE: Persistence in OLED displays?

Interesting question... I'm wondering about the same (potential) issue

4 years ago
Reply
RE: Model railway - Controlling servo SG90 with ATTiny85?

@keknor Hello, that would mean using myservo.detach() and myservo.attach(9) somewhere in your loop, but I see 2 issues to manage : when you re- attach...

4 years ago
Page 2 / 24