Jump to content
View in the app

A better way to browse. Learn more.

Tinkerunity

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Geschrieben

Hi there,

I'm interested in getting started in using Tinkerforge.

What's a good simple system to start with and to be programmed in C++?

Any advice?

Thanks,

Erik

Geschrieben

Do you have any idea for a project or specific interest?

 

Something easy to start with is always the weather stations. You can start with calling getters to get the measurements from the sensors and print then to the console. From there you can go anywhere (store data in a database, draw graphs, etc).

Geschrieben
  • Autor

thanks borg,

I would like to start with a very simple application programmed in C++ and using the Tinkerforge Hardware and Software.

What are the requirements in terms of Hardware and Software?

 

Geschrieben

In terms of software you need to download the Brick Daemon, Brick Viewer and C API Bindings. You can get all of them here: https://www.tinkerforge.com/en/doc/Downloads.html

 

To get started with the C Bindings you can take a look here: https://www.tinkerforge.com/en/doc/Software/API_Bindings_C.html

 

In terms of hardware it obviously depends what you want to do. The absolute minimum that does something useful and is easy to understand would probably be a Master Brick together with a Temperature Bricklet 2.0.

 

Hardware wise you need:

 

* Mini USB cable

* Master Brick

* Bricklet cable (7p-10p)

* Temperature Bricklet 2.0

 

Master Brick: https://www.tinkerforge.com/en/shop/bricks/master-brick.html

Temperature Bricklet 2.0: https://www.tinkerforge.com/en/shop/bricklets/sensors/temperature-v2-bricklet.html

 

You can pick the suitable cables as options in the shop.

 

To get started, you connect the Bricklet to the Brick with the Bricklet cable and the Brick to your PC with the USB cable. Now you can view the temperature in Brick Viewer and use the C Bindings to read out the temperature in C++.

Geschrieben
  • Autor

Thanks borg,

I'll have a look at these items.

If we would like to integrate also a Wi-fi module on this system, what would be the extra requirements?

Kind regards,

Geschrieben
  • Autor

Hi borg,

 

thanks for the feedback.

I got the parts and connected them together.

 

In the Brick viewer I can see the live Temperature evolution over the time.

 

I'm new to C++, how can I use the binding functions that you mentioned?

Do I have to use the Makefile?

I can compile the code but there's an error when I try to link (build) it.

 

thanks in advance,

Erik

Geschrieben
  • Autor

OS: Windows 7 - 64 bit

IDE: Geany 1.34.1 (compiler GCC version 7.3.0)

Geschrieben
  • Autor

thanks borg,

 

I followed the instructions that you suggested and it's working now.

I've created a project folder with the files below:

1) example_project/

-> ip_connection.cpp

-> ip_connection.h

-> brick_master.cpp

-> brick_master.h

-> bricklet_temperature_v2.cpp

-> bricklet_temperature_v2.h

-> example_callback.cpp

 

2) update #define UID with the UIDs from the brick and the bricklet.

 

3) from cmd:

gcc -o example.exe *.cpp -lws2_32 -ladvapi32

 

Any ideas on the next steps?

 

kind regards,

Erik

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Gast
Reply to this topic...

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.