Skip to content

Commit 9f2dfd7

Browse files
committed
SoftRF Release 1.6 firmware binaries for RP2040, ESP32-C3 and ESP32-C6 [skip ci]
1 parent f222d62 commit 9f2dfd7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed
Binary file not shown.
Binary file not shown.

software/firmware/binaries/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ Model|Instructions|Firmware folder
3737
[Raspberry Edition](https://github.com/lyusupov/SoftRF/wiki/Raspberry-Edition)||[RaspberryPi](https://github.com/lyusupov/SoftRF/tree/master/software/firmware/binaries/RaspberryPi)
3838
[UAV Edition](https://github.com/lyusupov/SoftRF/wiki/UAV-Edition)|[NodeMCU](https://github.com/lyusupov/SoftRF/blob/master/software/firmware/binaries/README.md#nodemcu)|[NodeMCU](https://github.com/lyusupov/SoftRF/tree/master/software/firmware/binaries/NodeMCU/SoftRF)
3939
[Academy Edition](https://github.com/lyusupov/SoftRF/wiki/Academy-Edition)|N/A<sup>1</sup>|N/A<sup>1</sup>
40+
[Eco Edition](https://github.com/lyusupov/SoftRF/wiki/Eco-Edition)&nbsp;![](https://github.com/lyusupov/SoftRF/raw/master/documents/images/new-icon.jpg)|N/A<sup>2</sup>|N/A<sup>2</sup>
4041

41-
<sup>1</sup> - since primary purpose of the **Academy Edition** is education - we do not provide firmware binaries for this model. Students and a teacher are responsible to [build and install the SoftRF firmware](https://github.com/lyusupov/SoftRF/blob/master/software/firmware/source/README.md) ( [SAMD21](https://github.com/lyusupov/SoftRF/tree/master/software/firmware/source#samd21) or [RA4M1](https://github.com/lyusupov/SoftRF/edit/master/software/firmware/source#ra4m1) ) from source code by themselves.<br>
42+
<sup>1</sup> - since primary purpose of the **Academy Edition** is education - we do not provide firmware binaries for this model. Students and a teacher are responsible to [build and install the SoftRF firmware](https://github.com/lyusupov/SoftRF/blob/master/software/firmware/source/README.md) ( [SAMD21](https://github.com/lyusupov/SoftRF/tree/master/software/firmware/source#samd21) or [RA4M1](https://github.com/lyusupov/SoftRF/edit/master/software/firmware/source#ra4m1) ) from source code by themselves ;<br>
43+
<sup>2</sup> - users of **Eco Edition** should build and install the SoftRF firmware from source code as well.<br>
4244
<br>
4345

4446
Model|Instructions|Firmware folder
@@ -191,10 +193,10 @@ GND|GND
191193
3V3|VCC
192194
TX|GPIO16
193195
RX|GPIO17
194-
DTR&nbsp;<sup>2</sup>|GPIO2
196+
DTR&nbsp;<sup>3</sup>|GPIO2
195197
RTS|RESET
196198

197-
<sup>2</sup> - certain USB-Serial adapters may require to **invert DTR** signal either in hardware or in the Python script.<br>
199+
<sup>3</sup> - certain USB-Serial adapters may require to **invert DTR** signal either in hardware or in the Python script.<br>
198200

199201
4. Plug the USB-Serial adapter into spare USB slot of your PC ;
200202
5. Use the loader tool to read the serial number of the MCU. This is a safety action to make sure that all the connections are good ;
Binary file not shown.

0 commit comments

Comments
 (0)