-
The spec should also contain:
* HCHO (Formaldehyde): Although a subclass of the TVOCs, this is one of the most important poisons in living areas and in fact some sensors are able to distinguish betwe…
-
### Current Situation
Currently in preliminary research to add support for Nordic Semiconductor's nRF52 Family. #140 references some hardware requirements (such as the esp32's dual LX6 cores). For …
-
Could you provide a working example of using the sps30_sleep() function? Here is what I tried to do:
```
#include
#include
#include
void setup()
{
int16_t ret;
uint8_t auto_clean_d…
-
I just loaded this up with two sensors on a photon, and I get a nice two sensor output over serial, but I get three sensors (1st and 3rd are duplicates) published to the particle cloud. Any idea why?…
-
Veryfing code using this library in Particle Build fails with this error:
```
Adafruit-CAP1188/Adafruit-CAP1188.cpp:18:30: fatal error: Adafruit_CAP1188.h: No such file or directory
#include "Adafru…
-
- Arduino board: ESP32 Feather
- Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.13
When connecting to the particle sensor using the uart, the sensor will after about a minute …
-
I've been successfully using your program for a Teensy 3.6 platform and everything works fine. I tried to build the firmware for the Particle photon platform but it doesn't compile. The compiler show…
-
As far as I understand the specifications, the PPD42 provides **PM1.0 and PM2.5** data, **not PM2.5 and PM10 data**.
You can find the technical details from the very well written [De-construction of …
-
This plugin currently only supports lightbulbs and temperature/humidity/light sensors.
HomeKit offers my more `Services` and `Characteristics` useful for Particle.io IoT projects.
Consider impleme…
-
Hi
I am running the examples of "uuv_plume_simulator" according to the README. But, I got a bit confused when I ran it with **use_gazebo:=true** option. By default, the gui is paused for gazebo in …