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

@codecage Makes sense, thanks Steve

4 years ago
Reply
RE: Big Stepper motor HELP

I think not many people have that kind of hardware available, so it's difficult to give you an answer

4 years ago
Forum
Reply
RE: Another New Member Arrives...

Welcome, I'm sure you'll have more ! (but don't kill all the bunnies !)

4 years ago
Reply
RE: Hello from Japan

Welcome aboard, Rob

4 years ago
Reply
RE: Hello from DFW

Welcome !Dumb question from a european : what/where is DFW ?

4 years ago
Reply
RE: Proximity Sensor Problem

Hi Keith, i don't know but did you try "rotating" IR LEDs and photodiodes so that you test all IRs against a photodiode for example ?

4 years ago
Reply
RE: Wannabe arduino pilot from Denmark

Hello and welcome (from France) !

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

This looks like some serial connection errors during the upload to the board. You can try to disconnect it, close the IDE, reopen, re-plug the board ...

4 years ago
Reply
RE: No-name 2.4" TFT Touchscreen and Adafruit Libraries

@pugwash Also in the ESP8266 Arduino Core library version of these functions, you can see mention of their yield() being delay(0) , and delay() itself...

4 years ago
Reply
RE: No-name 2.4" TFT Touchscreen and Adafruit Libraries

Well, an ESP32 has 2 cores, and usually the programmer uses one, while the other is best left to the system for ongoing communications.

4 years ago
Reply
RE: No-name 2.4" TFT Touchscreen and Adafruit Libraries

Yep ! In the base avr implementation from Arduino, the weak definition is : static void __empty() {// Empty}void yield(void) __attribute__ ((weak, ali...

4 years ago
Reply
RE: No-name 2.4" TFT Touchscreen and Adafruit Libraries

@pugwash Ok, it is definitely intended for multi-thread usage. The standard Arduino defines it "weakly" as an empty function that can be redefined : ...

4 years ago
Reply
RE: Power Supply for Pyrography Burning Pen

Hi Wayne, you're talking about nasty mean high currents there...I'm not used to that (I imagine 100W reduced from 12V to 3V would give >25A, depend...

4 years ago
Reply
RE: Deep Sleep ESP32 for hours ?

I think you may want to specify the 64-bit unsigned int type for the microseconds : Maybe something like : uint64_t u64SleepLength = DEEP_SLEEP_TIME ...

4 years ago
Page 3 / 24