Examples ======== All tinkerforge connections require a brick daemon connection. This ip connection can either be a brick daemon running on a computer or a one the `Master Extensions `_ available: `Ethernet Master Extension `_, `WIFI Master Extension `_, or `WIFI Master Extension 2.0 `_. Below is a vers simple example, that reads a value from a `Temperature Bricklet 2.0 `_. In this case, the user needs to provide the ip and the unique id of the bricklet. If you are using the `Brick Viewer `_ software or the original Tinkerforge API, the uids are Base58 encoded and need to be decoded first. Basic Example ------------- .. literalinclude:: ../../examples/simple.py :language: python More Examples ------------- More examples, that also use the autodiscovery capability of the ip connection can be found in the `examples folder `_.