-
I use at least one year such rule for dim LCD display via PWM:
```
On LCD_DIM do
if %systime% > 20:00 or %systime% < 6:00 and [VAR#9]=1 and [VAR#10]=0 and %sysyear% > 2000
event,display_off
…
-
This document from TI I just found has all the differences listed in table 2 on page 2, I thought you might want to add it as not all are identical as your current table shows. like the INA219 has no …
-
I see that you are wanting to charge a Lithium Ion battery from a solar panel.
In your current design, you will experience some efficiency loss in the DC-DC converter and additional loss in the linea…
-
Now that a good handful of FeatherWings have been released, I'm going to go through and do some basic regression testing (at least with the ones I have) and list any errors caught here. I've already f…
-
When I enable the telemetry app, compilation fails with the following error:
```
make[2]: Entering directory '/home/lui3si/src/ros2_ws/src/apps/examples/telemetry'
CC: telemetry_main.c
telemetry_…
-
**Operating environment/Installation (Hass.io/Docker/pip/etc.):**
Docker running on a Raspberry Pi (using docker compose)
```
version: "3.4"
services:
esphome:
container_name: esph…
-
Dear all
Thanks a lot for your BME680-library. It works almost fine for me on a particle photon. There is just one problem on my application. I do a lot of controlling stuff with 500 Hz sampling fr…
-
'ascii' codec can't decode byte 0xe1 in position 24: ordinal not in range(128)
-
Not too sure why the INA215 is not working properly, but my suspicion is that we got the wrong part. Nothing in the PCB looks off and I have bluewired the correct GND reference and still see the same …
-
Programming the ATTiny85
We will use the Ardino IDE or avr-gcc toolchain.
For OLED display and ATTiny we will base our code on this project:
1. http://cyaninfinite.com/tutorials/interfacing-a-i2…
bwack updated
6 years ago