Sara Damiano

Results 274 comments of Sara Damiano

Yup, big discussion on processors. @s-hicks2 has had to redraw everything so many times because of availability issues. I had not seen the WioTerminal; it looks pretty spiffy. It just...

I've seen this happening, but I haven't had time to troubleshoot it yet.

I had never noticed that warning before in the XBee manual. That needs to be fixed in TinyGSM.

I've modified TinyGSM to read most parameters from the XBee before attempting to write so it does not have to write to flash when no actual change has been made....

I created the function `changeSettingIfNeeded` (https://github.com/vshymanskyy/TinyGSM/blob/a5a2ce34538955bb43d89df09fad4e30242be9c1/src/TinyGsmClientXBee.h#L1510) and use that everywhere to check if there are actually changes to be made before writing anything to flash. Unfortunately, it won't work for...

Unfortunately.. if your S6B's flash has already become unstable because of excessive writing, no changes here will help with that. I doubt anything at all could be done to remedy...

I'm (finally!) looking at this. Could you explain what's going on with your fix? What are the caller ID offsets?

I think writing a new boot loader is well beyond the scope of this library. It's really completely different functionality. A program made using the modular sensors code and compiled...

I don't think there's anything about the library that would make it not relocatable. I'm not trying to interact directly with any memory addresses or anything of that sort. I...

In this case, by being "Arduino compatible" I mean easy programmed with only a USB cable and either PlatformIO or the Arduino IDE. The Arduino IDE is terrible, but to...