Close

8782 Results for "arduino"

  • Upgrade to Arduino Mega

  • New version using an Arduino Mega (almost no need for external component) : arduino and PC (linux) code with schematics and PCB done with Kicad : https://framagit.org/acathla/eeprom-programmer
  • Releasing Arduino Library

  • Good news the Arduino library for SAMI is here, it is still on beta testing but it works. The Github link is now added to this project documentation and will be released on Arduino Library Manager in a few days after some more testing. Enjoy!!!!
  • VUSB Arduino Library Issues

  • Some people have reported an issue with the VUSB Arduino Library not working with the latest release of the Arduino IDE. This appears to because of an error in the library that is ignored in the older Arduino IDE but will cause it not to compile in the...
  • Feb 2016 - Arduino Version

  • After the initial development of VGX player software to run on the Mega Drive with the custom button grid, a hardware interface was devised which consisted of an Arduino Uno, a USB Host Shield based on a MAX3421E and a Sega joyport cable. The idea was...
  • The Arduino Software

  • The Arduino software is almost ready; here you have it: https://github.com/JuanSandu/HackaDayPrize/blob/master/GreenhouseProgramme.inoI only have to do the connection between the Arduino and the Android dispositive (that I supose I will do with Serial.available()...
  • Protect your Arduino!

  • Please make sure, that the diode on the Arduino UNO doesn't get too hot. If you use a Chinese clone Arduino you should be even more careful as those models get even more hot.I recommend to connect the dashboard pins 31 and 32 with an external 12V DC...
  • Arduino Module added

  • As my Home Automation project advancing, I was needing an Arduino module for the MySensors.org integration. So I designed an Arduino mount.Here it is:The design file added to the files list.
  • Project specific Arduino projects

  • Most of these projects averaged about 2 hours, except for dumdum detector where each part took about an hour.The next Arduino project series will be a little more specific to some of the other projects I want to incorporate the Arduino Nano. I will link...
  • New Arduino library release!

  • Thanks to several suggestions, especially codebeat-nl, we have updated the Arduino library:https://github.com/Fattoresaimon/ArduinoDuPPaLibThe major update is the callback functionality with the I2C Encoder interrupts, and also the better integration...
  • Arduino sketch uploaded!

  • The Arduino sketch was uploaded to the project page! As mentioned in the project's details, it is heavily based on the Arduino Kitchen Timer project (linked in this project's details) and in the code. The modifications were made to actuate the relay...
  • Arduino IDE integration

  • Arduino IDE integration working! Now busy creating all the Arduino wiring abstraction layer code necessary (like AnalogRead, Serial.println, etc...) Should be a fast task. PS. Below there is the (primitive) github repo about the integration. https://github.com/chmod775/Bittino_ArduinoIDEBetter...
  • BitMap Picture and Arduino

  • I wrote programs for Arduino and computer to view BMP files. The program on the computer opens the BMP file and transmits the Serial software to the Arduino. And then on the VGA monitor.
  • Arduino as HID Keyboard

  • I stumbled onto this very descriptive page about how to make an Arduino appear to the computer as a USB keyboard, rather than the standard MCU/Serial Port combo: http://mitchtech.net/arduino-usb-hid-keyboard/I'll be using these instructions for the first...