arduino12

Results 16 comments of arduino12
trafficstars

I have SX1280 so I can test its examples, maybe other who sees this issue and want that feature can offer testing :) But if you go with my #2...

**Hi,** **Thanks** @tbillion ! This is a very old library I wrote long time ago when I just start playing with my first Arduino :) The timeout you have added...

**Wow! OK I see so I will wait patiently :)** #### I will try combining those examples and open a PR if it works: Balloons Earth Hypno Level Meter Lines...

**Hi,** This library only conectes to the TX pin of the RDM6300 - it can only read the bytes it sends - it can't write any byte to it. I...

@floBik It looks like **[Arduino String](https://docs.arduino.cc/language-reference/en/variables/data-types/stringObject/)** doesn't support the `isEmpty()` method- (I am also using the [Arduino Core STM32](https://github.com/stm32duino/Arduino_Core_STM32) if it matters..) So I replaced all `str.isEmpty()` calls with `!str.length()`...

**Hi,** Thanks @floBik ! I don't have the SIM7600 modem by now so I can't test your fix.. I solved my problem using the raw HTTPS AT commands: ```cpp int8_t...