DELA
BLOGG
NYHETER
Communication Protocols in IoT – Part 3
This is the third part of the series ” Communication Protocols in IoT”. The first part can be found here Bluetooth is a technology that is probably not unfamiliar to anyone today since literally every smartphone comes with the technology […]
Read MoreFrom the “Taco” Country to the “Fika” Country – a Labor Survival Guide
Our newest employee is Carlos, originating from Mexico. At Scionova, we are proud of the fact that we are a multi-cultural company with employees from all around the world. If you ask us, this diversity makes our professional family dynamic […]
Read MoreCommunication Protocols in IoT – Part 2
This is the second part of the series “Communication Protocols in IoT”, the first part can be found here NFC NFC or “Near Field Communication” is a wireless technology that is used for communication over extremely small distances (WPAN category, […]
Read MoreCommunication protocols in IoT – part 1
This is the first part of the blog series “Communication protocols in IoT” by Erik Dahlgren. Introduction With an ever-growing buzz about IoT and new connected products constantly introduced to the market, it can sometimes be difficult to get a clear […]
Read More6 Useful New Features in C++17 – Part 5
Constexpr lambdas Since C++11 we are able to use the constexpr specifier which evaluates the expression at compile time, with C++17 lambdas can also be constant expressions. One use case could be to initialize constexpr variables that depend on other […]
Read More6 Useful New Features in C++17 – Part 4
This is the fourth part of the series “6 Useful New Features in C++17”, the first part can be found here. If Statements with constexpr Condition This is a feature that perhaps has its main use while working with templated […]
Read More