Skip to content

Commit 7f1ca66

Browse files
Update README.md
Add note for #34.
1 parent 2506600 commit 7f1ca66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ An [Arduino](http://arduino.cc/) library for sending and receiving data using [L
2727

2828
`NSS`, `NRESET`, and `DIO0` pins can be changed by using `LoRa.setPins(ss, reset, dio0)`. `DIO0` pin is optional, it is only needed for receive callback mode. If `DIO0` pin is used, it **must** be interrupt capable via [`attachInterrupt(...)`](https://www.arduino.cc/en/Reference/AttachInterrupt).
2929

30+
**NOTE**: Some boards (like the Arduino Nano), cannot supply enough current for the SX127x in TX mode. This will cause lockups when sending, be sure to use an external 3.3V supply that can provide at least 120mA's when using these boards.
31+
3032
## Installation
3133

3234
### Using the Arduino IDE Library Manager

0 commit comments

Comments
 (0)