markingle
markingle
Hi @ttlappalainen ! Yes I have the hardware document printed out. When google searching for MCP2562 and ISO1050 boards I dont find any. I would like to use isolated so...
Hi @bogde ! I have tried using just tare before measurement but it throws off the value displayed on the screen terribly. I'll post my code and a video later...
@bogde Here is a link to a video showing what is happening when I tare... https://youtu.be/pwbVxPNGlxY Below is the line of code that is executed when the Tare button is...
Yeah I really enjoy working with BLE. But this is my first project managing multiple peripherals. I will refactor the Central Manager code once I get the tare function working....
Hmmm....when I call the tare function in a ISR it reboots the esp....see logs below I have ordered a HX711 from Sparkfun as well. I dont like the drifting so...
Looks like the scale I set in setup is still holding... Waiting a client connection to notify... Initializing the scale Device is connecting get units: 0.0 get units: Tare Interrupt...
This is interesting....the tare offset is WAY off after a tare. I am gonna try to capture the offset in a variable then reset it after a tare...fingers crossed! Initializing...
Well that helped...I am not getting crazy weights anymore. Here is my code within the characteristic call incase someone else needs it. Now I just need to figure out how...
Following this issue