Close

CastMinder GitHub Repositories

A project log for CastMinder - The Cast and Splint Monitoring System

The CastMinder system can detect complications in orthopedic casts and splints while healing patients faster and with less pain.

alexAlex 10/10/2016 at 02:070 Comments

I've only recently posted the CastMinder code in full on GitHub. This is split between two repositories, the repository for the Arduino code and the repository for the iOS application. Most of the code for the Arduino portion is quite simple - after all, all these nodes are doing is collecting data, sending it, and going to sleep. The iOS app is where things start to get a bit more complicated.

There's thousands of lines of code that I'm working hard to document in the CastMinder iOS app. There's also a lot of cleaning up that I need to do before I'm really proud of the code I produced. Thus, what I have posted on GitHub is by no means a finished product, but it should work. If you have any suggestions please do not hesitate to contact me at info[at]coniferapps.com.

Discussions