Skip to content

Commit f42936a

Browse files
committed
Update READMEs
***NO_CI***
1 parent 609e9f0 commit f42936a

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,14 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
7676
* [🌶️ - Bluetooth Low Energy Serial profile sample](samples/Bluetooth/BluetoothLESerial)
7777
* [🌶️ - Bluetooth Low energy: adding, replacing services to the main service](samples/Bluetooth/BluetoothLESample3)
7878
* [🌶️ to 🌶️🌶️🌶️ - Bluetooth sample pack](samples/Bluetooth)
79+
* [🌶️🌶️ - Demonstrates how to use the watcher filter classes](samples/Bluetooth/WatcherFilters)
80+
* [🌶️🌶️ - Bluetooth Low energy: Broadcast current values in a Bluetooth advertisement](samples/Bluetooth/BroadcastValues)
81+
* [🌶️🌶️ - Bluetooth Low energy: Environmental Sensor data collection](samples/Bluetooth/Central2)
7982
* [🌶️🌶️ - Bluetooth Low energy: read static and dynamic values, notification, read/write value](samples/Bluetooth/BluetoothLESample1)
8083
* [🌶️🌶️ - Bluetooth Low energy: read/write with encryption a value](samples/Bluetooth/BluetoothLESample2)
84+
* [🌶️🌶️ - Bluetooth Low energy: Watch for Bluetooth Advertisements](samples/Bluetooth/Central1)
85+
* [🌶️🌶️🌶️ - Create an IBeacon](samples/Bluetooth/BluetoothBeacon)
86+
* [🌶️🌶️🌶️ - Bluetooth Low energy: Demonstrates pairing and authentication in Client program](samples/Bluetooth/Central3)
8187
* [🌶️🌶️🌶️ - Improv Wifi provisioning](samples/Bluetooth/ImprovWifi)
8288

8389
### CAN
@@ -97,6 +103,7 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
97103
* [🌶️🌶️ - Simple sample **with** Azure lib and retry pattern for connection](samples/AzureSDK/AzureSDKBasic)
98104
* [🌶️🌶️ - Ultrasonic HC-SR04 sensor with RMT](samples/Hardware.Esp32.Rmt/Ultrasonic)
99105
* [🌶️🌶️ - Using a Modem like SIM7080, simple sample **with** Azure lib and retry pattern for connection](samples/AzureSDK/AzureSDKBasicFullyManaged)
106+
* [🌶️🌶️🌶️ - Create an IBeacon](samples/Bluetooth/BluetoothBeacon)
100107
* [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **with** Azure lib and deep sleep](samples/AzureSDK/AzureSDKSleepBMP280)
101108
* [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **without Azure lib** and with deep sleep](samples/AzureMQTTTwinsBMP280Sleep)
102109
* [🌶️🌶️🌶️ - Improv Wifi provisioning](samples/Bluetooth/ImprovWifi)
@@ -114,11 +121,11 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
114121

115122
* [🌶️🌶️ - Graphics Primitives](samples/Graphics/Primitives)
116123
* [🌶️🌶️ - Screen samples](samples/Graphics/Screens)
124+
* [🌶️🌶️ - Using an existing generic graphic driver](samples/Graphics/UsingGenericDriver)
117125
* [🌶️🌶️ -Simple WPF](samples/Graphics/SimpleWpf)
118126
* [🌶️🌶️ to 🌶️🌶️🌶️ -Graphics samples](samples/Graphics)
119127
* [🌶️🌶️🌶️ - Creating your own generic graphic driver](samples/Graphics/GenericDriver)
120128
* [🌶️🌶️🌶️ - Tetris Demo Game for nanoFramework](samples/Graphics/Tetris)
121-
* [🌶️🌶️🌶️ - Using an existing generic graphic driver](samples/Graphics/UsingGenericDriver)
122129

123130
### IoT.Device
124131

@@ -175,7 +182,7 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
175182
### Texas Instrument specific
176183

177184
* [🌶️ - Texas Instruments EasyLink sample pack](samples/TI.EasyLink)
178-
* [🌶️ - TI utilities](samples/Hardware.TI/TI.Utilities)
185+
* [🌶️ - TI utilities read IEEE address](samples/Hardware.TI/TI.Utilities)
179186
* [🌶️ to 🌶️🌶️ - Hardware TI SimpleLink sample pack](samples/Hardware.TI)
180187
* [🌶️🌶️ - TI Power Mode](samples/Hardware.TI/TI.PowerMode)
181188

@@ -213,6 +220,7 @@ Our samples uses 🌶️ to show how easy or complicated those samples are. The
213220

214221
* [🌶️ - WiFI samples](samples/Wifi)
215222
* [🌶️🌶️ - Wifi Soft AP sample](samples/WiFiAP)
223+
* [🌶️🌶️🌶️ - Improv Wifi provisioning](samples/Bluetooth/ImprovWifi)
216224

217225
</devices>
218226

README.zh-cn.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,14 @@
7474
* [🌶️ - Bluetooth Low Energy Serial profile sample](samples/Bluetooth/BluetoothLESerial)
7575
* [🌶️ - Bluetooth Low energy: adding, replacing services to the main service](samples/Bluetooth/BluetoothLESample3)
7676
* [🌶️ to 🌶️🌶️🌶️ - Bluetooth sample pack](samples/Bluetooth)
77+
* [🌶️🌶️ - Demonstrates how to use the watcher filter classes](samples/Bluetooth/WatcherFilters)
78+
* [🌶️🌶️ - Bluetooth Low energy: Broadcast current values in a Bluetooth advertisement](samples/Bluetooth/BroadcastValues)
79+
* [🌶️🌶️ - Bluetooth Low energy: Environmental Sensor data collection](samples/Bluetooth/Central2)
7780
* [🌶️🌶️ - Bluetooth Low energy: read static and dynamic values, notification, read/write value](samples/Bluetooth/BluetoothLESample1)
7881
* [🌶️🌶️ - Bluetooth Low energy: read/write with encryption a value](samples/Bluetooth/BluetoothLESample2)
82+
* [🌶️🌶️ - Bluetooth Low energy: Watch for Bluetooth Advertisements](samples/Bluetooth/Central1)
83+
* [🌶️🌶️🌶️ - Create an IBeacon](samples/Bluetooth/BluetoothBeacon)
84+
* [🌶️🌶️🌶️ - Bluetooth Low energy: Demonstrates pairing and authentication in Client program](samples/Bluetooth/Central3)
7985
* [🌶️🌶️🌶️ - Improv Wifi provisioning](samples/Bluetooth/ImprovWifi)
8086

8187
### CAN
@@ -95,6 +101,7 @@
95101
* [🌶️🌶️ - Simple sample **with** Azure lib and retry pattern for connection](samples/AzureSDK/AzureSDKBasic)
96102
* [🌶️🌶️ - Ultrasonic HC-SR04 sensor with RMT](samples/Hardware.Esp32.Rmt/Ultrasonic)
97103
* [🌶️🌶️ - Using a Modem like SIM7080, simple sample **with** Azure lib and retry pattern for connection](samples/AzureSDK/AzureSDKBasicFullyManaged)
104+
* [🌶️🌶️🌶️ - Create an IBeacon](samples/Bluetooth/BluetoothBeacon)
98105
* [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **with** Azure lib and deep sleep](samples/AzureSDK/AzureSDKSleepBMP280)
99106
* [🌶️🌶️🌶️ - Complete Azure MQTT sample using BMP280 sensor **without Azure lib** and with deep sleep](samples/AzureMQTTTwinsBMP280Sleep)
100107
* [🌶️🌶️🌶️ - Improv Wifi provisioning](samples/Bluetooth/ImprovWifi)
@@ -112,11 +119,11 @@
112119

113120
* [🌶️🌶️ - Graphics Primitives](samples/Graphics/Primitives)
114121
* [🌶️🌶️ - Screen samples](samples/Graphics/Screens)
122+
* [🌶️🌶️ - Using an existing generic graphic driver](samples/Graphics/UsingGenericDriver)
115123
* [🌶️🌶️ -Simple WPF](samples/Graphics/SimpleWpf)
116124
* [🌶️🌶️ to 🌶️🌶️🌶️ -Graphics samples](samples/Graphics)
117125
* [🌶️🌶️🌶️ - Creating your own generic graphic driver](samples/Graphics/GenericDriver)
118126
* [🌶️🌶️🌶️ - Tetris Demo Game for nanoFramework](samples/Graphics/Tetris)
119-
* [🌶️🌶️🌶️ - Using an existing generic graphic driver](samples/Graphics/UsingGenericDriver)
120127

121128
### IoT.Device
122129

@@ -173,7 +180,7 @@
173180
### Texas Instrument specific
174181

175182
* [🌶️ - Texas Instruments EasyLink sample pack](samples/TI.EasyLink)
176-
* [🌶️ - TI utilities](samples/Hardware.TI/TI.Utilities)
183+
* [🌶️ - TI utilities read IEEE address](samples/Hardware.TI/TI.Utilities)
177184
* [🌶️ to 🌶️🌶️ - Hardware TI SimpleLink sample pack](samples/Hardware.TI)
178185
* [🌶️🌶️ - TI Power Mode](samples/Hardware.TI/TI.PowerMode)
179186

@@ -211,6 +218,7 @@
211218

212219
* [🌶️ - WiFI 示例](samples/Wifi/README.zh-cn.md)
213220
* [🌶️🌶️ - Wifi Soft AP sample](samples/WiFiAP)
221+
* [🌶️🌶️🌶️ - Improv Wifi provisioning](samples/Bluetooth/ImprovWifi)
214222

215223
</devices>
216224

0 commit comments

Comments
 (0)