Today a tutorial about augmented reality, in particular the use of the new Apple framework, ARKit, to measure distances between two points in a 3D virtual space.
Month: March 2020
Swift – Use GPS during a flight with .airborne
Starting from iOS 12, Apple introduces a new CLActivityType in the Core Location framework.
It is a new way to track the GPS position when you’re flighting!
Read MoreCoreML – Twitter sentiment analysis
Today a post about the new Apple framework – CoreML – a machine learning framework to use your trained data-model inside iOS apps.
https://developer.apple.com/machine-learning/core-ml/
Documentation: https://developer.apple.com/documentation/coreml
The example of today is about machine learning to identify the mood of a collection of tweets (#apple, @apple, #covid-19, #love, etc…).
Xiaomi Roborock – control via socket API
Why this guide?
My need was to control the robot asking simple commands through Google Home and Alexa like: “Alexa, clean the bathroom“.
With my robot, this was not possible. With the app, you can configure the zones but you can’t simply ask for cleaning only one zone, two times, for instance, all in automatic.
Read More