-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status update? #1
Comments
@pepijndevos The firmware will connect to your phone, and then wake up every 10 minutes to try and get heart rate and send data to the phone if it's still connected. It will keep persistent data for 3 days (storage and battery life). We have a couple of BLE modules that we're looking at to push the project further, but that will also take time and effort ;) |
Glad to hear the project is not dead yet, and looking forward to updates in the coming year. I suppose I can wait it out with my Fitbit ;) Being a bit of a tinfoil hat guy, I am personally not really interested in BLE, and would rather sync over USB to my laptop. BLE is only useful if you want to do notifications and control music and stuff like that IMO. I suspect I'm a minority here. Luckily it's open source and I can modify the firmware ;) I wonder if you have considered using Gadgetbridge rather than writing your own app? Has anyone tried doing sleep tracking? This is my primary interest for a tracker, but seems challenging to do well. From what I hear, the sleep tracking in Gadgetbridge is not that good at all. Maybe I should export my Fitbit data and see what I can do. |
I think some of the radios we are looking at have USB... Also, if you do any work on sleep tracking, can you create a repo here ore elsewhere? Gitlab is maybe more useful for that? It would be great to start a conversation about best ways to do that. It's also in my interest |
Is this still alive, I'm interested in sleep tracking as well. Was there an alternative found for BLE? |
Depends on what you mean by 'alive'. No development has happened on any BLE module upgrade. Likely candidates for BLE alternative is an nRF l52840 module. Please check out https://www.emotibit.com/ their tech rocks. |
Emotibit is how i stumbled upon this. I could not find their specs or open source projects or anything. Thanks though. I'll try it out. |
Yeah, Connected Future Lab is a good friend of mine. I have had access to their prototype Emotibit and it is a pleasure to work with. You would get more data from it for you sleep project, and it's all done! Nice GUI interface. SD card storage and even streaming. |
Hey there! I found this repo via a long journey via Google, Hackaday, Kickstarter, etc.
I was wondering what the status of this is? Obviously the kickstarter failed, and your MCU is no longer in production, but I'm curious how far along you got, and how well everything works?
I'm particularly curious how well the BMI160 and MAX30101 work for counting steps and heart rate, and how you solved power management.
The text was updated successfully, but these errors were encountered: