-
Notifications
You must be signed in to change notification settings - Fork 73
Description
While it's fun to search the online mall for cheap bluetooth trackers, wait for a month for them to arrive and hope that they contain a flashable chip, let's instead make our own!
The target is very tight: $1 in quantity 100+
I've found a couple candidates already, but definitely would love to see some more suggestions in the comments.
Ideas so far:
- InPlay NanoBeacon IN100 as suggested by @Cyl0nius in Tracker running on single 1.5V coin battery #26
https://inplay-tech.com/in100 - AK1595 beacon tx only IC
https://www.akm.com/us/en/products/bluetooth-low-energy-beacon/ - Holtec Beacon transmitter BC7161 (likely needs a support mcu)
by far the cheapest (~$0.2) if we can figure out how to omit the support mcu
also might be difficult to source
https://www.holtek.com/page/vg/BC7161 - WCH CH592 / 582, CH32V208 or similar
These are very cost effective (~0.5) and already have a findmy firmware here
https://oshwlab.com/biemster/ch592tag
!! ch570 is supposed to be only $0.1 !! - Telink tlsr825x
Have very good support by @atc1441 and @pvvx for example
but seem difficult to source - Ci24R1 + CH32v003
Another broadcast only chip + mcu, readily available on LCSC
In conclusion I think the CH592 is the prime candidate due to it's availability at jlcpcb for example, and low price and passives count. However I would really like to experiment with the TX only AK1595 and BC7161 for example, since they would do only the bare minimum.
Any ideas or suggestions are definitely very welcome, as are suggestions for a good fab house since this will be my first such project!