-
Notifications
You must be signed in to change notification settings - Fork 73
Description
First of, awesome project, when I found out about the openhaystack project i found it fascinating and wanted to play around with it. So thank you for this awesome project!
I am currently trying to build a nice ui to visualize the datapoints, I first tried to use an ESP32 to run the firmware and it worked great, I then got two low cost tags from Ali (https://www.aliexpress.com/item/1005003357986346.html) they had the ST17H66B and I was able to flash both and get them to report data, I have ordered some other that looks the same (but cheaper) from another seller, will see what shows up! Do you have any experience when buying from the same seller, is the chip usually the same?
I looked at your post about building a tag, this sounds interesting, I have thought of this, and an idea for it (from some tracker) it would maybe be nice to have a temperature sensor to know if the device is inside or outside.
Has there been any work done to make the button or buzzer work? I have not done anything in C so I am not so sharp at it. I also think the idea of making the buzzer sound when you send a ble signal to the device sounds cool, but how would this affect the power draw? I don't fully understand the sleep thing yet and I guess it could not be in a sleep mode if it is also listening for packets? I got the buzzer to make the faintest sound by using the blinky project but from my understanding you have to do some pwm stuff, not really sure at that yet.