SigkSens icon indicating copy to clipboard operation
SigkSens copied to clipboard

ESP8266 based SignalK Wifi Sensors

Results 10 SigkSens issues
Sort by recently updated
recently updated
newest added

Apologies if this is something obvious, I am new to this completely. I get this error attempting to compile, am I perhaps missing a library or something? Arduino: 1.8.13 (Mac...

Fatal crash and reset if LOLIN D1 mini powers on WITH 6kHz frequency already present on digital input D1 or D2. If signal is removed the device boots as normal...

I have been working through the wiki instructions to get a Wemos d1 mini set up and hitting this snag when compiling. sketch/src/sensors/digitalIn/digitalIn.cpp:11:33: fatal error: FunctionalInterrupt.h: No such file or...

I'm probably missing something, but when I try to build with VS Code PlatformIO I get: Error: Nothing to build. Please put your source code files to...

Added support for the INA219 current sensor for use with external shunt. The adafruit INA219 library had to be customized since it did not allow for changing the shunt values....

https://github.com/mxtommy/SigkSens/blob/0e13d46a73b21332cc6ed4821a5dd390d4842143/SigkSens/src/sensors/digitalIn/digitalIn.cpp#L106 This may or may not work as hoped/expected depending on where and when the counter values change. ie if a interrupt is generated while changing value.. in a different...

I think I know how to add ESP32 support to the MAX31850_OneWire library. The two steps below allow SigkSens to compile for both of my ESP32 boards, and my Wemos...

I am rewriting my code for a masthead unit that sends back wind speed and direction and receives message to control the anchor lite over the air. The current unit...

The 1-Wire and i2c scans happen only if those are enabled in config.h (I think). If either of them are enable, and the scan for devices finds no device, that...