#55 50KG Load cells revisit #2 - Finally working

Ғылым және технология

You can view the details about the load cells here: www.instructables.com/id/Ardu...
You can buy the load cell kit here: www.banggood.com/4pcs-DIY-50K...
Example code can be found here: gitlab.com/snippets/1922896
Thanks for watching my video!
Want to contribute to my channel?
You can buy various electronics components using these links:
FeelElec FY6900 (20MHz to 60MHz): s.click.aliexpress.com/e/_d8u...
ESP-01S: s.click.aliexpress.com/e/_Bfi...
NodeMCU V3: s.click.aliexpress.com/e/_dXI...
RobotDyn AC dimmer: s.click.aliexpress.com/e/_d8Y...
220V AC to 3.3V DC converter HLK-PM03: s.click.aliexpress.com/e/_dUH...
VS1838B IR receiver: s.click.aliexpress.com/e/_dWG...
Prototyping boards (various sizes): s.click.aliexpress.com/e/_d8Z...
Dupont jumper cables (all variants): s.click.aliexpress.com/e/_dVy...
(Tip!) Blitzwolf micro usb (+ USB C adapter): s.click.aliexpress.com/e/_d65...
(Tip!) 115 in 1 scredriver set: s.click.aliexpress.com/e/_d8R...
Please checkout my Patreon page! / timselectronicslab
You can also find me on Instagram:
/ timselectronicslab
If you still need to create a Banggood account, please use my referral link:
banggood.app.link/AYJB8cq4X8
Please use this link if you are planning to purchase something:
www.banggood.com/index.php?zf...

Пікірлер: 28

  • @DustinWatts
    @DustinWatts5 жыл бұрын

    Good to see you got it working!

  • @TimsElectronicsLab

    @TimsElectronicsLab

    5 жыл бұрын

    Yeah it took me way too long 😅😂

  • @cannetjack2262
    @cannetjack22625 жыл бұрын

    Nice Video......Good Job man

  • @cannetjack2262

    @cannetjack2262

    5 жыл бұрын

    but i has request,please make a BMI project

  • @TimsElectronicsLab

    @TimsElectronicsLab

    5 жыл бұрын

    Thanks!

  • @TimsElectronicsLab

    @TimsElectronicsLab

    5 жыл бұрын

    As in a body mass index meter?

  • @cannetjack2262

    @cannetjack2262

    5 жыл бұрын

    @@TimsElectronicsLab yeah......i want to study it

  • @Veni_Vidi_Vortice
    @Veni_Vidi_Vortice4 жыл бұрын

    That thing which you called a "wire holder" and used to hold the wires while you joined them, does it have another name? I want to buy one because it looks very useful but if I type "wire holder" into ebay I can't see one in the list.

  • @TimsElectronicsLab

    @TimsElectronicsLab

    3 жыл бұрын

    Well I remember replying to your comment, but KZread Studio does not like to reply to comments when being active for a day. Yes, there are a few sellers on banggood/aliexpress that sell silicone versions and use the same 3d model as I did. But I don't have any links to those products

  • @ka-eskwelatv6097
    @ka-eskwelatv60973 жыл бұрын

    Very nice Sir :) how about additional LCD Display Ic2 1602A ?

  • @TimsElectronicsLab

    @TimsElectronicsLab

    3 жыл бұрын

    That could easily be done with a few printf lines and the LiquidCrystal2C library!

  • @superargo4701
    @superargo47014 жыл бұрын

    Has anyone made a sketch, incorporating a relay output, when the Load Cell reaches a user-defined setting?

  • @TimsElectronicsLab

    @TimsElectronicsLab

    4 жыл бұрын

    Hi Super Argo! I'm sorry for the late response, but it should be as straight forward as using an Arduino Relay example sketch, combined with my sketch and using an _if(weight > min_weight){ digitalWrite();}_ statement

  • @ravishankarkumar5082
    @ravishankarkumar50824 ай бұрын

    Which platform is good for buy load cell frame? Not load cell, please 🙏 reply if any platform is exist

  • @dreamzz5703
    @dreamzz57032 жыл бұрын

    hi, i tried the same thing and it shows at calibration value 0, do you know how to fix this?

  • @TimsElectronicsLab

    @TimsElectronicsLab

    2 жыл бұрын

    Check the connections of all the cables

  • @rizkyaf1113
    @rizkyaf11134 жыл бұрын

    Sir if i use 4 Load cell, the measurements can up to 200 Kg ?

  • @TimsElectronicsLab

    @TimsElectronicsLab

    4 жыл бұрын

    I don't see why not! In fact I use 4 loads cells extra to get the extra weight requirements and it works beautifully!

  • @bossboss7941
    @bossboss79414 жыл бұрын

    I did the same thing, but the serial output is not giving me constant values. Any idea ?

  • @TimsElectronicsLab

    @TimsElectronicsLab

    4 жыл бұрын

    Does it give the same values with the load cells disconnected?

  • @bossboss7941

    @bossboss7941

    4 жыл бұрын

    @@TimsElectronicsLab no, it is different results, but still not constant values

  • @TimsElectronicsLab

    @TimsElectronicsLab

    4 жыл бұрын

    The values are not going to be constant either. They will vary based on temperature and ADC inaccuracy. I think averaging is a good practice here

  • @sebastianfernandezvalencia6773
    @sebastianfernandezvalencia67734 жыл бұрын

    dude you have the arduino code? thanks !!!

  • @TimsElectronicsLab

    @TimsElectronicsLab

    4 жыл бұрын

    You can use the example sketch that comes with the HX711, and connect the pins as shown in the code. Let me know if you've got any other problems!

  • @issaalabdali2928
    @issaalabdali29284 жыл бұрын

    can you please share the code

  • @TimsElectronicsLab

    @TimsElectronicsLab

    4 жыл бұрын

    Gitlab is not responding right now, I'll mark it in my calendar

  • @muqrirafie1806
    @muqrirafie18062 жыл бұрын

    Can u share the coding? thanks

  • @TimsElectronicsLab

    @TimsElectronicsLab

    2 жыл бұрын

    The example code is in the description

Келесі