Pablo Martikian

Results 12 issues of Pablo Martikian

Very nice investigation and code. It is a shame that there is no C or Python code for Raspberry Pi. If yould be a very nice too have. thanks

In case if ESP32, for example, the I2C_BUFFER_LENGTH is 128, and in that case you set it to 32 in this line: https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library/blob/d625b7e31c06d5c6a27395a46a32e6ba927b5c0b/src/MAX30105.h#L42 Maybe you should consider, instead of #else...

When using full warnings, this error breaks compilation: SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library\src\heartRate.cpp:108:33: error: suggest parentheses around comparison in operand of '&' [-Werror=parentheses] if ((IR_AC_Max - IR_AC_Min) > 20 & (IR_AC_Max - IR_AC_Min) <...

Created the pullrequest for https://github.com/plerup/espsoftwareserial/issues/258

Hi, Would it be possible to configure the use of IRAM code? Currently the NimBLE is using a lot of IRAM functions, and it would be nice to be able...

I was looking for a way to add as attachment a binary blob, but the blob is in memory, not in SPIFFS nor FFat nor LittleFS nor SDCARD. To be...

enhancement

The latest element of the output array must not be followed by a comma.

fix for bug https://github.com/closedcube/ClosedCube_SHT31D_Arduino/issues/9

When compiling this library against any STM32 it fails: src\ClosedCube_SHT31D.cpp:416:8: error: 'class TwoWire' has no member named 'readBytes' Wire.readBytes(buf, (uint8_t)2); The problem is that, for the STM32, the Wire class...

Hello, The three .readUVA(), .readUVB(), and readUVI(), they all call takeReading() that reads again all 3 values. Why don't you implement for example one "bool readUVABI(float *a, float *b, float...

enhancement