9 skills found
circuits / Circuitscircuits is a Lightweight Event driven and Asynchronous Application Framework for the Python Programming Language with a strong Component Architecture.
bangumi / Server PrivateHTTP sever for private api
ericfortis / MockatonHTTP Mock Sever
hoc081098 / Comic App Server NodejsNode.js sever for android comic app | https://comic-app-081098.herokuapp.com/
Green077 / A Smartwatch Based On Esp8266 With MicroPythonIt'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%.
adamfisk / Littleshoot Turn Http ServerTURN to HTTP sever bridge library
walidabazo / Sim8080SIM808 GPS/GPRS/GSM arduino Uno Send data to your sever The tracking is done by reading the GPS coordinates (longitude and latitude) and then sending them by using an HTTP request to a web server we used ARDUINO ide and server asp.net you can use any server PHP or ASP or...
Begun / LizardHTTP-sever with pool of threads
usco / Thumbnail Render ServerSmall http render sever : send a 3d (stl, ctm, obj), get a nice static render back !