Git Product home page Git Product logo

esp8266-full-duplex-rc's Introduction

Hi there πŸ‘‹

  • πŸ”­ I'm an Computer Science student at FESB πŸ‡­πŸ‡·.

  • 🌱 I'm also a passionate web developer interested in software architecture, security, and big data.

  • ⚑ Here are some of technologies, languages, CASE tools, ..., I used through all these years:

    • (πŸ€” I don’t claim to be an expert at all of them, but I used them in some period of my career and this is the stack I am familiar with.)

techStack


esp8266-full-duplex-rc's People

Contributors

netz00 avatar

Watchers

 avatar

esp8266-full-duplex-rc's Issues

Testing

  1. Build apk or download it from repo
  2. Test application and try to crash it, in order to test communication, set
  • IP address : 127.0.0.1
  • Port: 4211

also turn on the volume to hear the bell.

Remove unused data from packet

UDP packet from ESP8266 to android has unused data:

  • voltage2
  • current

Remove data at both sides and recalculate new packet length and update constants.

Redesign

Redesign APK UI, by:

  • replace slider(bigger thumb button required)
  • replace voltage1/voltage2/load text boxes with progress bars
  • fix positioning and colors of all elements

Layout specifications are located under layout files and the rest of design properties are located under res folder.

Parsing icoming message

Make code for parsing 5 substrings from message, with & as a delimiter.

XXXX&XXXX&XXXX&XXXX&XXXX\0

voltage at cell 1 & voltage at cell 2 & current load & parking sensor distance & RSSI

Example:
Input: 3.8&3.936&6.936&50.32&76
Output: [3.8, 3.936, 6.936, 50.32, 76]

Paste solution code into comment section.

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.