Closed hoka83 closed 7 months ago
Hello Mahmoud (@hoka83 ),
Are you asking if the u-blox MAX-M10 module will work with an ATtiny1616? Or are you asking if this library will run on ATtiny1616?
Best wishes, Paul
yes paul, is it going to work?
Are you asking if the u-blox MAX-M10 module will work with an ATtiny1616? Or are you asking if this library will run on ATtiny1616?
if the library will run on ATtiny1616
Hello Mahmoud (@hoka83 ),
There are a few parts to your question:
Looking at the Microchip product page:
It has I2C and USART. The USART can (probably) be configured as a standard UART.
Spence Konde (@SpenceKonde)'s megaTinyCore supports the ATtiny1616.
It has 16kB of Flash and 2kB of RAM. If I compile one of the library examples for the ATtiny1616 (with Optiboot), it needs approximately 30kB of program space and 1kB of RAM. I see the error region text overflowed by 17027 bytes
. So, no, it will not run on the ATtiny1616...
This is a big complex library. There are much simpler u-blox GNSS (UBX) libraries that may meet your needs.
Best wishes, Paul
Is it possible to run this library on ATtiny 1616 by adding external flash memory though? , and where can i find those simpler u-blox GNSS (UBX) libraries?
Are GNSS modules for example "UBLOX MAX-M10" familiar with ATtiny chips like ATtiny1616 ?