[C++] Tic Toc function (Matlab-style)
This needs to introduction. While drinking milk i finally figured out the holy grail of C++, possibly the most universal and useful function i have ever written in any language. It formulates itself in...
Science Adventures
This needs to introduction. While drinking milk i finally figured out the holy grail of C++, possibly the most universal and useful function i have ever written in any language. It formulates itself in...
UPDATE This module has been produced; see here: CLICK There is no really good battery for the Beagleboard that can really deliver the juice with efficiency, let alone for a good price. That is...
This is a library to interface with the MMA7660 (FC) 3 axis accelerometer module. It’s a very easy and small library, that returns the X Y and Z coordinates transformed into full degrees. It...
This is a library that makes interfacing with the CN3086 or CN3083 very easy (with Arduino or cpp). The CN3086 is a lithium polymer battery charger. Charging such a battery is fairly difficult (see...
The TMP102 is a low power digital temperature sensor with I2C interface. This is a library (for arduino or cpp) that gives a simple interface with the TMP102 module. You can easily read the...
The RX8025 is a Precision Real Time Clock (RTC) Module with I2C interface. This is a library (for arduino or cpp) that handles interfacing with the RX8025 module. It is a very easy module...
This is an library that handles radio information over RTTY in arduino, written in C++. You can choose either ascii 7 bit or ascii 8 bit. You need two pins that you define with...
This post includes a HMC5883 Magnetometer Library for Arduino. It contains a library that makes interfacing with a compass module (for arduino) in C++ very easy. There are other libraries for the HMC5843, but...
This is RTTY (Radioteletype) code that you can use for your C++ application (for instance Arduino). This can be used for the transfer of information through radio (or optics, see below). I have used...
This piece of C++ (Arduino) code is for controlling dutch Klik-aan Klik-uit or KaKu remote controlled powersockets. If it receives @@pwr111*# it switches on and when it receives @@pwr000*# it switches off. With the...