While playing with the magnetometer sensor on the Arduino for my DIY smart bike project I had an idea that I might be able to use a magnetometer as a crude communications receiver. The question being, Can we transmit data, by modulating a magnetic field, to a computer using a magnetometer sensor as a receiver,… Continue reading Magnetic Communications
Category: MATLAB
Matlab Live Scripts
Basics While playing with a Matlab provided demo I discovered that it used the Live Script format as it did not look like a normal (.m) file. So I decided to look into the Matlab live scripts (.mlx) more to see if they were a viable format. The idea is that they work like Jupiter… Continue reading Matlab Live Scripts