Skip to content

Commit cf3cedf

Browse files
Silicon Labs CircuitPython Applications v1.0.1 - Update documentation
1 parent 8e735f7 commit cf3cedf

File tree

8 files changed

+43
-8
lines changed

8 files changed

+43
-8
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Silicon Labs CircuitPython Applications #
1515

16-
[![Version Badge](https://img.shields.io/badge/-v1.0.0-green)](https://github.com/SiliconLabs/circuitpython_applications/releases)
16+
[![Version Badge](https://img.shields.io/badge/-v1.0.1-green)](https://github.com/SiliconLabs/circuitpython_applications/releases)
1717
[![CircuitPython](https://img.shields.io/badge/CircuitPython-v8.2.0+-green)](https://circuitpython.org/downloads?q=silabs)
1818
![License badge](https://img.shields.io/badge/License-Zlib-green)
1919

cp_bluetooth_distance_monitor/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,17 @@ The block diagram of this application is shown in the image below:
2020

2121
The sensor and OLED display can easily connected with Sparkfun Thing Plus for Matter - MGM240 development kits via Qwiic connector.
2222

23+
## Prerequisites ##
24+
25+
Getting started with [CircuitPython on EFR32 boards](../doc/running_circuitpython.md).
26+
2327
## Setup ##
2428

2529
To run the example you need to install **Thonny** editor and then follow the steps below:
2630

27-
To run the example you need to install **Thonny** editor and then follow the steps below:
31+
1. Flash the corresponding CircuitPython binary for your board. You can visit [circuitpython.org/downloads](https://circuitpython.org/downloads?q=silabs) to download the binary.
2832

29-
1. Flash the corresponding CircuitPython binary for your board. You can visit [circuitpython.org](https://circuitpython.org/) to download the binary.
33+
> **_NOTE:_** The examples in this repository require CircuitPython v8.2.0 or higher.
3034
3135
2. Install the necessary libraries from Adafruit CircuitPython bundle. You can download the bundle from [here](https://circuitpython.org/libraries). The libraries that used in this project and their version are list in this table below.
3236

cp_bluetooth_environmental_sensing/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@ Note: Any other BLE-capable device can be a client device, for instance a simple
3636

3737
The environmental combo, OLED display and SparkFun Thing Plus Matter board can easily connect to each other via Qwiic I2C connector.
3838

39+
## Prerequisites ##
40+
41+
Getting started with [CircuitPython on EFR32 boards](../doc/running_circuitpython.md).
42+
3943
## Setup ##
4044

4145
To run the example you need to install **Thonny** editor and then follow the steps below:
4246

43-
1. Flash the corresponding CircuitPython binary for your board. You can visit [circuitpython.org](https://circuitpython.org/) to download the binary.
47+
1. Flash the corresponding CircuitPython binary for your board. You can visit [circuitpython.org/downloads](https://circuitpython.org/downloads?q=silabs) to download the binary.
48+
49+
> **_NOTE:_** The examples in this repository require CircuitPython v8.2.0 or higher.
4450
4551
2. Install the necessary libraries from Adafruit CircuitPython bundle. You can download the bundle from [here](https://circuitpython.org/libraries). The libraries that used in this project and their version are list in this table below.
4652
- Sensor device

cp_non_wireless_display_demo/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@ This example can be used as a learning tool for developers who want to work with
1818

1919
The RGB LED Matrix can easily connected with Sparkfun Thing Plus for Matter - MGM240 development kits via Qwiic connector.
2020

21+
## Prerequisites ##
22+
23+
Getting started with [CircuitPython on EFR32 boards](../doc/running_circuitpython.md).
24+
2125
## Setup ##
2226

2327
To run the example you need to install **Thonny** editor and then follow the steps below:
2428

25-
1. Flash the corresponding CircuitPython binary for your board. You can visit [circuitpython.org](https://circuitpython.org) to download the binary.
29+
1. Flash the corresponding CircuitPython binary for your board. You can visit [circuitpython.org/downloads](https://circuitpython.org/downloads?q=silabs) to download the binary.
30+
31+
> **_NOTE:_** The examples in this repository require CircuitPython v8.2.0 or higher.
2632
2733
2. Install the necessary libraries from Adafruit CircuitPython bundle. You can download the bundle from [here](https://circuitpython.org/libraries).
2834

cp_rgb_display_drawing_ili9341/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Listed below are the port and pin mappings for working with this example.
3636
| PB0 | YM(Y-) | AN |
3737
| PB1 | XM(Y+) | AN |
3838

39+
## Prerequisites ##
40+
41+
Getting started with [CircuitPython on EFR32 boards](../doc/running_circuitpython.md).
42+
3943
## Setup ##
4044

4145
To run the example you need to install **Thonny** editor and then follow the steps below:
@@ -48,7 +52,9 @@ To run the example you need to install **Thonny** editor and then follow the ste
4852

4953
4. Run the scripts on the board.
5054

51-
**Note:** Make sure that you have flashed the corresponding CircuitPython firmware for your board. You can visit [circuitpython.org](https://circuitpython.org/) to download the firmware.
55+
**Note:** Make sure that you have flashed the corresponding CircuitPython firmware for your board. You can visit [circuitpython.org/downloads](https://circuitpython.org/downloads?q=silabs) to download the firmware.
56+
57+
> **_NOTE:_** The examples in this repository require CircuitPython v8.2.0 or higher.
5258
5359
## How it Works ##
5460

cp_temperature_and_humidty_monitor/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,17 @@ The block diagram of this application is shown in the image below:
1919
The RGB LED Matrix display can easily connect with Silicon Labs
2020
EFR32xG24 Dev Kit via a Qwiic connector.
2121

22+
## Prerequisites ##
23+
24+
Getting started with [CircuitPython on EFR32 boards](../doc/running_circuitpython.md).
25+
2226
## Setup ##
2327

2428
To run the example you need to install **Thonny** editor and then follow the steps below:
2529

26-
1. Flash the corresponding CircuitPython binary for your board. You can visit [circuitpython.org](https://circuitpython.org/) to download the binary.
30+
1. Flash the corresponding CircuitPython binary for your board. You can visit [circuitpython.org/downloads](https://circuitpython.org/downloads?q=silabs) to download the binary.
31+
32+
> **_NOTE:_** The examples in this repository require CircuitPython v8.2.0 or higher.
2733
2834
2. Install the necessary libraries from the Adafruit CircuitPython bundle. You can download the bundle from [here](https://circuitpython.org/libraries). The libraries that were used in this project and their version are listed in the table below.
2935

cp_xg24_dev_kit_sensors/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ The xG24 Dev Kit and TFT display can connect via SPI interface. You can make the
2929
| 9 (PB0) | CS |
3030
| 3 (PB2) | D/C |
3131

32+
## Prerequisites ##
33+
34+
Getting started with [CircuitPython on EFR32 boards](../doc/running_circuitpython.md).
3235

3336
## Setup ##
3437

@@ -46,6 +49,8 @@ To run the example you need to install Thonny editor, then follow the below step
4649

4750
- Make sure that you have flashed the corresponding CircuitPython firmware for your board. You can visit [circuitpython.org](https://circuitpython.org/board/silabs_devkit_xg24_brd2601b/) to download the firmware.
4851

52+
> **_NOTE:_** The examples in this repository require CircuitPython v8.2.0 or higher.
53+
4954
## How it works ##
5055

5156
This project demonstrates the use of the CircuitPython IL9341 RGB Display driver with the Silicon Labs xG24 Dev Kit.

doc/running_circuitpython.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ Official binaries for all supported boards are available through [circuitpython.
55

66
If you want to make changes, you might clone and re-build the source and firmware.bin file can be found in the build folder corresponding to the appropriate board, such as build-sparkfun_thingplus_matter_mgm240p_brd2704a
77

8+
> **_NOTE:_** The examples in this repository require CircuitPython v8.2.0 or higher.
9+
810
## Flash firmware
911

1012
To flash the firmware file into the board, you need to use Simplicity Commander.
11-
You can install Simplicity Commander using Simplicity Studio or downloading standalone versions by following [UG162: Simplicity Commander Reference Guide](https://www.silabs.com/documents/public/user-guides/ug162-simplicity-commander-reference-guide.pdf).
13+
You can install Simplicity Commander using Simplicity Studio or downloading standalone version by following [this Knowledge Article](https://community.silabs.com/s/article/simplicity-commander?language=en_US).
1214

1315
To flash the firmware into the xG24 kit using Simplicity Commander, follow these simple steps:
1416

0 commit comments

Comments
 (0)