Considering Bluetooth LE

I was briefly investigating if we could replace a centalized computer and meters of electrode wire with a number of smaller computers connected via wireless communication. In a development phase, it would also be handy if we could collect the raw data from the Inertial Measurement Unit (IMU) and build movement model on a computer … Continue reading Considering Bluetooth LE

Investigating Micro Controllers

The curious programmer might have wondered why the program code is implemented in the C++ programming language. Some might argue that, for a Raspberry Pi project, Python would enable more people to cooperate. The reason for sticking to C++ (with a minimum set of library dependencies) is to enable a deployment option involving a micro … Continue reading Investigating Micro Controllers