From b5057f78dc37910451e0d7b8757519e484731266 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 26 Apr 2018 22:51:35 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bc4025..9b8af76 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,9 @@ Use this sketch to diagnose your SIM card and GPRS connection: ### Ensure stable data & power connection -This actually solves stability problems in **many** cases: -- Provide a good, [stable power supply](https://github.com/vshymanskyy/TinyGSM/wiki/Powering-GSM-module) (up to 2A and specific voltage according to your module documentation) +Most modules require up to 2A and specific voltage - according to the module documentation. +So this actually solves stability problems in **many** cases: +- Provide a good stable power supply. Read about [**powering your module**](https://github.com/vshymanskyy/TinyGSM/wiki/Powering-GSM-module). - Keep your wires as short as possible - Consider soldering them for a stable connection - Do not put your wires next to noisy signal sources (buck converters, antennas, oscillators etc.)