Using the Waveshare Pico SIM7080G with MicroPython #14356
Replies: 4 comments 14 replies
-
Are you sure you've connected TX on the host to RX on the modem and vice versa? A UART data line should never be stuck low: remaining in that state means something is broken. If you have the host RX connected to the modem RX, that would explain the stuck line. Failing that check with a meter that the line isn't somehow strapped to gnd. |
Beta Was this translation helpful? Give feedback.
-
You have not defined RXD and TXD pins in machine.UART(0, 115200) |
Beta Was this translation helpful? Give feedback.
-
I am curious, did you ever get this to work? |
Beta Was this translation helpful? Give feedback.
-
Are you using the same code? |
Beta Was this translation helpful? Give feedback.
- 823C
-
Hi,
So I've been busy getting into LTE-M the past few days and dove in head first ordering a Waveshare Pico SIM7080G
The info I got came from the links below
First thing first, is this correct?
I'm stuck at communicating over UART, the very basic first requirement, yay...
Maybe I broke the board by doing something stupid I'm not aware of, maybe it's faulty, maybe I'm doing something wrong.
At first I thought it was the UART (click for topic)
But looking at the TX/RX on the XIAO's side, the XIAO is sending data but the RX stays low while it should be high (see screenshot below).
My basic test code is posted below too.
Does anyone have any idea what's wrong here?
Thanks!
Additional info:
The links:
How to build a cellular IoT device with the Raspberry Pi Pico — part one, the hardware
How to build a cellular IoT device with the Raspberry Pi Pico — part two, the code
korewireless/Super-Sim-Raspberry-Pi-Pico-Demos on github
Get Started with Super SIM SMS Commands and the Raspberry Pi Pico
Get Started with Data Comms and the Raspberry Pi Pico
Test code to communicate over UART:
Beta Was this translation helpful? Give feedback.
All reactions