Coder Social home page Coder Social logo

rajesh-s / bluey-software-serial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from electronut/arduino-bluey

1.0 2.0 0.0 12.65 MB

Modified Arduino libraries for Bluey from https://github.com/sandeepmistry/arduino-nRF5/ to add Software Serial support

License: Other

C 94.73% C++ 4.14% Assembly 0.97% Shell 0.01% Java 0.16%

bluey-software-serial's Introduction

What's different from the arduino-bluey repository?

  • There is no Serial port for TX on the Bluey module other than the interface that connects to CP2104. This is because nRF52 supports only one UART peripheral.
  • The developers at Bluey suggested that the only way you can use UART on custom pins is by disabling the UART on CP2104 pins 6 and 8 and configuring them to the pins of your choice in the Arduino pin mapping
  • While working with this BLE module, found this to be a strong limitation since the single serial port was needed for debugging over the USB interface. Desperately needed another Serial port. Hence, started exploring the Software Serial options
  • The software serial libarary did not work out of the box with the arduino libraries in https://github.com/electronut/arduino-bluey since there were further fixes in it's parent repository that did not reflect in this, so had to make some local changes from the nRF52 Arduino libraries.

Usage instructions

  • Follow the steps mentioned in the parent repository https://github.com/electronut/arduino-bluey to get the Arduino libraries setup for Bluey
  • On Windows, Copy and replace the contents in "C:\Users<username>\AppData\Local\Arduino15\packages" with the contents of this repository

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.