-
I am working on project using ESP8266 RTOS SDK and when I try to build it, I get following linker warnings/errors, i.e, here is _./gen_misc.sh_ output:
```
gen_misc.sh version 20150911
SDK_PATH:
…
-
Follow-up to #1887...
Remove `init` from adxl345, am2320, bme280, bmp085, hmc5883l, l3g4200d and hdc1080.
-
### Basic Infos
#### Hardware
Hardware: Node Mcu
Core Version: 2.3.0
### Description
Hi,
Trying to play with a CCS811 detector + HC1080 T°C/H% sensor, I met troubles with i2c. …
-
tzapu-
Let me say this code is amazing and has inspired me to do so much. My mom has early onset Alzheimers and I'm trying to use technology to maintain a balance of supervision and her own autonomy.…
-
Hi,
I have a few library parts that I would like to submit to kicad.
**HDC1080**
A Texas Instruments temperature humidity sensor
**RN4871**
A microchip BLE module
**AAT1217ICA**
A skyw…
-
For the machine learning process we need input files, see image below:
![deeplearning](https://user-images.githubusercontent.com/16681683/34121737-55a09bbc-e42a-11e7-9f6c-f9673c800b9a.png)
Files s…
-
Hello, when i try compiling from source in PlatfprmIO, i get errors:
Project
ESPEasy
.github
dist
lib
src
__CPlugin.ino
__NPlugin.ino
__Plugin.ino
__ReleaseNotes.ino
_C001.ino
_C002.ino
_…
-
Change the HDC1080 conversion to account for overflow around 42*C. The code below should work:
`int16_t res = ((regval[0] > 2;`
`return (int_t)(((uint32_t)20625 * res + (uint32_t)1024) >> 11) - (i…
-
I've identified:
- rightmost sensor as the HDC1080 (a "10")
- upper right as the APDA-9007 (a "4")
- left of the SAMR21 as the FXOS8700 (an "8")
- just below the SAMR21 as the balun
- top le…
-
Hi,
I love the idea of your wrapper and would like to use them on my Sonoff Touch switches which are based on ESP8285. Due to the size of the firmware I have to use the two step approach.
Unfortun…
lhurt updated
6 years ago