beyonlo

Results 150 comments of beyonlo

Hello @peterhinch Happy new year for you! I wish you many achievements and good health! > I regularly receive requests to support new hardware. In practice this means buying a...

> I've had a chance to study the datasheet of the MAX31328 and I think I can make it work with my driver with minimal changes. If you can provide...

@peterhinch Is it possible to use the MAX31328 as RTC and also as an external hardware watchdog? The idea is: set an alarm1 to: year, month, mday, hour, minute, second....

> I think you have misunderstood the example which works as follows. > > The 300ms is determined by the `time.sleep(0.3)`. The code works as follows. On the first iteration...

> The `int/sqw` pin can be set up such that it goes low whenever the seconds of the RTC match those set in `alarm1` regardless of the state of the...

> If the pin behaves otherwise I would expect the datasheet to explicitly state its behaviour. My reading of the datasheet is that the pin is active for the duration...

This is a amazing PR, thank you guys!

I'm interested to use sqlite too, but to use in the ESP32-S3 Microcontroller.

@spatialdude just to be sure, this project usqlite works also on the micropython for microcontrollers, like as the ESP32, or just for the micropython UNIX/Windows port?

@spatialdude thank you! Some more questions: 1. What is the relation of this project with the official micropython lib (that has these files/sqlite support): https://github.com/micropython/micropython-lib/tree/master/unix-ffi/sqlite3 2. Can this project be...