saspol
saspol
Hello, Dont understand how to build on OSX 10.8 --------------- > Build instructions: > You need follow these instructions exactly: > git clone --recursive https://github.com/pfalcon/esp-open-sdk.git /opt/esp-open-sdk > cd /opt/esp-open-sdk >...
Hello, i have this issue on Debian 9. Bish-bosh crashing when receive message in topic. `./bish-bosh --verbose 3 -- /root/bish-bosh/bish-bosh.cfg bish-bosh: INFO: Using backend 'ncDebianTraditional' (on path '/bin/nc') with port...
Hi, i trying to use this library on Mega: HardwareSerial modbusSerial = Serial2; modbusMaster modbus; modbusSerial.begin(2400); modbus.begin(101, modbusSerial); float val = modbus.uint16FromRegister(0x04, 1, bigEndian); TTL to RS485 adapter blink 8...
### Is your feature request related to a problem? Please describe When have dozens of devices with original IEEE name, it is difficult to understand where are you at the...
https://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/0_Datasheets/Humidity/Sensirion_Humidity_Sensors_SHT3x_Datasheet_digital.pdf
Hello, Im trying to get expander pins state on interrupt receiving and always got crash. Can you please see whats problem with this code? ``` #include #include "PCF8575.h" PCF8575 expander;...