bw
Newbie
Posts: 2
|
Post by bw on Dec 30, 2022 7:05:43 GMT
Hi:
My board works fine when I "stack" it on top of an Arduino Uno (5V logic levels)
However, when I use a low voltage Arduino (MKR Wifi 1010), it doesn't ever pass the initial handshake from modem.begin().
I've wired it up per the wiki such that 5V on the SIM7000A board is wired to a 3.3V voltage source on the Arduino (https://github.com/botletics/SIM7000-LTE-Shield/wiki/Pinouts#external-host-board-wiring).
The call to modem.powerOn works (the board comes to life a couple of seconds later).
However, none of the modem commands seem to succeed. I've tried swapping the TX/RX wires to see if I had a wiring mistake, but no such luck. Here's the output from the console:
Attempting to open comm with ATs
---> AT
<--- AT
---> ATE0
<--- ATE0
---> ATE0
<--- ATE0
Couldn't find SIM7000
|
|
|
Post by awsnap on Jan 2, 2023 21:03:17 GMT
Did you cut the trace? Pretty sure that needs cut to use something other than 5V. (Section just above the one you reference)
|
|
bw
Newbie
Posts: 2
|
Post by bw on Jan 18, 2023 21:08:00 GMT
OK. I cut the trace. Still the same problems. Before I see if soldering helps, am I missing anything else?
|
|
|
Post by Botletics on Jan 20, 2023 3:39:38 GMT
What exactly are your connections to the MKR WiFi board? Are you using a LiPo battery?
|
|