Connected cars and autonomous vehicles are two of the main topics discussed during the CES2016. Probably not the most review during CES as it still an industrial topic more than a consumer one at this time. In fact if we are on the way and we start to see some of the benefits for our safety, the roadmap is not for this year but for 2020 and 2030 depending on the steps. What is really interesting this year in CES is we have the first roadmaps I ever saw. We also had many actors running the same direction to make it a reality. This first post is presenting what I’ve learned around autonomous and driverless vehicles during the different CES sessions in 2016.
Author Archives: Paul
CES2016 – discover unveiled and market trends
Today was CES2016 first press day with 2 major events : conference on digital consumer market trends and CES unveiled with 125+ startup and larger companies presenting innovations & products.
For this second event, a large part of the startup were coming from France and they had most of the more interesting innovation ! that is a great news in my opinion.
CES is waiting for 150.000 attendes this year and shows about 20.000 different products. 500 startups from 29 countries. As Olivier Ezratty told me many time today, on the 500 startup 1/4 are coming from France, and represents half of the non-USA startup.
NRF 51 BLE library for custom services
After building my first project using an nRF51 device from the template given in the SDK I was really disappointed by the result, I mean, it works but the code is really bad and hard to maintain.
The given examples are not really generic and if you have to create your custom ble service and characteristics you have to make many modification in a code that is not clean for all.
So my second project was to create a ble library to make creation of custom services & characteristics as easy as possible and to create a main file with less code.
Play with remote selfie shutter and make your own Amazon dash button
Remote Selfie shutter are really low cost Bluetooth 3 buttons that are really easy to hack for making different applications.
These button can be found on ebay, amazon or aliexpress like following this link for less that 6$. The button is paired to the smartphone and then allow to execute photo shoot without the need of any third party application.
RF433 – Raspberry PI GPIO kernel driver for interrupt management
You may have read some of my post about RF433 and Raspberry PI. Basically with RPI 1, I was using wiringPi interrupt handler to manage the RF433 decoding. The problem is that with RPI2 and RPI B+ the delay to take an interrupt that was becomes unpredictable. And the timing constraints are not respected. As a consequence part of the messages are loss because for these delay.
One of the solution (the software one) is to be more efficient to proceed the interrupts and the way to do this is to compile a kernel driver for directly handling the interrupts. This is what this post is about. This comes to complete the RFRPI code and associated hardware. A complete source code and software for using it is on the rfrpi bitbucket repository.
Challenge of the coming days : write a kernel driver to manage interruption quicker on a raspberry pi 2. I’m happy to find a lot of example on Internet and in particular this one, that is really looking like what I’m trying to do. This post is describing all the step needed to do this.
Let’s graph the Internet of Things
IoT is generating data and to quicky look at it during the prototype phase is sounds good to plot these data in a dashboard. There are many solution you can install on your server and configure to get pretty nice dashboard. But if you want to go faster it would be really nice to have a SaaS solution for doing this. I have tested some of the solution I have found and friends helped me to found (not easy to search on google …). This post details these experiments
Extend TD1204 Standard firmware to simplify GPS
The TD1204 modem firmware is a easy to use solution for sending message to Sigfox network. It starts to be complex when you want to create your own message including the GPS position. The standard firmware returns the satellite NMEA frames in text mode and you have to process it.
To make it simple I built a modification of the standard modem firmware to add an extra command to enrich a message with a GPS coordinate automatically.
Holapex – getting your first hologram at home
Did you dream about getting an hologram going out from your cell-phone, this is not sci-fi but a reality for less than 15$. Holapex has raised 3500$ on kickstarter to provide a kit for doing this and it has been delivered during the last days all over the world.