Giter VIP home page Giter VIP logo

vtt-info's Projects

30-seconds-of-python icon 30-seconds-of-python

A curated collection of useful Python snippets that you can understand in 30 seconds or less.

74hc595-driver icon 74hc595-driver

This repo contains code to interact with 74HC595 in micropython

a-smartwatch-based-on-esp8266-with-micropython icon a-smartwatch-based-on-esp8266-with-micropython

It's a project combined with hardware and software, the goal is to make a smart watch based on esp8266 chip. The smart watch has so many features such as time display, alarm, brightness adjustment, text scrolling, weather display, voice control and gesture recognition:. The first five features time display, alarm alert, brightness adjustment and text scrolling are based on the local programming. The basic idea for these is to check the document for esp8266, getting to know how to set up the circuit, how to get the real time, how to control the OLED screen, bus, light sensors etc. The last three features mainly depends on the cloud coding, and are all based on the Client/server architecture. For Weather Display, esp8266 severed as a client. A connection was built by Google Geolocation API between the smart watch(client) and Google Weather Service Server(server). Send the JSON string including location information to the server and get the weather information back. For Voice Control, esp8266 was configured as a server by ngrok and an Android application was used as the client. This app aims to transfer voice signal into text commands by Google Speech API. Connected the app(client) to the smart watch(server) by HTTP request, and used translated commands to control the smart watch. For gesture recognition, esp8266 was client and server was the EC2 Linux instance set up in AWS. In order to teach the smart watch to identify gestures, both the training and predicting process needs to be done. Mongodb is used to keep the large amount of data from accelerometer training. SVM model is selected to do the training, the data for the same gesture was labeled. After training, if someone is holding the smart watch and moving it in some preset gestures, the smart watch could map these data from the accelerometer into a specific gesture. The final recognition accuracy is 98%.

ad54x0 icon ad54x0

Micropython library for AD5410/20 4-20mA Ausgang

adc_amerage icon adc_amerage

Micropython application for microcontrollers to read amperage and report to a connected system

ads1x15 icon ads1x15

Micropython driver for ADS1115 and ADS1015

alarm-clock icon alarm-clock

Pico W Alarm Clock with a RFID Reader and MP3 Player

algpy icon algpy

MicroPython code for the course DB4 at DTU

asynchttprequest_rp2040w icon asynchttprequest_rp2040w

Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP_RP2040W library for RASPBERRY_PI_PICO_W with CYW43439 WiFi. This library, which relies on AsyncTCP_RP2040W, is part of a series of advanced Async libraries, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebSockets_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc.

awesome-esp icon awesome-esp

📶 A curated list of awesome ESP8266/32 projects and code

awesome-micropython icon awesome-micropython

A curated list of awesome MicroPython libraries, frameworks, software and resources.

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.