Category: Arduino

DHT22 (RHT03) Temp Humidity library for chipKIT and Arduino 1.x

Download, unzip and copy the DHT22 folder into your libraries folder eg: for MPIDE: C:\Users\yourname\Documents\mpide\libraries\DHT22 for Arduino IDE: C:\Users\yourname\Documents\Arduino\libraries\DHT22 An example script is included. Been reading a few reports that this sensor is more accurate at the higher voltage (eg 5V) rather than the 3.3V. My observations so far suggest the same. So when using […]

Got my Arduino Due

My Arduino Due arrived from Electron Hobbies. Finally Arduino has come out with a 32bit device. One thing I really like about this board is the number of PWM’s it has. 16 PWM outputs. Anyway, first project is getting some stepper motor control happening with it, then have a look at what sort of networking […]

Gainspan WiFi library for chipKit and Arduino

After forking the DIYSandbox Wirefree library, modified it using compiler directives to also be compatible with the chipKIT Max32 board. This library uses Serial1 for the Gainspan GS1011 module (instead of the original Serial0). It’s retained the same name as the original. The library uses the standard Arduino Server and Client libraries for compatibility with […]