-
Notifications
You must be signed in to change notification settings - Fork 117
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
Buffer missed packets #10
Comments
You mean to store them locally on the wixel? Unfortunately it has SUPER limited space, (the pr I have up (dont use it its bad) was rough because there was not enough space for it to store all the variables, I know @LorelaiL is storing data in her bt module but has also hit a limit there (though its definitely larger than the wixel). I picked up an spi to microsd breakout but honestly I worry about the system becoming very complex to set up. Do you know of any easy storage options? |
Wixel has 4kB ram, 3kB is free. It should be much easier then what I am doing in BT chip. Just build a protocol to fetch the data. |
Cool! Thanks @LorelaiL , Looks like I need to set up some getters and setters, (eww)! |
How about something like this:
|
Thanks LorelaiL, I've always wondered what caused the PSEG compile error. Big issue is the unsigned char arrays, and the PAGED EXT. RAM with a capacity of 256, which is almost fully consumed. |
It'd be nice to improve the wixel->bt->phone comms to buffer dexcom packets that are received by the wixel, but missed by the phone.
The text was updated successfully, but these errors were encountered: