top of page
Overview:
In order not to waste time on installation in the workshop, it is better to get all the installations done beforehand. It’s not a lot, I estimate that all installations will take you less than an hour.
This will include:
Overview:
In order not to waste time on installation in the workshop, it is better to get all the installations done beforehand. It’s not a lot, I estimate that all installations will take you less than an hour.
This will include:
Embedded Systems and the World of IoT
According to Wikipedia, Ninety-eight percent of all microprocessors are manufactured as components of embedded systems.
Not all of these devices have internet connectivity, but as the world of IoT develops, more and more of simple, "dumb", devices are enhanced with microcontrollers and can generate and gather data about their environment, data that is being sent and stored for further analysis in the cloud.
The number of IoT devices increased 31% year-over-year to 8.4 billion in 2017 and it is estimated that there will be 30 billion devices by 2020 (Wikipedia).
How is it done technically? and just how "smart" can these devices get?
The Fabulous World of ARDIUNO
In order to have a hands-on programming experience in our workshop, we need a platform to work on. This is where Arduino comes to help! Arduino is an open-source electronics platform based on easy-to-use hardware and software.
The workshop does not aim to teach the basics of programming, it assumes that participants have some C/C++ coding skills, and uses Arduino as a great learning tool.
Having experience with Arduino is not required, we will cover all the basics!
Introduction to Bluetooth Low Energy
Bluetooth Low Energy (BLE) is a wireless personal area network technology designed to meet the IoT industry needs.
Advantages include low power requirements (operating for "months or years" on a button cell), small size, low cost and Multi-vendor interoperability.
How is it implemented, and how does it communicate with our mobile phones, tablets, and computers?
bottom of page