Code Monkey home page Code Monkey logo

esp's Introduction

Sending sensor data to UDP Server.

Step 1 >> Upload a Bare Minimum Code for your Board.

Choose your board that you will be using to program your ESP. e.g Arduino Nano.

Step 2 >> Download ESP8266 library & Board and add to the Arduino IDE.

Step 3 >> Select Board as Generic ESP8266 and Upload the esp.ino file to the ESP

Connections

Tx - Tx

Rx - Rx

VCC- 5v

GND - 0V

GPIO0 -0V

CH_PD - 5V

Arduino Reset- Arduino GND

Step 4 >> Upload the esp.ino code.

Step 5 >> Disconnect your Arduino Board, Make the Connection (Don't power now)

Connections

Tx - Rx

Rx - Tx

VCC- 5v

GND - 0V

GPIO0 -open

CH_PD - 5V

Remove Arduino Reset from Ground.

Step 6 >> Start Sending Data to Serial Monitor of the Arduino using sensor.ino file

As we are using MPU6050, we need some extra libraries. Copy I2Cdev and MPU6050 to your libraies folder in Arduino.

Make connections according to conn.png

Open MPU6050_DMP6 example from MPU6050 Library.

Make this file ready to output YPR data. Remove waiting condition and extra strings.

Typical Output Format >> pitch_tab_roll

esp's People

Contributors

ashok2811 avatar eclub-iitk 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.