Actions
Software Links » History » Revision 4
« Previous |
Revision 4/18
(diff)
| Next »
Hammel, 09 Jul 2017 16:47
Software Links¶
- Alexa Voice Service from Amazon
- Awesome IoT - links to lots of other stuff
AI¶
- Tensor Flow is an open source deep learning tool that might be useful for automated monitoring systems.
- Theono is also for deep learning, but is math oriented more than task oriented. It's easier to get started with Tensor Flow.
Protocols¶
- Advanced Message Queuing Protocol (AMQP)
- Constrained Application Protocol (CoAP) - see microcoap for Arduino
- Extensible Messaging and Presence Protocol (XMPP)
- OASIS Message Queuing Telemetry Transport (MQTT)
- Very Simple Control Protocol (VSCP)
- OpenWSN - repository for open-source implementations of protocol stacks based on Internet of Things standards, using a variety of hardware and software platforms.
OS¶
APIs¶
Home Automation¶
- PrivateEyePi - General home automation using Raspberry Pi
- RaZberry - Using Raspberry Pi with Z-Wave devices
- OpenHAB
- Home Assistant
Arduino¶
- Door Alarm w/ deep sleep mode - This allows using both a software timeout and an alarm interrupt to wake from deep sleep. Design is similar to this PIR-based implementation
- See these discussions
Updated by Hammel over 7 years ago · 4 revisions