All Projects → dougalcampbell → particle-cookbook

dougalcampbell / particle-cookbook

Licence: MIT license
A collection of programming snippets, tips, and tricks for developing with Particle IoT devices

Projects that are alternatives of or similar to particle-cookbook

Paperino
E-Paper display library for the Particle & Arduino family.
Stars: ✭ 35 (+75%)
Mutual labels:  hardware, particle
opcn2
C++ Library for the Alphasense OPC-N2 particle counter
Stars: ✭ 14 (-30%)
Mutual labels:  particle-photon, particle-electron
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+16425%)
Mutual labels:  hardware, particle-photon
po-util
Classic Edition of po-util: The Ultimate Local Particle Experience for Linux and macOS
Stars: ✭ 51 (+155%)
Mutual labels:  particle-photon, particle
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-60%)
Mutual labels:  hardware, particle-photon
cala
Cross-platform system interface for hardware IO
Stars: ✭ 46 (+130%)
Mutual labels:  hardware
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (+340%)
Mutual labels:  hardware
meshname
Meshname, a universal naming system for all IPv6-based mesh networks, including CJDNS and Yggdrasil
Stars: ✭ 65 (+225%)
Mutual labels:  mesh
XH5For
XDMF parallel partitioned mesh I/O on top of HDF5
Stars: ✭ 23 (+15%)
Mutual labels:  mesh
Best
Gifts for Programmers
Stars: ✭ 22 (+10%)
Mutual labels:  hardware
awesome-electronic-engineering
Awesome Electronic Engineering
Stars: ✭ 54 (+170%)
Mutual labels:  hardware
malduino scripts
Some Malduino ducky scripts
Stars: ✭ 24 (+20%)
Mutual labels:  hardware
uchroma
An advanced driver for Razer Chroma hardware in Linux
Stars: ✭ 45 (+125%)
Mutual labels:  hardware
Pool2021
Pools organized for Epitech's students in 2021.
Stars: ✭ 19 (-5%)
Mutual labels:  hardware
daydream-node
Quick Node.js module to connect to the Daydream controller and receive all the data
Stars: ✭ 17 (-15%)
Mutual labels:  hardware
clash-spaceinvaders
Intel 8080-based Space Invaders arcade machine implemented on an FPGA, written in CLaSH
Stars: ✭ 45 (+125%)
Mutual labels:  hardware
recipes
Application for managing recipes, planning meals, building shopping lists and much much more!
Stars: ✭ 3,570 (+17750%)
Mutual labels:  cookbook
spydrnet
A flexible framework for analyzing and transforming FPGA netlists. Official repository.
Stars: ✭ 49 (+145%)
Mutual labels:  hardware
RubyTextMeshPro
Unity Text Mesh Proでルビ(フリガナ)のタグを追加しました.
Stars: ✭ 61 (+205%)
Mutual labels:  mesh
WiFi-WebRadio
A WiFi shoutcast player based on ESP8266 and VS1053b chips
Stars: ✭ 45 (+125%)
Mutual labels:  hardware

Particle Cookbook


A collection of programming snippets, tips, and tricks for developing with Particle IoT devices.

Devices

The Particle ecosystem of devices along with their Particle Cloud platform make it simple for hobbyists and product developers to create connected projects. Their product line currently includes:

  • Wifi: Core, Photon, Argon

  • Cellular: (2G/3G/LTE): Electron, Boron

  • Mesh: (based on IEEE 802.15.4-2006): Xenon, Argon, Boron

  • Bluetooth: RedBear Duo, RedBear Nano, Xenon, Argon, Boron

The RedBear product line is still available for sale, but it is unclear whether Particle will continue to develop or support them.

Particle Mesh devices are capable of supporting Bluetooth 5, but the software APIs are still under development as of January 2019.

Development Tools

Particle provides many excellent tools for developing software for their devices, including a browser-based Web IDE, Particle Workbench (an IDE built on Microsoft Visual Studio Code), and Particle CLI (a command-line experience).

Particle Workbench allows you to build and flash firmware locally, for Windows, Mac, and Linux, and Particle CLI is an excellent tool for building firmware or managing your Particle devices.

You can choose to install and use Particle's Device OS toolchain directly if you wish by setting up the environment manually, or by using a third-party utility like po-util.

Particle has a detailed documentation of the firmware libraries, tutorials, and sample code, which covers most anything you need to know, and the community forums are a great resource when you have questions. If you have a question about how to hook up some odd sensor, or how to use a certain code library, send data to a third-party service, or just about anything really, you'll often find the answer in the forums.

In fact, the forums are chock-full of great information, tips, little-known facts, pointers to other tools, etc. So full, that it can be overwhelming. Sometimes when you have a problem, you aren't even sure what to search for. And sometimes, you don't even know that a feature exists, because you've just never run across it before.

Purpose

This Cookbook is an attempt to address this problem by collecting and (hopefully) organizing some of these hidden gems so that you don't have to waste time searching through the forums, trying to filter out tons of unanswered questions, or long threads that touch on a topic, then spin off in another direction, or trying to piece together bits of the technically excellent firmware documentation into a code example that works for your particular, unusual use-case.

Topics

See Also:

github.com/rickkas7 Particle Technical Documentation Writer @rickkas7 has several good tutorials and example code in his Github.

Awesome Particle is a curated list of awesome things related to Particle.

Contributions Welcome

If you have suggestions, additions, corrections, complaints, or whatever, please feel free to let me know. Pull Requests welcome. For now, I'm just making this a collection of Markdown files, but I'm open to suggestions for other organizational schemes (wiki, CMS, category/tag hierarchies, ...).

Credits

The Particle Cookbook was originally created by Dougal Campbell. Fellow community member Nathan Robinson quickly jumped in with typo fixes, formatting and organizational improvements, and the initial Github Pages implementation. And of course, this project wouldn't have happened without the invaluable information shared on the Particle Community Forums by countless other selfless contributors. Wherever possible, this Cookbook will link out to original source material, to give credit where credit is due.

The original version of this project can be found at:

https://github.com/dougalcampbell/particle-cookbook

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].