Ernest Warzocha
Ernest Warzocha
Feature includes: - Arduino Yun sketch (bridge library) or make the framework deployable directly to yun (app inside yun memory) - ESP8266 sketch: I think it's the basic module to...
I made a research about working with Arduino and JQuery. I will try to do this with my ESP8266 as soon as I get logic-level converter.
I can't get the esp8266 work correctly but I will try the arduino yun as soon as I get one.
Because of some changes in development instead of BT LE I'm focusing on this support. My starting point will be Arduino UNO WIFI Read more: [https://github.com/Involt/Involt/wiki/Development-of-the-project](https://github.com/Involt/Involt/wiki/Development-of-the-project)
I will split this feature and andd it to 1.1.1
As I can see, even now some users add IoT support to app for storing data in back-end. It's so individual and there are many ways of development so I...
The problem with adding this feature stuck in the fact that devices and their libraries are not consistent and there are multiple ways of online communication. Now I'm working on...
Looks like UNO Wifi has its libraries far from finish so I will focus on my Adafruit M0 wifi with atwinc1500.
Adding this direct support is more complex than I thought. In fact, without using websockets or sockets from chrome api (or supporting with any server side methods) it's almost impossible...
**Requirements:** - User should be able to simply **send value or function name to device**. The response of device must be as fast as possible. - **No additional libraries or...