<?xml version="1.0"?>
<rss version="2.0"><channel><title>Project introductions and project ideas Latest Topics</title><link>https://www.tinkerunity.org/forum/8-project-introductions-and-project-ideas/</link><description>Project introductions and project ideas Latest Topics</description><language>en</language><item><title>Weather and Sensor Station Public Observatory</title><link>https://www.tinkerunity.org/topic/5154-weather-and-sensor-station-public-observatory/</link><description><![CDATA[<p>
	Hi All,
</p>

<p>
	For our Public Astronomical Observatory we created a TinkerForge setup.
</p>

<p>
	WeatherStation;
</p>

<p>
	- Masterbrick
</p>

<p>
	- Ethernet Master extension
</p>

<p>
	- Outdoor weather bricklet ( Outdoor Weather station &amp; Temp/Sensor TH-6148 in the telescope Dome to check humidity and check dew point.)
</p>

<p>
	- Temperature bricklet &amp; Humidity bricklet (Indoor measurement control-room)
</p>

<p>
	 
</p>

<p>
	SensorStation;
</p>

<p>
	- Masterbrick
</p>

<p>
	- Ethernet Master extension
</p>

<p>
	- Ambient light Sensor &amp; UV Sensor under protecting dome to measure outside light and UV radiation
</p>

<p>
	- Will be extended with Barometer bricklet and 4-digit LED
</p>

<p>
	 
</p>

<p>
	We have an small Centos based Server (Mini-PC; Intel Celeron, dual-core, 8GB mem, SSD) running the required processes;
</p>

<p>
	- Java programs for WeatherStation and SensorStation which stores the data in standard txt-files.
</p>

<p>
	- We use node-red to "tail"  the txt-files and store the data in an InfluxDB Database.
</p>

<p>
	- Grafana Server is then used to expose the data via http.
</p>

<p>
	We have a wall mounted TV and Raspberry PI which is running in kiosk mode and connects to the Grafana Server to show the data in some interesting graphs to the public.
</p>

<p>
	 
</p>

<p>
	The purpose of the setup is not just to show the weather and sensor data, but also to show the public how technology is used to gather data, use programming to do something interesting stuff with the data. Learn programming, learn technology, etc.
</p>

<p>
	 
</p>

<p>
	What other interesting things could we do or show with the Tikerforge components? Any nice ideas?
</p>

<p>
	Needs to be interesting, needs to help people to get interested in technology, IT, programming, science and physics?
</p>

<p>
	<a href="https://sterrenwachthellendoorn.nl/staging/nieuw-weerstation/" rel="external nofollow">Some explanation of what we setup. We still need to add some better pictures of the TinkerForge setup.</a>
</p>

<p>
	 
</p>

<p>
	 
</p>
<p><a href="https://www.tinkerunity.org/uploads/monthly_2020_02/Outside_weather_station.png.e6998cac5f06be249a44935aadcb55dc.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="1880" src="https://www.tinkerunity.org/uploads/monthly_2020_02/Outside_weather_station.thumb.png.266ec223ed70a4119028e44783bb7702.png" width="565" class="ipsImage ipsImage_thumbnailed" alt="Outside_weather_station.png" loading="lazy" height="745.8"></a></p>
<p><a href="https://www.tinkerunity.org/uploads/monthly_2020_02/TinkerForge.png.b68055ea62f36bce65cd009201f4563e.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="1881" src="https://www.tinkerunity.org/uploads/monthly_2020_02/TinkerForge.thumb.png.c0a0050eeb14c9421fbef3f69dc40a54.png" width="1000" class="ipsImage ipsImage_thumbnailed" alt="TinkerForge.png" loading="lazy" height="560"></a></p>
<p><a href="https://www.tinkerunity.org/uploads/monthly_2020_02/Complet_setup.png.e98cabb210889cccbcf47d2db4eae365.png" class="ipsAttachLink ipsAttachLink_image"><img data-fileid="1882" src="https://www.tinkerunity.org/uploads/monthly_2020_02/Complet_setup.thumb.png.5adf1de27e9cbc6c552e4ae406c58e8b.png" width="1000" class="ipsImage ipsImage_thumbnailed" alt="Complet_setup.png" loading="lazy" height="750"></a></p>]]></description><guid isPermaLink="false">5154</guid><pubDate>Sat, 01 Feb 2020 19:58:29 +0000</pubDate></item><item><title>integration of TinkerForge into HomeAssistant - Architecture questions...</title><link>https://www.tinkerunity.org/topic/9176-integration-of-tinkerforge-into-homeassistant-architecture-questions/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	in the past (a few years ago), I've tried to create some smaller project with Tinkerforge - but honestly speaking, I never really finished them.<br />
	I tried to wirte some software in C# - but in the end, it did work - but never as stable as it was required for the use case - so I quit the projects and realized them with other components and hardware.<br /><br />
	Since then, my hardware was just laying around and collected dust...<br /><br />
	Now, I've decided to start again - but with a different approach...<br /><br />
	I am using HomeAssistant for getting information about our solar-production and energy usage - have my ev charging-station implemented and some other "smarthome" components... so now, I am thinking to create another project with my current tinkerforge hardware and integrate this into homeassistant, too.<br /><br />
	I already learned that there are some MQTT Bindings available - And, I could use MQTT in HomeAssistant...<br />
	But, there are some questions left about the best "approach"...<br /><br />
	Now, I am struggling a bit with the decission, how to realize this project...
</p>

<p>
	for now, I have created a debian 11 lxc container in Proxmox - running brickd...<br />
	A first python script, connecting to one of my bricks and barometer bricklet over tcp-ip (wifi 2.0 extension) seems to work so far.<br /><br />
	I have also installed the MQTT Bindings so far:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">&gt; systemctl --type=service
  UNIT                                 LOAD   ACTIVE SUB     DESCRIPTION
  brickd.service                       loaded active running Brick Daemon
  tinkerforge_mqtt.service             loaded active running Tinkerforge MQTT API Bindings</span></pre>

<p>
	Now I am struggling a bit...<br />
	Honesty speaking, I don't really see the correct approach right now...<br /><br />
	As far as I could get, the MQTT Bindings are based on the Python bindings.<br />
	The tinkerforge_mqtt which comes with the bindings is "just" a python script, which does - more or less collect data from the bricklets - and send it to an mqtt broker.<br />
	Also, it listens to topics from the broker and send this to the brick / Bricklets...<br /><br />
	Correct so far?<br />
	In this case, it is pretty much what I had first in mind - I need to write a python script that reads the data - and send it to the Broker...<br /><br />
	So... how can I use the MQTT Bindings now?<br />
	I have found the following under /etc
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">tinkerforge_mqtt.cmdline</span></pre>

<p>
	sorry - if this may sound dumb... but honestly speaking the last time I had the Tinkerforge stuff in my hands was somewhere in 2016...
</p>
]]></description><guid isPermaLink="false">9176</guid><pubDate>Mon, 07 Nov 2022 14:58:42 +0000</pubDate></item><item><title>Problem! how could the Bricks know that Labview collapsed and take action to switch the bricklets off?</title><link>https://www.tinkerunity.org/topic/7020-problem-how-could-the-bricks-know-that-labview-collapsed-and-take-action-to-switch-the-bricklets-off/</link><description><![CDATA[<p>
	Hello , 
</p>

<p>
	i'm trying to run "Heating system Project" using Tinkerforge system (using <strong>Master Bricks3.0</strong> , <strong>Solid State Relay Bricklet</strong> connencted to the heaters with <strong>SS-RELAY</strong>) programmed throw Labview.
</p>

<p>
	The LabView Programming and simulation working perfect! the Problem is if the System is running  and heater are ON and Labview collapsed the Heater keep the Signal On as it was the last signal came from  Labview and the only way to get it off again is to run the labview then bring system to safe state or throw Brick viewer application. 
</p>

<p>
	Now as i want to run the system stable and safe want to find a way that makes the Master Bricks not to send/keep any Signals as soon as Labview collapsed or any other propability could happen. 
</p>

<p>
	IHow could i solve this issue? is there anything that i could do with Labview or Hardware solution from Tinkerforge could help this issue.
</p>

<p>
	 
</p>

<p>
	Thanks  
</p>

<p>
	Ahmed
</p>
]]></description><guid isPermaLink="false">7020</guid><pubDate>Fri, 15 Oct 2021 10:10:48 +0000</pubDate></item><item><title>Track linear position (1 axis) wireless</title><link>https://www.tinkerunity.org/topic/5745-track-linear-position-1-axis-wireless/</link><description><![CDATA[<p>
	Hi Guys,
</p>

<p>
	I have a project where I need to detect the linear movement in 1 axis of a cylindrical tool 15cm (length) and 8mm diameter moving inside a pipe that is 15 mm dia. How do I detect the linear position movement of the cylindrical tool inside the pipe ? (preferably wireless if possible).
</p>

<p>
	What sensors would you guys recommend in this case? 
</p>

<p>
	Thanks. 
</p>]]></description><guid isPermaLink="false">5745</guid><pubDate>Thu, 15 Oct 2020 09:43:41 +0000</pubDate></item><item><title>Lib file for linking library functions</title><link>https://www.tinkerunity.org/topic/5743-lib-file-for-linking-library-functions/</link><description><![CDATA[<p>
	I am using the IMU 2.0 in visual c++. When I run the example code "example_simple.c" in visual studio, it says I am missing the link tot he library functions. I was not able to find any lib file in the source directory.
</p>

<p>
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted">
<span class="pln">1&gt;main.obj : error LNK2019: unresolved external symbol _ipcon_create referenced in function _main
1&gt;main.obj : error LNK2019: unresolved external symbol _ipcon_destroy referenced in function _main
1&gt;main.obj : error LNK2019: unresolved external symbol _ipcon_connect referenced in function _main
1&gt;main.obj : error LNK2019: unresolved external symbol _imu_v2_create referenced in function _main
1&gt;main.obj : error LNK2019: unresolved external symbol _imu_v2_destroy referenced in function _main
1&gt;main.obj : error LNK2019: unresolved external symbol _imu_v2_get_quaternion referenced in function _main</span></pre>

<p>
	 
</p>

<p>
	Thanks for the help.
</p>]]></description><guid isPermaLink="false">5743</guid><pubDate>Wed, 14 Oct 2020 10:32:41 +0000</pubDate></item><item><title>IMU Brick 2.0 + RS485 Master Extension</title><link>https://www.tinkerunity.org/topic/5669-imu-brick-20-rs485-master-extension/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	I was wondering how the 2 components work together exactly. Can i directly mount the RS485 master extension on the IMU Brick using the stack connector and then use the RS485 to get the output signals? Or do i need another Master brick in between? Requirement is to send the IMU Gyroscope signals/values over a distance of more than 10 meters atleast and could go upto 20 meters.
</p>

<p>
	Any help is appreciated.
</p>

<p>
	IMU Brick: https://www.tinkerforge.com/en/doc/Hardware/Bricks/IMU_V2_Brick.html
</p>

<p>
	RS485 Master Extension: https://www.tinkerforge.com/en/doc/Hardware/Master_Extensions/RS485_Extension.html#rs485-extension
</p>

<p>
	Thanks,
</p>

<p>
	Siddhant
</p>]]></description><guid isPermaLink="false">5669</guid><pubDate>Wed, 23 Sep 2020 08:16:51 +0000</pubDate></item><item><title>IMU brick 2</title><link>https://www.tinkerunity.org/topic/5560-imu-brick-2/</link><description><![CDATA[<p>
	I wonder if the IMU brick 2 can be used as a slope indicator for grade control. How accurate is it ?
</p>]]></description><guid isPermaLink="false">5560</guid><pubDate>Thu, 13 Aug 2020 12:45:49 +0000</pubDate></item><item><title>Smart Starter Board/Brick</title><link>https://www.tinkerunity.org/topic/4933-smart-starter-boardbrick/</link><description><![CDATA[<p>Hi, i just saw the micro bit roboters and i am asking if tinkerforge could also support robotics.</p><p> </p><p>
My idea would be a usable, smart, autonomic board same like the microbit which can be stacked and connect to other and has bricks. Containing with e.g.</p><p>
* giroscope</p><p>
* temperature</p><p>
* light</p><p>
* wifi/bluetooth/something wireless</p><p>
* 2x servo PWM,</p><p>
* rgb led</p><p>
* 2x Led or dual button</p><p>
* Button</p><p>
* 2x Bricklet connector</p><p>
* Power source connector</p><p>
* GPIO/Breakout/InputOutput</p><p>
* infrared</p><p>
* and other small sensors if possible</p><p> </p><p>
Compared to the microbit (<a href="https://eckstein-shop.de/DFRobot-micro-Maqueen-micro-bit-Robot-Platform" rel="external nofollow">https://eckstein-shop.de/DFRobot-micro-Maqueen-micro-bit-Robot-Platform</a>) they have many small electronics on a single board like the IMU brick. But when i want to build a robot with Tinkerforge, than i need a big stack like servo, master, Wifi, power supply. And i don't even have a good case for the driving part. I would love to have a kind of a Starter Brick.</p>]]></description><guid isPermaLink="false">4933</guid><pubDate>Wed, 02 Oct 2019 21:00:03 +0000</pubDate></item><item><title>Magnetometer Bricklet ?</title><link>https://www.tinkerunity.org/topic/4790-magnetometer-bricklet/</link><description><![CDATA[<p>Hello everyone,</p><p> </p><p>
For my personnal project I use an IMU 2.0. But I face some magnetic disturbance because it is located near motors and battery (it needs to be in a specific place).</p><p> </p><p>
I am thinking about getting a simple compass to add in an isolated (from strong magnetic fields) place, and wonder :</p><p>
The same way it exists an Accelerometer Bricklet, does TinkerForge have ever think about creating a Magnetometer Bricklet ? is it in project ?  <img alt="???" src="https://www.tinkerunity.org/uploads/emoticons/huh.gif.d81a80a68a1c20d0024fe3e7feda2286.gif" loading="lazy"></p><p> </p><p>
Thanks in advance !</p>]]></description><guid isPermaLink="false">4790</guid><pubDate>Fri, 28 Jun 2019 12:30:34 +0000</pubDate></item><item><title>Domoticz Plugin Indoor Air Quality Monitor</title><link>https://www.tinkerunity.org/topic/4763-domoticz-plugin-indoor-air-quality-monitor/</link><description><![CDATA[<p>To share a plugin for the Domoticz Home Automation System.</p><p> </p><p>
Measure, from an Indoor Air Quality Station (using TinkerForge Building Blocks), the Air Quality Index &amp; Accuracy, Air Pressure, Humidity, Temperature, Illuminance and display the values in Domoticz Home Automation System. </p><p> </p><p>
Read more <a href="https://github.com/rwbl/domoticz-plugin-indoor-air-quality-monitor." rel="external nofollow">https://github.com/rwbl/domoticz-plugin-indoor-air-quality-monitor.</a></p><p> </p><p>
<em>Notes</em></p><p>
For learning purposes on how to build a Domoticz Plugin interacting with Tinkerforge Building Blocks, created a simple Traffic Light plugin (<a href="https://github.com/rwbl/domoticz-plugin-traffic-light" rel="external nofollow">https://github.com/rwbl/domoticz-plugin-traffic-light</a>)</p><p> </p><p>
Also described in my Domoticz Home Automation Workbook (<a href="https://github.com/rwbl/domoticz-homeautomation-workbook" rel="external nofollow">https://github.com/rwbl/domoticz-homeautomation-workbook</a>) [in progress].</p><p> </p><p> </p><p> </p>]]></description><guid isPermaLink="false">4763</guid><pubDate>Tue, 11 Jun 2019 08:09:44 +0000</pubDate></item><item><title>Domoticz Plugin Tinkerforge Soil Moisture</title><link>https://www.tinkerunity.org/topic/4572-domoticz-plugin-tinkerforge-soil-moisture/</link><description><![CDATA[<p>To share my first plugin for the Domoticz Home Automation System: </p><p> </p><p>
Measure the soil moisture of a plant, display the value in Domoticz Home Automation System, in a TinkerForge Segment Display 4x7 and TinkerForge RGB LED indicator. </p><p> </p><p>
Read more <a href="https://github.com/rwbl/domoticz-plugin-soil-moisture-monitor" rel="external nofollow">https://github.com/rwbl/domoticz-plugin-soil-moisture-monitor</a>.</p>]]></description><guid isPermaLink="false">4572</guid><pubDate>Wed, 06 Feb 2019 14:03:31 +0000</pubDate></item><item><title>IMU Brick 2.0 get position </title><link>https://www.tinkerunity.org/topic/4316-imu-brick-20-get-position/</link><description><![CDATA[<p>Hello everybody, </p><p> </p><p>
I'm trying to implement a code (Python) to get position x y z from IMU Brick 2.0 accelerometer, in live mode. </p><p>
In the first step, I implemented the rotate accelerometer by quaternion to remove the gravity and rotation of my sensor. </p><p>
After i integrate directly to have velocity and position : </p><p>
example : </p><p>
Vx(k) = Vx(k-1)+Ax(k)*dt </p><p>
X(k) = X(k-1) + Vx(k)*dt  </p><p> </p><p>
Nevertheless, into my accel. data I have an offset. </p><p> </p><p>
Somebody would have already implemented this type of code to remove the offset (drift) ? to get the position </p><p> </p><p>
I don't know if i must a kalman filter or other.... </p><p> </p><p>
Thank you </p>]]></description><guid isPermaLink="false">4316</guid><pubDate>Wed, 29 Aug 2018 09:36:36 +0000</pubDate></item><item><title>1-Wire and DS18B20 Bricklet Project</title><link>https://www.tinkerunity.org/topic/3972-1-wire-and-ds18b20-bricklet-project/</link><description><![CDATA[<p>Hi all, I thought I would introduce a new project I'm working on— a Bricklet based off the Maxim DS2482 I<sup>2</sup>C to 1-wire Bridge. The goal is to use it to read a bunch of DS18B20 temperature sensors, but it should technically work with any 1-Wire device.</p><p> </p><p>
<img alt="eKYDlaf.jpg" src="http://i.imgur.com/eKYDlaf.jpg" loading="lazy"></p><p> </p><p>
I will continue to update progress and provide a Github repo for schematics and firmware soon. Let me know if you have any questions or can provide any help/ideas/advice. Thanks!</p>]]></description><guid isPermaLink="false">3972</guid><pubDate>Sat, 26 Aug 2017 18:09:42 +0000</pubDate></item><item><title>Thermal imaging bricklet with Matlab image acquisition toolbox</title><link>https://www.tinkerunity.org/topic/4253-thermal-imaging-bricklet-with-matlab-image-acquisition-toolbox/</link><description><![CDATA[<p>Hi everyone,</p><p> </p><p>
I am trying to connect the tinkerforge thermal imaging bricklet with Matlab's image acquisition toolbox. I was able to run the Matlab example codes and capture thermal image/video, but I want to connect it to the image acquisition toolbox to use some of the advanced features that Matlab can offer. Has anyone tried this before, or could anyone suggest a possible solution?</p><p>
Any help is appreciated. Thanks in advance <img alt=":)" src="https://www.tinkerunity.org/uploads/emoticons/smiley.gif.19e335c6e14ff727421bf6fd655fe539.gif" loading="lazy"></p>]]></description><guid isPermaLink="false">4253</guid><pubDate>Mon, 25 Jun 2018 20:40:32 +0000</pubDate></item><item><title>How to mount platform on stepper motor</title><link>https://www.tinkerunity.org/topic/3165-how-to-mount-platform-on-stepper-motor/</link><description><![CDATA[<p>Let me start by saying that I have very little mechanical experience.  I stumbled on Tinkerforge and also Makerbeam, and the pre-fab stuff has caught my interest.  However, I have no tools, and no room for new tools to machine anything at the moment, but I still want to start.</p><p> </p><p>
My goal: basically to mount a small "sensor platform" with a couple of bricklets on top of a stepper motor, where the motor shaft is pointed up.  Any suggestions for how to do this with readily available components where I would not have to drill or otherwise machine something?</p><p> </p><p>
I have found a 5mm to M3 mounting hub <a href="https://www.pololu.com/product/1998" rel="external nofollow">https://www.pololu.com/product/1998</a>, but the M3 holes have odd spacing, so that I would not be able to secure a Makerbeam mounting bracket with more than one screw.  I have looked through other options, but so far nothing has seemed a good match.</p><p> </p><p>
Anyway, thanks for any advice.</p><p> </p><p>
--Mark</p><p> </p>]]></description><guid isPermaLink="false">3165</guid><pubDate>Fri, 16 Oct 2015 15:15:37 +0000</pubDate></item><item><title>Solution communicating via virtual COM</title><link>https://www.tinkerunity.org/topic/3995-solution-communicating-via-virtual-com/</link><description><![CDATA[<p>Hello, </p><p>
working now on solution (see attached diagram) where I need to modify firmware of Silent Stepper Brick a little bit, for reading Digital Indicator values.</p><p>
Also Master Brick should be connected to USB port on PC, but appear as virtual COM (RS232), to be able to send and recive simply commands and aswers this way, instead of using API and TCP/IP connection. How to do this?</p><p> </p><p>
Also need some simply communication with custom Bricklet via I2C.</p><p> </p><p>
Should I use Debug Brick to modify the firmware? Can I use Atmel Studio with AVR Dragon programator for this?</p><p> </p><p>
Best regards</p><p>
Tomáš</p><p>
</p><p><a href="https://www.tinkerunity.org/applications/core/interface/file/attachment.php?id=1492" data-fileid="1492" data-fileext="pdf" rel="">Motor_control_diagram.pdf</a></p>]]></description><guid isPermaLink="false">3995</guid><pubDate>Thu, 05 Oct 2017 06:07:33 +0000</pubDate></item><item><title>More Pong.. with OLED displays, joysticks and piezo speakers</title><link>https://www.tinkerunity.org/topic/3316-more-pong-with-oled-displays-joysticks-and-piezo-speakers/</link><description><![CDATA[<p>Hi TF fans,</p><p> </p><p>
Just sharing my latest little project. The venerable Pong video game, "TF" style, using the latest OLED displays.</p><p> </p><p>
The main display is really tiny for this kind of application, but it's fun to play nevertheless.  <img alt=":D" src="https://www.tinkerunity.org/uploads/emoticons/cheesy.gif.b9053a7f74d501707447fdc01b2db9d0.gif" loading="lazy"></p><p> </p><p>
PS. For social media followers, I've also tweeted about this using the #tinkerforge hash.</p><p><a class="ipsAttachLink ipsAttachLink_image" href="https://www.tinkerunity.org/uploads/monthly_2016_01/TinkerPong.jpg.404bd855204c956b6342d6ee3c038882.jpg" data-fileid="1145" data-fileext="jpg" rel=""><img data-fileid="1145" class="ipsImage ipsImage_thumbnailed" alt="TinkerPong.thumb.jpg.7285d53a3fdf1d1351ebf43ceceee8db.jpg" src="https://www.tinkerunity.org/uploads/monthly_2019_11/TinkerPong.thumb.jpg.7285d53a3fdf1d1351ebf43ceceee8db.jpg" loading="lazy"></a></p>]]></description><guid isPermaLink="false">3316</guid><pubDate>Tue, 19 Jan 2016 06:56:06 +0000</pubDate></item><item><title>possible to design a chronograph?</title><link>https://www.tinkerunity.org/topic/3913-possible-to-design-a-chronograph/</link><description><![CDATA[<p>I've been trying to think of a project I can work on and I was wondering if Tinkerforge would work well enough for a chronograph.  I would be measuring the speed of a pellet from my pellet gun and if possible real ammo.  I have been reading around it it seems like the best way to take measurements is with Infrared.  I'm not sure if Tinkerforge could handle the speeds of those projectiles.  Do you think it would work or should I just program an bare Avr or other microcontroller using C?  </p>]]></description><guid isPermaLink="false">3913</guid><pubDate>Mon, 05 Jun 2017 23:45:30 +0000</pubDate></item><item><title>upload on Red-Brick</title><link>https://www.tinkerunity.org/topic/3840-upload-on-red-brick/</link><description><![CDATA[<p>Hey, </p><p>
I m new in this forum and just wanted to know if someone could help me solve a little problem. I wrote a program in visual studio 2015 C++. the program is actually quite simple. it just miss the room's temperature and give it back. I also debugged it and test it from my PC and it works formidably. I wanted to upload it on the Red-Brick and let it be always scheduled so that it will always run, but after the upload it always shows me "Not running, last run exited with an error (exit code: 2) ". I already removed syntaxes like "printf("Press key to exit\n")" and "getchar()". can any one help me to solve this problem? </p><p>
thanks </p><p>
Tades</p>]]></description><guid isPermaLink="false">3840</guid><pubDate>Sun, 12 Mar 2017 10:22:47 +0000</pubDate></item><item><title>Anyone suggest me a censor for wind speed and wind drection for tinker?</title><link>https://www.tinkerunity.org/topic/3667-anyone-suggest-me-a-censor-for-wind-speed-and-wind-drection-for-tinker/</link><description><![CDATA[<p>Hi everybody! </p><p>
I want to find a censor can commnicate with Tinker brick, can anyone suggest me where can I find it (or any link)</p><p>
Thanks a lot.</p>]]></description><guid isPermaLink="false">3667</guid><pubDate>Mon, 10 Oct 2016 03:16:13 +0000</pubDate></item><item><title>Node-RED Internet of Things Learning Case with TinkerForge</title><link>https://www.tinkerunity.org/topic/3648-node-red-internet-of-things-learning-case-with-tinkerforge/</link><description><![CDATA[<p>To share my Project Lighthouse58 - a Node-RED Internet of Things Learning Case using a Raspberry Pi with connected TinkerForge Bricks and Bricklets.</p><p>
Good fun integrating TinkerForge Bricks into LEGO. Communication is based on MQTT.</p><p> </p><p>
<strong>Prototype</strong></p><p>
<img alt="lighthouse58-p.png" src="http://www.rwblinn.de/iot/lighthouse58-p.png" loading="lazy"></p><p>
<strong>Control Unit</strong></p><p>
<img alt="lighthouse58-cu.png" src="http://www.rwblinn.de/iot/lighthouse58-cu.png" loading="lazy"></p><p>
<strong>Circuit</strong></p><p>
<img alt="lighthouse58-c.png" src="http://www.rwblinn.de/iot/lighthouse58-c.png" loading="lazy"></p><p> </p><p>
Lookup <a href="http://www.rwblinn.de" rel="external nofollow">http://www.rwblinn.de</a> &gt; IoT &gt; Lighthouse58 or for the detailed PDF document <a href="http://www.rwblinn.de/iot/lighthouse58.pdf" rel="external nofollow">http://www.rwblinn.de/iot/lighthouse58.pdf</a>.</p><p> </p>]]></description><guid isPermaLink="false">3648</guid><pubDate>Tue, 20 Sep 2016 16:08:17 +0000</pubDate></item><item><title>Tinkerforge and IOTA</title><link>https://www.tinkerunity.org/topic/3422-tinkerforge-and-iota/</link><description><![CDATA[<p>I started a project in IOTA-forum with Tinkerforge hardware:</p><p>
IOTAstrip - a LED strip control with Tinkerforge RedBrick. My target is with LED strip to show the state of IOTA network and the price of IOTA token. LED strip will forms the IOTA letters.</p><p>
IOTA is a new open ledger project for IoT devices. For more information please follow this link:</p><p>
<a href="http://forum.iotatoken.com/t/tinkerforge-and-iota/132" rel="external nofollow">http://forum.iotatoken.com/t/tinkerforge-and-iota/132</a></p><p> </p>]]></description><guid isPermaLink="false">3422</guid><pubDate>Fri, 11 Mar 2016 20:29:17 +0000</pubDate></item><item><title>MakerBeam Smartphone Holder</title><link>https://www.tinkerunity.org/topic/3327-makerbeam-smartphone-holder/</link><description><![CDATA[<p>Just a bit of fun what can be build with MakerBeam <img alt=":)" src="https://www.tinkerunity.org/uploads/emoticons/smiley.gif.19e335c6e14ff727421bf6fd655fe539.gif" loading="lazy">.</p><p>
<a href="https://github.com/rwbl/makerbeam-smartphone-holder" rel="external nofollow">Smartphone Holder</a> = rather handy when developing Apps or watching Newsfeeds and the likes.</p><p> </p><p> </p>]]></description><guid isPermaLink="false">3327</guid><pubDate>Mon, 25 Jan 2016 09:22:30 +0000</pubDate></item><item><title>data read vi in :Labview</title><link>https://www.tinkerunity.org/topic/3113-data-read-vi-in-labview/</link><description><![CDATA[<p>i am using a IMU 2.0 and GPS 1.0 for the data loging in SD card. now i want to read my data from the SD card using labview vi can you suggest me some vi which is useful to data read of IMU and GPS from the dat card.</p><p> </p><p>
thanks &amp; regards</p><p>
ankesh </p>]]></description><guid isPermaLink="false">3113</guid><pubDate>Mon, 07 Sep 2015 06:13:15 +0000</pubDate></item><item><title>Project WeatherCubeOne</title><link>https://www.tinkerunity.org/topic/3083-project-weathercubeone/</link><description><![CDATA[<p>Hi all,</p><p> </p><p>
find here <a href="http://www.rwblinn.de/144k1t2.htm" rel="external nofollow">http://www.rwblinn.de/144k1t2.htm</a> the first Prototype of a simple Weatherstation which I have called WeatherCubeOne. The Cube is not fully ready yet as few tweaks required, but running fine.</p><p>
<strong>Hardware</strong></p><p>
</p><ul><li>Raspberry Pi 2 Model B.<br></li><li>TinkerForge: Master Brick, Barometer Bricklet, Temperature Bricklet, Humidity Bricklet.<br></li><li>MakerBeam aluminum profiles.<br></li></ul><p><strong>Software</strong></p><p>
</p><ul><li>Domoticz Home Automation Server (<a href="http://www.domoticz.com" rel="external nofollow">http://www.domoticz.com</a>).<br></li><li>TinkerForge Brick Daemon.<br></li><li>B4J App WeatherCubeOne (Developed by the author <a href="http://www.rwblinn.de" rel="external nofollow">www.rwblinn.de</a>).<br></li></ul><p><img alt="weathercubeone.png" src="http://www.rwblinn.de/iot/projects/weathercubeone.png" loading="lazy"></p>]]></description><guid isPermaLink="false">3083</guid><pubDate>Sun, 16 Aug 2015 09:37:03 +0000</pubDate></item></channel></rss>
