Search results

  1. L

    Android and Arduino Bluetooth wireless communications

    While the Google ADK was great for allowing the two devices to interact over a USB connection, we felt that the system would be far better if it allowed for wireless communications instead. We added a Bluetooth Bee to Arduino setup and got busy writing an Android application that uses the handset
  2. L

    Communication between Android and Arduino with Bluetooth

    We keep working on ADK(Android Open Accessory Development Kit) for weeks, and try to assemble some bata prototype and make a library for the communication between Android and Arduino with bluetooth. To make the communication between Android and Arduino easy, we would like show you a new way that...
  3. L

    Wireless nRF24L01 module & Arduino help

    Hello Guys: This is a demo of nRF24L01 module, which show how to control it by using Arduino. This is the part of the code. void setup() {   SPI_DIR = ( CE + SCK + CSN + MOSI);   SPI_DIR &=~ ( IRQ + MISO);   //  attachInterrupt(1, _ISR, LOW);// interrupt enable   Serial.begin(9600);  ...
  4. L

    ElecFreaks - Community for electronics enthusiasts, provide all you need

    ElecFreaks - Community for electronics enthusiasts, provide all you need: Open Source Hardware, Development Platform, PCB service, Arduino Shield, RF Module, IC, Electronics Design Support, Electronics Components. ElecFreaks is an open hardware facilitation company based in Shenzhen, China...
Top