hstaam
hstaam
@hstaam
Mr.
Joined: 2019-06-15 2:00 pm
Last seen: 2024-01-16 7:41 am
Topics: 0 / Replies: 61
Reply
RE: toggle between two LEDs with one push (momentary) button

The following worked for me. int buttonpin=2;int led1 = 7;int led2=8;int delaytime=2000;int lastled; void setup() {pinMode(buttonpin,INPUT_PULLUP)...

3 years ago
Forum
Reply
RE: Pi4 Power Question

There are probably voltage drops over the wires leading from the psu to the various destinations. Try using thicker wires for the power leads. M...

4 years ago
Forum
Reply
RE: Tachometer

@revver11 My very thoughts. I would be ivery interested to follow such a project. hj

4 years ago
Reply
RE: RPLidar A1 with Arduino works not constantly

I do not have much experience with lidar but I suggest you try putting " lidar.begin(Serial);" after the " Serial.begin(115200);" Just a thoug...

4 years ago
Reply
RE: KATHI control box

Nice build. Thanks for sharing.

4 years ago
Reply
4 years ago
Reply
4 years ago
Forum
Reply
4 years ago
Forum
Reply
RE: Using Rotary Encoder with Arduino

OK Right after 'void loop() there should be the opening brace, like this '{' Just add it on after void loop() and it will compile!

4 years ago
Forum
Reply
RE: Using Rotary Encoder with Arduino

It is probably a typo before the 'if' statement. I am just guessing, as I do not see the relevant code.

4 years ago
Forum
Reply
RE: Using Rotary Encoder with Arduino

you need to specify the type of currentStateCLK before using it. something like: Int currentStateCLK;

4 years ago
Forum
Reply
RE: Why is my Arduino sketch math wrong ?

Try printing out the analog read values with more decimal points. the difference may be due to the mere 10 bits resolution of the ADC. Hope this help...

4 years ago
Forum
Reply
RE: Pushing a PM motor to it's lowest limit.

@frogandtoad STM32 could probbably also be a good candidate. I think that for real fine control stepper motors are required. It would be interesting t...

4 years ago
Reply
RE: Pushing a PM motor to it's lowest limit.

@frogandtoad STM32 could probbably also be a good candidate. I think that for real fine control stepper motors are required. It would be interesting t...

4 years ago
Reply
4 years ago
Forum
Page 2 / 5