Skip to content

Commit

Permalink
Improving README (nanoframework#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellerbach authored Nov 17, 2023
1 parent 9ae113f commit 4b17546
Show file tree
Hide file tree
Showing 94 changed files with 374 additions and 82 deletions.
4 changes: 3 additions & 1 deletion samples/1-Wire/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/ADC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Any hardware device running a nanoFramework image.

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -32,5 +32,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/AMQP/Azure-IoT-Hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ After setting up the access to you IoT Hub, navigate to the device, enter the de

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -43,5 +43,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/AMQP/Azure-ServiceBus-Sender/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ After setting up the access to you IoT Hub, navigate to the device, enter the de

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -43,5 +43,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

>> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/AMQP/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ After setting up the access to you IoT Hub, navigate to the device, enter the de

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -43,5 +43,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
9 changes: 7 additions & 2 deletions samples/AzureMQTTTwinsBMP280Sleep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ This code has been tested with ESP32 boards. Note that there is a specific secti

The sample uses wifi, this part can be as well replaced with an ethernet connection. It will work the exact same way.

> **Important**: In this sample, if the connection or something is not setup properly you won't be able to debug properly. Please make sure you are using another sample to understand how Azure Client with a sample and deep sleep is working before using this one.
> [!Important]
>
> In this sample, if the connection or something is not setup properly you won't be able to debug properly. Please make sure you are using another sample to understand how Azure Client with a sample and deep sleep is working before using this one.
### Reference

Expand All @@ -23,7 +25,7 @@ The sample uses wifi, this part can be as well replaced with an ethernet connect
## Build the sample

1. Simply adjust the device IoT Hub elements and your network.
1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -41,5 +43,8 @@ The next steps depend on whether you just want to deploy the sample or you want

**Important**: You can debug this sample only for one cycle as the device will very quickly go to sleep. If you want to debug, comment the part where it goes to sleep and replace with and infinite thread sleep timeout or a loop to once of the previous part of the code.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
12 changes: 10 additions & 2 deletions samples/AzureSDK/AzureSDKBasic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ This code has been tested with ESP32 boards. This can be replaced by any other b

The sample uses wifi, this part can be as well replaced with an ethernet connection. It will work the exact same way.

> **Important**: In this sample, if the connection or something is not setup properly you won't be able to debug properly. Please make sure you are using another sample to understand how Azure Client with a sample and deep sleep is working before using this one.
> [!Important]
>
> In this sample, if the connection or something is not setup properly you won't be able to debug properly. Please make sure you are using another sample to understand how Azure Client with a sample and deep sleep is working before using this one.
### Reference

Expand All @@ -34,4 +36,10 @@ The sample uses wifi, this part can be as well replaced with an ethernet connect

## Run the sample

**Important**: You can debug this sample only for one cycle as the device will very quickly go to sleep. If you want to debug, comment the part where it goes to sleep and replace with and infinite thread sleep timeout or a loop to once of the previous part of the code.
> [!Important]
>
> You can debug this sample only for one cycle as the device will very quickly go to sleep. If you want to debug, comment the part where it goes to sleep and replace with and infinite thread sleep timeout or a loop to once of the previous part of the code.
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
12 changes: 10 additions & 2 deletions samples/AzureSDK/AzureSDKSleepBMP280/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ This code has been tested with ESP32 boards. This can be replaced by any other b

The sample uses wifi, this part can be as well replaced with an ethernet connection. It will work the exact same way.

> **Important**: In this sample, if the connection or something is not setup properly you won't be able to debug properly. Please make sure you are using another sample to understand how Azure Client with a sample and deep sleep is working before using this one.
> [!Important]
>
> In this sample, if the connection or something is not setup properly you won't be able to debug properly. Please make sure you are using another sample to understand how Azure Client with a sample and deep sleep is working before using this one.
### Reference

Expand All @@ -29,4 +31,10 @@ The sample uses wifi, this part can be as well replaced with an ethernet connect

## Run the sample

**Important**: You can debug this sample only for one cycle as the device will very quickly go to sleep. If you want to debug, comment the part where it goes to sleep and replace with and infinite thread sleep timeout or a loop to once of the previous part of the code.
> [!Important]
>
> You can debug this sample only for one cycle as the device will very quickly go to sleep. If you want to debug, comment the part where it goes to sleep and replace with and infinite thread sleep timeout or a loop to once of the previous part of the code.
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/AzureSDK/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ These samples are using [Azure IoT Hub SDK](https://github.com/nanoframework/nan

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -27,5 +27,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/Blinky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Some boards like most of the ESP32 dev kits and most of the STM32 boards have an

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -34,5 +34,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/Bluetooth/BluetoothLESerial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Currently there are 2 firmware images that support Bluetooth:-

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -46,5 +46,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
3 changes: 3 additions & 0 deletions samples/Bluetooth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/CAN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The code sample is demonstrative of the use of the CAN API.

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -36,5 +36,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/Collections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This sample is coded to use the STM32F769IDiscovery target board, but can be eas

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -33,5 +33,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/Converter.Base64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Any hardware device running a nanoFramework image.

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -33,5 +33,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/DAC/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Any hardware device running a nanoFramework image built with DAC support enabled

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -68,5 +68,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/DebugGC.Test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Any hardware device running a nanoFramework image.

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -38,5 +38,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
3 changes: 3 additions & 0 deletions samples/DependencyInjection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
5 changes: 4 additions & 1 deletion samples/ExecutionConstraint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Any hardware device running a nanoFramework image.

## Build the sample

1. Start Microsoft Visual Studio 2019 (VS 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Start Microsoft Visual Studio 2022 or Visual Studio 2019 (Visual Studio 2017 should be OK too) and select `File > Open > Project/Solution`.
1. Starting in the folder where you unzipped the samples/cloned the repository, go to the subfolder for this specific sample. Double-click the Visual Studio Solution (.sln) file.
1. Press `Ctrl+Shift+B`, or select `Build > Build Solution`.

Expand All @@ -34,5 +34,8 @@ The next steps depend on whether you just want to deploy the sample or you want

- To debug the sample and then run it, press F5 or select `Debug > Start Debugging`.

> [!NOTE]
>
> **Important**: Before deploying or running the sample, please make sure your device is visible in the Device Explorer.
>
> **Tip**: To display the Device Explorer, go to Visual Studio menus: `View > Other Windows > Device Explorer`.
Loading

0 comments on commit 4b17546

Please sign in to comment.