Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
The flowmeter contains a atmega 16 chip and i am trying to get flowrate and flow totalizer from it via rs485 to ttl converter using a arduino nano
data related to the rs485 signal and data registers –
0x4001 to 0x4003 —> flow rate value
0x4004–>flow rate value unit
0x4005 to 0x4007 –>totalizer value
0x4008–>totalizer value unit
first digit is data bits which is 8b
Second digital is Parity which you select as N for None, E for Even, O for Odd
Third digit is stop bite which you can select as 1 / 2 bits
device id – 025
ide using – arduino ide
the code —->
Could you please put this on gist or provide a repo on github. It’s going to be impossible to get help from Images
https://github.com/vedantjadhav44/flowmeter_data_extraction
code repo –
hey i have updated the post with github repo
Cool someone with Arduino insight should be able to help.
yup i am using that module , check out my GitHub repo it contains the code .
CONTRIBUTE TO THIS THREAD