Link between CubeCell Module (HTCC-AB01) and ASR6501.
https://github.com/HelTecAutomation/ASR650x-Arduino
Specs provided on Amazon:
https://www.amazon.com/Heltec-
leads to:
https://www.
https://www.microchip.com/
I also found ASR6501 in a code repository:
https://github.com/asrlora/ alios-asr-lora/blob/master/ board/asr6501/board.h
Talking to someone tells me that since the CubeCell implements I2C in hardware then my I2C issues with getting the public key and 32 byte numbers back are in software.
On page 375 of https://www.microchip.com/ wwwproducts/en/ATSAML21J18B:
Support of 100kHz and 400kHz, 1MHz and 3.4MHz I2C mode low system clock frequencies
Wire.setClock(400000);
Talking to someone tells me that since the CubeCell implements I2C in hardware then my I2C issues with getting the public key and 32 byte numbers back are in software.
On page 375 of https://www.microchip.com/
Support of 100kHz and 400kHz, 1MHz and 3.4MHz I2C mode low system clock frequencies
Wire.setClock(400000);
No comments:
Post a Comment