A76XX + ESP32 , example
https://github.com/Xinyuan-LilyGO/LilyGO-T-A76XX
GitHub - Xinyuan-LilyGO/LilyGO-T-A76XX: LilyGo A7670X A7608X SIM7670G series
LilyGo A7670X A7608X SIM7670G series. Contribute to Xinyuan-LilyGO/LilyGO-T-A76XX development by creating an account on GitHub.
github.com
https://www.waveshare.com/wiki/A7670E_Cat-1_HAT
Test with minicom
1. Connect the A7600X Cat-1
Test with minicom
1. Connect the A7600X Cat-1/GSM/GPRS HAT to Jetson Nano.
2. Open a terminal and install the minicom tool.
sudo apt-get install minicom
3. Open a minicom and test with AT commands.
sudo minicom -D /dev/ttyTHS1 -b 115200
To exit the minicom, you can press Ctrl+a and then press X. To configure, you can pres Ctrl+A and then Z.
https://periar.tistory.com/230
라즈베리파이4 모든 UART 활성화하기
라즈베리파이4 모든 UART 활성화하기
라즈베리파이4 에는 모두 6개의 uart 포트가 존재한다. www.raspberrypi.org/documentation/configuration/uart.md UART configuration - Raspberry Pi Documentation documentation > configuration > uart UART configuration There are two types of UA
periar.tistory.com
https://www.waveshare.com/a7670e-cat-1-hat.htm
'board_android-IoT > STM32F' 카테고리의 다른 글
[Cortex-M3] 타이머(TIMER) 사용하기 , STM32F4 , Timer (0) | 2025.03.19 |
---|---|
LTE Cat 1 설명 (0) | 2025.03.18 |
STM32F437VITx에서 TIM2를 0.1ms(100µs) 간격으로 인터럽트 발생시키는 설정 방법 (0) | 2025.03.07 |
how to create a bin from axf file in Keil/uVision5 (0) | 2025.03.06 |
STM32 printf redirection to UART (0) | 2025.02.28 |