Does DF-Robot sell a compatible arduino to use with this scale?
JaneYu 2021-11-14 02:38:10 28 Views14 Replies Does DF-Robot sell a compatible arduino to use with this scale?
I'm trying to use this remotely using a transceiver, but it seems like the sensor won't work unless the serial monitor is open. Is there a way to bypass this?
JaneYu You can adjust the delay at the end of our example code to get a faster data refresh rate.
We set a delay of 1000ms in our sample code, but the data refresh rate of the HX711 is much higher than that.
JaneYu How many devices can be adressed on the same i2c network? Can the library handle multiple scales?
JaneYu Normally you could connect 256 different I2C address in the same network.
But this scale could only switch into four different I2C address, which means you could use the library to use four scale.
And if that's not enough for you , please take a look at our I2C Multiplexer
https://www.dfrobot.com/pro...
How would one wire the Weight sensor to an Arduino UNO REV 3?
JaneYu This scale uses the I2C interface,
So you could wire as:
+ -> 5V,
- -> GND,
C -> A5 ,
S -> A4
Hi! Can we use a 100 kg wheight sensor or even more ?
Thanks
JaneYu No, Measuring range :1kg
Hi, This sensor uses I2C data transmission, which you can connect to most Arduino motherboards.
JaneYu Hi, I am working on implementing the device using Pascal. I miss a description of the functionality of the I2C registers and the way of operation.
I can, reverse engineer the cpp or py code. But even this leaves some open questions.
JaneYu I agree with this comment. I can use i2cdetect -y 1 to get the i2c bus adress, but what is the adress of the registry containing configuration data?
Hi,
I connected weight sensor kit to my raspberry pi 4 by wiring GPIO PINs to sensor kit. Its not working as expected
1. lsmod | grep i2c does not show bcm_2708 (as per https://www.raspberrypi-spy.... Is my sensor kit faulty? I bought it brand new
2. i2cdetect -y 1 shows module connect 64 address
3. when I run example.py from https://github.com/dcrystal..., it simply gets stuck. After ctrl+c, I run i2cdetect again, then sensor kit does not appear at the address.
Can someone please guide me
thanks
JaneYu This is an I2C device.... your example code uses the HX711 directly.


