Posts: 6,266
Threads: 181
Joined: Sep 2011
Anyone have suggestions or work with microcontrollers sensors and iot logging.
I am trying to find a open source framework or solution for a personal hosted mqtt broker and or a data server for logging or websocket handling, something that perhaps handles stuff for you.
Any iot oss suggestions welcome also as a starting point.
Plus for libraries with arduino support
Posts: 1,108
Threads: 70
Joined: Aug 2009
Only starting do do a bit of work with esp8266/arduinos over the last month or 2. loving the esp's...
Most of the stuff I've looked at has actually been starred by you on Github.... so any suggestions I might have have already been seen by you...
building an wifi enabled car with arduino/esp8266/websockets for my 2 boys at the moment and a sensor system for the house is next, will use raspberry pi and mosquitto on the server side and esp's for the sensors...
car is built and looking at the websocket server now.
looking at these:
https://github.com/AdySan/ESPSocket
https://github.com/mirobot/mirobot-wifi
The mirobot one is nice as it allows you to update the esp's over wifi....
Posts: 6,266
Threads: 181
Joined: Sep 2011
for your car checkout blynk app, it has got nice joysticks and easy to use, you can have a control system setup in about 30 minutes.
Posts: 6,266
Threads: 181
Joined: Sep 2011
yeah im sure there is something out there , i just gotta find it.
some backend tech for soho similar in functionality to adafruit.io, particle.io there are like hundreds of these startups, I am sure some are oss.
I have been just building a toolset for myself and hardware for whatever i need, so i can just combine my blocks together to build several things i need.
Posts: 1,247
Threads: 82
Joined: Feb 2011
2016-05-30, 22:49:07
(This post was last modified: 2016-05-30, 23:40:02 by datiswous.)
Just ordered the
Espruino Pico (pinned).
I'm actually completely new to microcontrolers, sensors and doing stuff with that, but I think the Espruino might be an easier starting point becouse the programming is in Javascript instead of C++ (and I recently started an online Javascript course).
Some info on iot services: http:///www.espruino.com/IoT+Services
Posts: 6,266
Threads: 181
Joined: Sep 2011
Yeah i am pretty excited about those