Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Category: Posts

Digital solution partner

Synaptica IOT Box

the community address : https://plus.google.com/communities/108145726488669027095 official page: http://www.synaptica.info/it/prodotti/remode-developers/ and the play store address: https://play.google.com/store/apps/details?id=info.synaptica.RemodeManager Thanks to: – Makerzone for the 3D printing (makerzone.it) – geektillithertz.com for the Android/rpi3 image

Working on Remode Synaptica IOT box!

We are building a prototype of a ready-to-use box to provide remote read/write access to your devices via web. Based on Raspberry pi 3 + Android, Remode Manager App will be preinstalled and configured so that a simple usb/serial connection will instantly allow to remotely send command or receive data to Arduino or other IOT-oriented…
Read more

Check if you have the Bluetooth Classic / LE on your android device with Delphi

By XE7 version of Delphi components are available to manage Bluetooth Classic and LE. With FireMonkey is quite simple also create a bluetooth server. Trying my applications on Raspberry PI3 where Federico mounted Marshmallow I am aware that if BT is not available on the device the app crashed. To overcome this problem I tried…
Read more

Firemonkey check screen orientation

To check with Delphi / Firemonkey if the screen is in Landscape or Portrait mode i use the FMXPlatform library as in the example:

Firemonkey bitmap scaling without Aliasing on Android

With Delphi , to the Seattle version , when you scale a bitmap image to enlarge using the command “Canvas.DrawBitmap(OiginalBitmap, RectF(0, 0, OiginalBitmap.Width, OiginalBitmap.Height), RectF(0, 0, Width, Height), 1, False);” the interpolation cant be disabled. A way to eliminate the problem is to manually scale the bitmap directly creating an image pixel by pixel .…
Read more

Synaptica IOT box – Work in progress