Tag: arduino
Post
Wifi signal strength detector
In a previous Devoxx France conference, Clever-Cloud had a booth where they showed how to use their platform with a small chip that controlled a LED strip, all that communicating through a websocket making the interface with the backend hosted on Clever-Cloud.
This project is on Github : https://github.com/CleverCloud/wemos-statsd-example.
The cool part is that the LED strip and the chip were distributed as goodies :)
I recently found this LED strip in a box, and I wanted to play with it.
Tag: clever-cloud
Post
Wifi signal strength detector
In a previous Devoxx France conference, Clever-Cloud had a booth where they showed how to use their platform with a small chip that controlled a LED strip, all that communicating through a websocket making the interface with the backend hosted on Clever-Cloud.
This project is on Github : https://github.com/CleverCloud/wemos-statsd-example.
The cool part is that the LED strip and the chip were distributed as goodies :)
I recently found this LED strip in a box, and I wanted to play with it.
Tag: dht22
Post
Temperature and humidity graph with a Raspberry Pi and a DHT22 sensor
DHT22 is a small temperature and humidity sensor, easy to use. We can use a Raspberry Pi to communicate with it, and make graphs of temperature and humidity evolution.
Material We need:
a Raspberry Pi (here the 3B+ version) a good quality SD card (class 10) a power supply for the Raspberry (5V between 2.5A and 3A) the DHT22 sensor a 10 kΩ resistor a breadboard another computer to connect to the RPi using SSH an RJ45 cable RPi installation SD card preparation The easiest way to install the RPi OS is to use the Raspberry Pi Imager software, which allows you to choose the right version of the OS, download it and install it on the SD card.
Tag: esp8266
Post
Wifi signal strength detector
In a previous Devoxx France conference, Clever-Cloud had a booth where they showed how to use their platform with a small chip that controlled a LED strip, all that communicating through a websocket making the interface with the backend hosted on Clever-Cloud.
This project is on Github : https://github.com/CleverCloud/wemos-statsd-example.
The cool part is that the LED strip and the chip were distributed as goodies :)
I recently found this LED strip in a box, and I wanted to play with it.
Tag: github-pages
Post
Create a blog with Hugo
Unsurprisingly, the first post of this blog explains how it is built and hosted.
Blog engine choice This blog is static, meaning it does not need a content management system such as Wordpress, Drupal or others.
On the contrary, all pages are generated upstream in HTML/CSS/JS, and are served statically. The tool that does all that (and more) is Hugo.
Hugo takes in input Markdown files, and generates the corresponding HTML.
Tag: grafana
Post
Temperature and humidity graph with a Raspberry Pi and a DHT22 sensor
DHT22 is a small temperature and humidity sensor, easy to use. We can use a Raspberry Pi to communicate with it, and make graphs of temperature and humidity evolution.
Material We need:
a Raspberry Pi (here the 3B+ version) a good quality SD card (class 10) a power supply for the Raspberry (5V between 2.5A and 3A) the DHT22 sensor a 10 kΩ resistor a breadboard another computer to connect to the RPi using SSH an RJ45 cable RPi installation SD card preparation The easiest way to install the RPi OS is to use the Raspberry Pi Imager software, which allows you to choose the right version of the OS, download it and install it on the SD card.
Tag: hugo
Post
Improve blog with tags, table of content, RSS, ...
The two previous blog posts where about the set up of the blog. Now, I’ll add several small (or not) details, such as tags, legal pages, images, table of content, …
File organization I first started by creating Markdown files directly in the content/{en,fr}/post/ directory. But while writing this post, I needed to add images.
The default place for site images is in the static/ directory (in which I created the images/ sub-directory).
Post
How to create a multilingual site with Hugo
With Hugo, we can create a multilingual site.
Configuration We first have to write in the config file what are the supported languages:
config.yaml
languages: en: title: Stéphane's Blog fr: title: Blog de Stéphane We can add a params block for each language to override some specific values depending on the language, for example labels or urls.
Please note that the default language will be the one defined in the defaultContentLanguage parameter.
Post
Create a blog with Hugo
Unsurprisingly, the first post of this blog explains how it is built and hosted.
Blog engine choice This blog is static, meaning it does not need a content management system such as Wordpress, Drupal or others.
On the contrary, all pages are generated upstream in HTML/CSS/JS, and are served statically. The tool that does all that (and more) is Hugo.
Hugo takes in input Markdown files, and generates the corresponding HTML.
Tag: humidity
Post
Temperature and humidity graph with a Raspberry Pi and a DHT22 sensor
DHT22 is a small temperature and humidity sensor, easy to use. We can use a Raspberry Pi to communicate with it, and make graphs of temperature and humidity evolution.
Material We need:
a Raspberry Pi (here the 3B+ version) a good quality SD card (class 10) a power supply for the Raspberry (5V between 2.5A and 3A) the DHT22 sensor a 10 kΩ resistor a breadboard another computer to connect to the RPi using SSH an RJ45 cable RPi installation SD card preparation The easiest way to install the RPi OS is to use the Raspberry Pi Imager software, which allows you to choose the right version of the OS, download it and install it on the SD card.
Tag: multilingual
Post
How to create a multilingual site with Hugo
With Hugo, we can create a multilingual site.
Configuration We first have to write in the config file what are the supported languages:
config.yaml
languages: en: title: Stéphane's Blog fr: title: Blog de Stéphane We can add a params block for each language to override some specific values depending on the language, for example labels or urls.
Please note that the default language will be the one defined in the defaultContentLanguage parameter.
Tag: prometheus
Post
Temperature and humidity graph with a Raspberry Pi and a DHT22 sensor
DHT22 is a small temperature and humidity sensor, easy to use. We can use a Raspberry Pi to communicate with it, and make graphs of temperature and humidity evolution.
Material We need:
a Raspberry Pi (here the 3B+ version) a good quality SD card (class 10) a power supply for the Raspberry (5V between 2.5A and 3A) the DHT22 sensor a 10 kΩ resistor a breadboard another computer to connect to the RPi using SSH an RJ45 cable RPi installation SD card preparation The easiest way to install the RPi OS is to use the Raspberry Pi Imager software, which allows you to choose the right version of the OS, download it and install it on the SD card.
Tag: raspberry-pi
Post
Temperature and humidity graph with a Raspberry Pi and a DHT22 sensor
DHT22 is a small temperature and humidity sensor, easy to use. We can use a Raspberry Pi to communicate with it, and make graphs of temperature and humidity evolution.
Material We need:
a Raspberry Pi (here the 3B+ version) a good quality SD card (class 10) a power supply for the Raspberry (5V between 2.5A and 3A) the DHT22 sensor a 10 kΩ resistor a breadboard another computer to connect to the RPi using SSH an RJ45 cable RPi installation SD card preparation The easiest way to install the RPi OS is to use the Raspberry Pi Imager software, which allows you to choose the right version of the OS, download it and install it on the SD card.
Tag: rss
Post
Improve blog with tags, table of content, RSS, ...
The two previous blog posts where about the set up of the blog. Now, I’ll add several small (or not) details, such as tags, legal pages, images, table of content, …
File organization I first started by creating Markdown files directly in the content/{en,fr}/post/ directory. But while writing this post, I needed to add images.
The default place for site images is in the static/ directory (in which I created the images/ sub-directory).
Tag: tags
Post
Improve blog with tags, table of content, RSS, ...
The two previous blog posts where about the set up of the blog. Now, I’ll add several small (or not) details, such as tags, legal pages, images, table of content, …
File organization I first started by creating Markdown files directly in the content/{en,fr}/post/ directory. But while writing this post, I needed to add images.
The default place for site images is in the static/ directory (in which I created the images/ sub-directory).
Tag: temperature
Post
Temperature and humidity graph with a Raspberry Pi and a DHT22 sensor
DHT22 is a small temperature and humidity sensor, easy to use. We can use a Raspberry Pi to communicate with it, and make graphs of temperature and humidity evolution.
Material We need:
a Raspberry Pi (here the 3B+ version) a good quality SD card (class 10) a power supply for the Raspberry (5V between 2.5A and 3A) the DHT22 sensor a 10 kΩ resistor a breadboard another computer to connect to the RPi using SSH an RJ45 cable RPi installation SD card preparation The easiest way to install the RPi OS is to use the Raspberry Pi Imager software, which allows you to choose the right version of the OS, download it and install it on the SD card.
Tag: wifi
Post
Wifi signal strength detector
In a previous Devoxx France conference, Clever-Cloud had a booth where they showed how to use their platform with a small chip that controlled a LED strip, all that communicating through a websocket making the interface with the backend hosted on Clever-Cloud.
This project is on Github : https://github.com/CleverCloud/wemos-statsd-example.
The cool part is that the LED strip and the chip were distributed as goodies :)
I recently found this LED strip in a box, and I wanted to play with it.