Posts | Comments

Planet Arduino

Archive for the ‘hc-05’ Category

Learning becomes interesting when you make it fun, interactive and entertaining. [Arkadi] built ShakeIt – an interactive game for the Mini MakerFaire in Jerusalem to demonstrate to kids and grownups how light colors are mixed. It is a follow up to his earlier project – Smart juggling balls which we featured earlier.

The juggling balls consist of a 6 dof sensor (MPU 6050), a micro controller, transmitter (NRF24L01+), some addressable RGB LED’s and a LiPo battery. An external magnet activates a reed switch inside the balls and triggers them in to action. The ShakeIt light fixture consists of an Arduino Nano clone, NRF24L01+ with SMA Antenna, buck converter, 74 addressable RGB LED’s, and a bluetooth module. The bluetooth module connects to a smartphone app.

[Arkadi] starts out by handing three juggling balls, each with a predefined color (Red, Green, Blue). When the ball is shaken, the light inside the ball becomes stronger. The ShakeIt light fixture is used as a mixer. It communicates with the balls and receives the value of how strong the light inside each of the smart balls is, mixing them up, and generating the mixed color.

The fun starts when the interactive game mode is enabled. Instead of just mixing the light, the Light fixture generates patterns based on how strong the balls are shaken. At first the light fixture shows all three colors filling up the central ball. The three contenders then fight out to get their color to fill up the sphere completely until only one color remains and the winner is declared.

The kids might be learning some color theory here, but it seems the adults are having a “ball” playing the crazy game. If you’d like to build your own shoulder dislocating ShakeIt game, head over to [Arkadi]’s github repository for the ShakeIt and the Juggling Balls. Check the video below to see the adults having fun.


Filed under: Arduino Hacks, led hacks
Dec
26

HC-05 Bluetooth link with zero code

arduino, bluetooth, hc-05, RF Comments Off on HC-05 Bluetooth link with zero code 

hc-05-breadboard-600x339

Phillipe Cantin writes:

So you want to two HC-05 modules to automatically connect together, as soon as they’re powered up and with zero code? Well this is your lucky day since this can be done using the AT+BIND command.
Let’s do this thing!
For this, you will need:
1 Arduino (I’m using UNO)
2 HC-05 modules
1 breadboard
Wires
Arduino IDE (I’m using version 1.0.5-r2)

[via]

HC-05 Bluetooth link with zero code - [Link]

Aug
28

BridgeDuino: A wireless Arduino HUB and shield

arduino, arduino uno, BridgeDuino, FS1000A, hc-05, HC-06, nRF24L01+, RF433Mhz Comments Off on BridgeDuino: A wireless Arduino HUB and shield 

6793067_orig-600x436

TechBitar shared his latest project the BridgeDuino with boards from DirtyPCBs:

BridgeDuino is a Swiss army knife PCB for rapid networking of inexpensive wireless communication modules. Breadboards are super for one-off experiments. But after prototyping half a dozen wireless prototypes involving more than just two Arduinos, the wiring mistakes and associated debugging grew more time consuming.
I also wanted a PCB that can act as a shield to Arduino Uno as well as work with the inexpensive and low-power Arduino ProMini.

As of this release, BridgeDuino supports the following wireless technologies/modules:
IR Transmiter LED 940nm
IR Receive 38Khz
RF433Mhz Receiver
RF433Mhz FS1000A Transmitter
Bluetooth HC-06 & HC-05
Nrf24L01+

[via]

BridgeDuino: A wireless Arduino HUB and shield - [Link]

Mar
29

New Project: DIY Arduino Bluetooth Programming Shield

arduino, arduino day, ArduinoD14, bluetooth, Electronics, hc-05, shield Comments Off on New Project: DIY Arduino Bluetooth Programming Shield 

Arduino Bluetooth Programming ShieldUpload sketches to your Arduino wirelessly with a DIY Arduino Bluetooth Programming Shield.

Read more on MAKE

Sep
25

Automatic Bluetooth Module Programmer

arduino hacks, bluetooth, hc-05, jy-mcu, program, wireless hacks Comments Off on Automatic Bluetooth Module Programmer 

automatic-bluetooth-programming

Before we dive in don’t be confused by the title. This doesn’t flash firmware to the device. But it does automate the process of setting up the Bluetooth to serial module for use in your projects.

We’re often confused by the lack of a standard way of describing these inexpensive modules. We would look at this can call it an HC-05, but we’re not sure if that’s right or not. [James Daniel] calls it a JY-MCU board. If you have a handle on the differences (or lack of) please let us know in the comments. Either way we know that these boards can be frustrating to work with. They can be found with a wide variety of different firmwares, which can make the configuration process a bit different for each.

[James'] solution connects the device to an Arduino running a sketch that he wrote. Connect the device, launch the terminal monitor in the Arduino IDE, then give it your desired settings. The sketch will poll the Bluetooth module to see what speed it is set to run at. It will then establish which firmware version the board is running, displaying this info in the terminal. It then uses that information to program the board with your desired settings.

In this case [James] is using one of the modules to drive his 3D printer without being tethered to his laptop.

http://www.youtube.com/watch?v=WtPqC1PASQY


Filed under: Arduino Hacks, wireless hacks
Jul
08

Two-way Bluetooth communication made easy

android hacks, arduino hacks, bluetooth, hc-05 Comments Off on Two-way Bluetooth communication made easy 

two-way-bluetooth-with-Android

It’s hard to imagine an easier way to set up communications between an Android device and an Arduino using Bluetooth than by following this guide. In the center of the breadboard you can see the cheap and ubiquitous HC-05 Bluetooth module. Having picked up one of these ourselves we can attest that after opening the package and holding one in your hand you may be struck with a “where do I start?” conundrum. If you’ve got an Android handset and an Arduino you start right here, then methodically replace one side of the equation at a time until your own project has a Bluetooth component and you actually understand how it works.

Hardware for the project comes in a couple of parts. The Bluetooth module wants 3.3v logic levels so that is taken into account. The image above shows a buffer chip doing the conversion, but the Fritzing schematic on the post uses a voltage divider. The software end of things consists of an Arduino sketch and an Android app. Check out all the controls on that screen. With bi-directional communications and a slew of already-configured commands this should get you up and running quickly on pretty much any possible project.

One thing to note is that there are different firmwares for these HC-05 units. For more on that see this project.

http://www.youtube.com/watch?v=USeZd9jthZM


Filed under: Android Hacks, Arduino Hacks


  • Newsletter

    Sign up for the PlanetArduino Newsletter, which delivers the most popular articles via e-mail to your inbox every week. Just fill in the information below and submit.

  • Like Us on Facebook