Arduino Library Collection
Le Thu 21 January 2016
Throughout my various Arduino-based projects I have made use of quite a number of excellent libraries that are not part of the standard Arduino IDE. To future proof these projects against the original sources of these libraries disappearing or updated libraries not working for these projects I have collected up the various libraries I have used and will host them here. In the first instance I would suggest going to the original sources for these libraries for the most up to date versions. The versions I am hosting here will not be updated.
Lire la suite - Read More …Par Hamish Trolove, Catégorie : Tech Projects
Tags : ROV / Arduino / Pressure / Electronics / Sensors / Communication / Playstation / PS2 / Serial / I2C /
Autres articles
Communication between Arduinos - I2C
Le Sat 15 March 2014
How to get commands between two Arduinos. Originally informed by the examples in the Arduino Cookbook, this test project developed some code that took position information from a joystick and sent it to another Arduino over a relatively short wire that turned it into position motion for a servo. This was to test the ability to get information between Arduinos over long wires.