Skip to content

Commit ed16991

Browse files
committed
Merge branch 'master' of https://github.com/vvvv/The-Gray-Book
# Conflicts: # reference/libraries/physicalcomputing.md
2 parents fcfe819 + bc5e2ae commit ed16991

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
+18-18
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Physical Computing
2-
3-
For tasks like controlling motors or reading sensors, use a microcontroller.
4-
5-
## Microcontrollers
6-
7-
### Arduino/Firmata
8-
Nodes for communicating with Arduinos (or other microcontrollers) running the [Firmata Protocol](https://github.com/firmata/protocol) are shipping with vvvv. Reference the VL.IO.Firmata package via the Node Browser and see its helppatches in the Help Browser. For an introduction watch the vvvvTv episode: [Servos & Sensors with Arduino](https://youtube.com/live/uvLNZsStve8?feature=share).
9-
10-
### Phidgets
11-
For using [Phidgets](https://www.phidgets.com): Products for USB Sensing and Control
12-
NuGet: [VL.Devices.Phidgets](https://www.nuget.org/packages/VL.Devices.Phidgets)
13-
14-
### nanoFramework
15-
Want to use plain C# to write code for your microcontrollers? Try the [nanoFramework](https://www.nanoframework.net) which allows you to write C# with a reduced set of .NET libraries that run on hardware like ESPs and more.
16-
17-
### Meadow
18-
Want to use full C#/.NET on a microcontroller? Try [Meadow](https://www.wildernesslabs.co/developers).
1+
# Physical Computing
2+
3+
For tasks like controlling motors or reading sensors, use a microcontroller.
4+
5+
## Microcontrollers
6+
7+
### Arduino/Firmata
8+
Nodes for communicating with Arduinos (or other microcontrollers) running the [Firmata Protocol](https://github.com/firmata/protocol) are shipping with vvvv. Reference the VL.IO.Firmata package via the Node Browser and see its helppatches in the Help Browser. For an introduction, watch the vvvvTv episode: [Servos & Sensors with Arduino](https://youtube.com/live/uvLNZsStve8?feature=share).
9+
10+
### Phidgets
11+
For using [Phidgets](https://www.phidgets.com): Products for USB Sensing and Control
12+
NuGet: [VL.Devices.Phidgets](https://www.nuget.org/packages/VL.Devices.Phidgets)
13+
14+
### nanoFramework
15+
Want to use plain C# to write code for your microcontrollers? Try the [nanoFramework](https://www.nanoframework.net) which allows you to write C# with a reduced set of .NET libraries that run on hardware like ESPs and more.
16+
17+
### Meadow
18+
Want to use full C#/.NET on a microcontroller? Try [Meadow](https://www.wildernesslabs.co/developers).

0 commit comments

Comments
 (0)