Giter VIP home page Giter VIP logo

hctools's Introduction

HC-05 Configuration tool

This is tool for configuring and communicationg with cheap Bluetooth modules HC-05. This firmware was mainly tested on Arduino Nano but should work on any Arduino.

Schematics

Commands

  • echo - run echo server. It is useful to check if your module is working. You run this command, connect to the module with your phone or PC and start sending some text to it. The module will receive the text, send it to Arduino, Arduino will send it back to the module and then module will send it back to you.
  • atmode - switch HC-05 into AT command mode. The Arduino will just into serial passtrhogh device between your PC and HC-05. This allow you to communicate with Bluetooth module without any additional hardware (with the exception of Arduino of course). You can test if it works by sending AT command which should be answered with OK.
  • master <MAC-of-slave> <name> <baudrate> - configure connected HC-05 module as Bluetooth master. It has two parameters. The first one is MAC address of the bluetooth device to which you want your module to connect immediately after boot. Note that MAC address should be in the following form 1234:12:123456 - not like classical one with lot of :. The second parameter is just Bluetooth name of your HC-05 module. Pretty useful to distinguish it from other HC-05 slaves. The last argument is baudrate of the UART.
  • slave <name> <baudrate> - configure connected HC-05 module as Bluetooth slave. The same as for master you can configured name of the module. The last argument is baudrate of the UART.
  • name <name> - change Bluetooth name of the module.
  • baudrate <baudrate> - change baudrate of the module. This baudrate is used when module communicates with Arduino.

References:

hctools's People

Contributors

alberand avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.