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.

Tinker

Members
  • Benutzer seit

  • Letzter Besuch

  1. Hello, I am using Ambient Light Bricklet(V2) with MatLab. I would like to know how to get the vector data of sensor values from callback function. Because, I want to plot this data with other sensors(Temperature and Pressure). function matlab_example_callback() import com.tinkerforge.IPConnection; import com.tinkerforge.BrickletAmbientLightV2; HOST = 'localhost'; PORT = 4223; UID = 'XYZ'; ipcon = IPConnection(); al = handle(BrickletAmbientLightV2(UID, ipcon), 'CallbackProperties'); ipcon.connect(HOST, PORT); set(al, 'IlluminanceCallback', @(h, e) cb_illuminance(e)); al.setIlluminanceCallbackPeriod(1000); input('Press key to exit\n', 's'); ipcon.disconnect(); end function cb_illuminance(e) fprintf('Illuminance: %g Lux\n', e.illuminance/100.0); end

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.