Skip to content

Commit

Permalink
Adding section to README explaining how to update the UNO WIFI REV2 N…
Browse files Browse the repository at this point in the history
…INA module via SerialNINAPassthrough
  • Loading branch information
aentinger committed Nov 17, 2020
1 parent be90d36 commit 70b08d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ This firmware uses [Espressif's IDF](https://github.com/espressif/esp-idf)
1. Load the `Tools -> SerialNINAPassthrough` example sketch on to the board
1. Use `esptool` to flash the compiled firmware

## Notes
If updating **Arduino UNO WiFi Rev. 2** NINA firmware via [SerialNINAPassthrough](https://github.com/arduino-libraries/WiFiNINA/blob/master/examples/Tools/SerialNINAPassthrough/SerialNINAPassthrough.ino) sketch then the `esptool` invocation needs to be changed slightly:
```diff
- --baud 115200 --before default_reset
+ --baud 115200 --before no_reset
```

## License

Copyright (c) 2018-2019 Arduino SA. All rights reserved.
Expand Down

0 comments on commit 70b08d8

Please sign in to comment.