All Projects → particle-iot → Device Os

particle-iot / Device Os

Licence: lgpl-3.0
Device OS (Firmware) for Particle Devices

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Device Os

Docs
Documentation for Particle
Stars: ✭ 131 (-86.58%)
Mutual labels:  photon, particle, arduino, core, iot
Particle Api Js
JS Library for the Particle API
Stars: ✭ 112 (-88.52%)
Mutual labels:  photon, particle, core, iot
Gort
Command Line Interface (CLI) for RobotOps
Stars: ✭ 425 (-56.45%)
Mutual labels:  particle, arduino, iot
Johnny Five
JavaScript Robotics and IoT programming framework, developed at Bocoup.
Stars: ✭ 12,498 (+1180.53%)
Mutual labels:  photon, arduino, iot
Hardware Libraries
Particle parts for computer-aided design (CAD)
Stars: ✭ 77 (-92.11%)
Mutual labels:  photon, particle, core
Particle Cli
Command Line Interface for Particle Cloud and devices
Stars: ✭ 208 (-78.69%)
Mutual labels:  photon, particle, iot
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (-51.33%)
Mutual labels:  arduino, iot
Arduinomenu
Arduino generic menu/interactivity system
Stars: ✭ 520 (-46.72%)
Mutual labels:  arduino, iot
Platformio Core
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Stars: ✭ 5,539 (+467.52%)
Mutual labels:  arduino, iot
Arduino Mqtt
MQTT library for Arduino
Stars: ✭ 685 (-29.82%)
Mutual labels:  arduino, iot
Arduinojson
📟 JSON library for Arduino and embedded C++. Simple and efficient.
Stars: ✭ 5,456 (+459.02%)
Mutual labels:  arduino, iot
Sitewhere
SiteWhere is an industrial strength open-source application enablement platform for the Internet of Things (IoT). It provides a multi-tenant microservice-based infrastructure that includes device/asset management, data ingestion, big-data storage, and integration through a modern, scalable architecture. SiteWhere provides REST APIs for all system functionality. SiteWhere provides SDKs for many common device platforms including Android, iOS, Arduino, and any Java-capable platform such as Raspberry Pi rapidly accelerating the speed of innovation.
Stars: ✭ 788 (-19.26%)
Mutual labels:  arduino, iot
Watchy
Watchy - An Open Source E-Ink Smartwatch
Stars: ✭ 469 (-51.95%)
Mutual labels:  arduino, iot
Sensors Software
sourcecode for reading sensor data
Stars: ✭ 469 (-51.95%)
Mutual labels:  arduino, iot
Esphome Core
🚨 No longer used 🚨 - The C++ framework behind ESPHome
Stars: ✭ 545 (-44.16%)
Mutual labels:  arduino, iot
Automated Irrigation System
This is the software of an open source automated irrigation system. The complete setup including hardware can be found in the README.
Stars: ✭ 442 (-54.71%)
Mutual labels:  arduino, iot
Wrmhl
⚡️ Super fast communication beetwen Unity3D and Arduino. Create Interactive experiences in a minute ⏱
Stars: ✭ 601 (-38.42%)
Mutual labels:  arduino, iot
Send altitude cocoos
IoT program for Arduino Uno / STM32 Blue Pill (libopencm3) that reads BME280 temperature + humidity + altitude sensors, via I2C or SPI with DMA and multitasking. Sends sensor data to Sigfox via Wisol Sigfox module on UART. Runs on cocoOS task scheduling library http://www.cocoos.net
Stars: ✭ 24 (-97.54%)
Mutual labels:  arduino, iot
Coapnet
CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
Stars: ✭ 23 (-97.64%)
Mutual labels:  arduino, iot
Iot cloudcloud
Stars: ✭ 26 (-97.34%)
Mutual labels:  arduino, iot

Build Status

Particle Firmware for the Electron, P1, Photon and Core.

This is the main source code repository of the Particle firmware libraries.

Getting Started

To get started building firmware locally, see Getting Started.

Resources

Build System

Application Firmware Development

System Firmware Development

Modules

Platforms

CREDITS AND ATTRIBUTIONS

The firmware uses the GNU GCC toolchain for ARM Cortex-M processors, ARM's CMSIS libraries, STM32 standard peripheral libraries and Arduino's implementation of Wiring.

On the photon: Broadcom's WICED WiFi SDK.

LICENSE

Unless stated elsewhere, file headers or otherwise, all files herein are licensed under an LGPLv3 license. For more information, please read the LICENSE file.

Additionally, for Photon and P1 firmware (>= v0.7.0-rc.1) which use the Cypress WICED SDK, you agree to the terms of the Cypress IoT Community License Agreement.

The guidelines of the Cypress Community License agreement allow individuals to sell and redistribute compiled binaries, referred to as Software in object code format, built with WICED as a part of their own developer applications, but does not give any individuals permission to sell, redistribute, or share WICED source code without separate, explicit written permission from Cypress (which Particle has obtained).

If you have questions about software licensing, please contact Particle support.

LICENSE FAQ

This firmware is released under LGPL version 3, what does that mean for you?

  • You may use this commercially to build applications for your devices! You DO NOT need to distribute your object files or the source code of your Application under LGPL. Your source code belongs to you when you build an Application using this System Firmware.

When am I required to share my code?

  • You are NOT required to share your Application Firmware or object files when linking against libraries or System Firmware licensed under LGPL.

  • If you make and distribute changes to System Firmware licensed under LGPL, you must release the source code and documentation for those changes under a LGPL license.

Why?

  • This license allows businesses to confidently build firmware and make devices without risk to their intellectual property, while at the same time helping the community benefit from non-proprietary contributions to the shared System Firmware.

Questions / Concerns?

  • Particle intends for this firmware to be commercially useful and safe for our community of makers and enterprises. Please Contact Us if you have any questions or concerns, or if you require special licensing.

(Note! This FAQ isn't meant to be legal advice, if you're unsure, please consult an attorney)

CONTRIBUTE

Want to contribute to the Particle firmware project? Follow this link to find out how.

CONNECT

Having problems or have awesome suggestions? Connect with us here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].