hansju-11
hansju-11
A more complex example to add scd30 sensor. put code in seperate files, (like sds011 sensor) add NEO pixel LED to have a real "traffic light" to show air is...
As an example of "how to include a custom sensor" I will use an scd30 C02 sensor https://github.com/sparkfun/SparkFun_SCD30_Arduino_Library https://www.sensirion.com/de/umweltsensoren/kohlendioxidsensor/kohlendioxidsensoren-scd30/ https://www.sparkfun.com/products/15112 sensor is in parallel to the dispaly on i2c bus...
add a quick solution for add sensordata into the webpage by using ajax. I reloads the data inline without refresh the whole webpage. It is deactivate in the code. To...
Can anybody confirm that the solution is working in VS2022. I get errors like: Error C2440 "return": "initializer list" can not be converted into "IPC::SharedMemory::Allocator" CalcNative ...\IPC-master\IPC-master\Inc\IPC\SharedMemory.h 82
I did: 1.) activate snmp connector in tb_gateway.yaml ... - name: SNMP Connector type: snmp configuration: snmp.json .... 2.) set snmp.json { "devices": [ { "deviceName": "NAS", "deviceType": "snmp", "ip":...
I'm looking for a way to send a http request as a client to the server via post. My server only use post not get method. Example: curl https://....mynetworkprovider..../api/v3/events -X...