Max Prokhorov
Max Prokhorov
> However, it does not remove the error event listener. Would that mean the problem is with streamx and not gulp? If I understood the flow correctly, streamx wraps original...
Also note https://github.com/orgs/gulpjs/discussions/2586 tbh, to someone not familiar with node, it is very surprising that the originally used method is not attempting to wrap the 'better' handler internally :/ Do...
Internally, I2C .h wraps Wire, since it is the only available I2C API provided by the Core. I don't see any issues in c/p directly to the sensor class omitting...
> not using the Oxullo library directly, but a modified version of it (I suppose it would have to be put under code/espurna/libs) see `lib_deps = ...` in platformio .ini....
https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library/blob/72d5308df500ae1a64cc9d63e950c68c96dc78d5/examples/Example8_SPO2/Example8_SPO2.ino#L86 also mentions that it takes some time to gather all of the results provide a meaningful output Another question, how do sensor filters fit here since we (sort-of) expect...
> I don't see the problem with calculating the average, median, etc., in a standard way. Hm... I thought it would make some sense to re-use 'filtered' data storage to...
> In this way, the association of thingspeak fields with sensors that support static ID would be stored in configuration under a key with the form tspkMagnitude_ID_slot In current code,...
> tskpField1 ->m0 //to report the magnitude with index 0 in field 1, for backward compatibility or tskpField1 ->s123s0 //to report slot 0 of the sensor with instance id 123,...
re. 'Persistent'... this also reminds me of the udev naming schemes for network devices, which are picked up from other unique properties of the network device. e.g. port, MAC, hw...
> I guess there is no way to intercept the webSocket message generated by the save button..... Same file, just a few lines below. Not sure how that helps here,...