Will
Will
@will
Member
Joined: 2021-06-28 10:46 am
Last seen: 2024-05-18 4:36 pm
Topics: 1 / Replies: 2537
Reply
RE: Widget Weight Counter using HX711 and LED Display – Feasibility Study

@billinfl You need to specify the pin that powers the digit when it's being displayed. You've only got one digit but you haven't specified any digi...

4 weeks ago
Reply
RE: "Aliens" Inspired UA-571C - airsoft turret - having trouble with running 3 servos - ESP-32 Cam

Ron's mention of "shotgunning" is perfectly valid, since your response to my post above was "Yea, I moved things around, switched PWMs, tried PWMs on...

1 month ago
Reply
RE: Building an Eclipse Light Logger with remote display

I think you should take a little time and think about this from a general point of view. You're lashing out at the only person who gave you any subs...

1 month ago
Reply
RE: "Aliens" Inspired UA-571C - airsoft turret - having trouble with running 3 servos - ESP-32 Cam

@jimcola Your post is somewhat confusing because in the text you say that only pan and tilt are working but in the video it appears that pan and tri...

1 month ago
Reply
RE: Servo control with pca9685 help

Well, there's your problem.

2 months ago
Forum
Reply
RE: IR Remotes & Microcontrollers - Arduino & ESP32

Since the comment says to set LED power and level, it seems that this code is setting a specified intensity instead of just on/off. So, it appears t...

3 months ago
Forum
Reply
RE: Stepper and load cell

Perfectly true and Python would certainly be a viable means for implementing the project. However, it seems to me that discussing C, C++ and Python ...

3 months ago
Forum
Reply
RE: TSOP 4838 IR Receiver

@moorem34 Perhaps you might also consider what might happen if more than one receiver is activated simultaneously.

3 months ago
Reply
RE: Stepper and load cell

@the-apprentice As I explained a couple of pages ago, your motor will step only once per cycle through the loop. Therefore, the time between step...

3 months ago
Forum
Reply
RE: Stepper and load cell

I don't feel that you are at fault in any way at at all. I'm hoping that this will help explain things to @the-apprentice and a lot of other new mem...

3 months ago
Forum
Reply
RE: Stepper and load cell

@rob42101 Easy for you to say Marvin, you have a brain the size of a planet :) This forum seems to be a place where members try to help other mem...

3 months ago
Forum
Reply
RE: Stepper and load cell

The sketch updates the speed from the load cell by using the command units = scale.get_units(); // Read scales every time the loop runs...

3 months ago
Forum
Reply
RE: Stepper and load cell

@the-apprentice Here is a version which approximates what I think you want to do. I can't compile and test it because I don't have the library you ...

3 months ago
Forum
Reply
RE: Stepper and load cell

@the-apprentice Please post your (current) sketch and the readings from the load cell for the maximum and minimum tensions you measured.

3 months ago
Forum
Reply
RE: Stepper and load cell

@zander @the-apprentice To implement the load cell, you'll have to change the line pd = map((analogRead(spd)),0,1023,2000,50); in thre...

4 months ago
Forum
Page 3 / 170