<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Jerome Bernard</title><description>Anything mostly related to Programming and Arduino.</description><managingEditor>noemail@noemail.org (Jerome Bernard)</managingEditor><pubDate>Sun, 4 Oct 2015 13:02:00 +0200</pubDate><language>en-us</language><item><title>WiFi Temperature Sensor with NodeMCU/ESP8266</title><link>http://www.jerome-bernard.com/blog/2015/10/04/wifi-temperature-sensor-with-nodemcu-esp8266/</link><author>noemail@noemail.org (Jerome Bernard)</author><pubDate>Sun, 4 Oct 2015 13:02:00 +0200</pubDate><guid isPermaLink="false">http://www.jerome-bernard.com/blog/2015/10/04/wifi-temperature-sensor-with-nodemcu-esp8266/</guid><description>With all the buzz around ESP8266 chips, I decided it was time to give it a go.
If you are not familiar with ESP8266 chips, they are basically damn cheap (~ 3 €) WiFi chips that can also run your Arduino code.

I bought on eBay a NodeMCU and had it up and running in Arduino IDE in no time.

The project I&amp;rsquo;m talking about below is a DS18B20 sensor sending temperature data to a MQTT topic so that my home automation system
(Jeedom with the MQTT plugin)
can display it.

</description></item><item><title>Blog activity resuming...</title><link>http://www.jerome-bernard.com/blog/2015/10/04/blog-activity-resuming/</link><author>noemail@noemail.org (Jerome Bernard)</author><pubDate>Sun, 4 Oct 2015 12:25:00 +0200</pubDate><guid isPermaLink="false">http://www.jerome-bernard.com/blog/2015/10/04/blog-activity-resuming/</guid><description>It&amp;rsquo;s been a long time since my last blog post (oops, more than two years). I&amp;rsquo;m hoping to find more time adding content now and I
have plenty of ideas for content.

</description></item><item><title>Introducing Grapi: Generated REST API</title><link>http://www.jerome-bernard.com/blog/2013/06/11/introducing-grapi-generated-rest-api/</link><author>noemail@noemail.org (Jerome Bernard)</author><pubDate>Tue, 11 Jun 2013 21:44:00 +0200</pubDate><guid isPermaLink="false">http://www.jerome-bernard.com/blog/2013/06/11/introducing-grapi-generated-rest-api/</guid><description>I&amp;rsquo;m pleased to officially announce Grapi today.


Grapi (Generated REST API) is a Java source code generator based on APT (Javac plugin).


As explained on GitHub page, Grapi analyzes your JAX-RS source code
and generate some code in order to expose your JAX-RS resources through Netty.

</description></item><item><title>How to connect Adafruit NFC Shield to a Mac, via libnfc</title><link>http://www.jerome-bernard.com/blog/2013/04/15/how-to-connect-adafruit-nfc-shield-to-a-mac-via-libnfc/</link><author>noemail@noemail.org (Jerome Bernard)</author><pubDate>Mon, 15 Apr 2013 13:40:00 +0200</pubDate><guid isPermaLink="false">http://www.jerome-bernard.com/blog/2013/04/15/how-to-connect-adafruit-nfc-shield-to-a-mac-via-libnfc/</guid><description>Intro

I&amp;rsquo;ve recently been experimenting with NFC projects.

The first test was done using an Adafruit NFC Shield for Arduino.
I was able to get my code working with the default setup (that is using the shield with an Arduino).



However, as I need to test Peer-to-Peer mode (P2P for short) in NFC, I quickly found out that this is
not something easy to do with an Arduino.

While the PN532 chip on the shield do have such capability, the Arduino libraries are far from being
mature and don&amp;rsquo;t support this, yet :-(

So, I decided, I should first try out libnfc and if it works, I could
replace my Arduino with a Raspberry Pi.

</description></item><item><title>Arduino, BeagleBone and XBees - Oh My!</title><link>http://www.jerome-bernard.com/blog/2013/01/22/arduino-with-xbee-and-rgb-led-strip-talking-to-beaglebone-with-xbee/</link><author>noemail@noemail.org (Jerome Bernard)</author><pubDate>Tue, 22 Jan 2013 23:53:00 +0100</pubDate><guid isPermaLink="false">http://www.jerome-bernard.com/blog/2013/01/22/arduino-with-xbee-and-rgb-led-strip-talking-to-beaglebone-with-xbee/</guid><description>Sorry, I couldn&amp;rsquo;t find a better blog post title :-(

This blog post is actually something like a mix of my two previous blog posts.

I&amp;rsquo;ve enhanced the previous RGB Led Strip project controlled by an Arduino in order to send temperature readings via XBee to another XBee node.

The reason why I want to do this is that I want to control some RGB Led Strips in my home with various intelligent modes (like the example one based on temperature). But as I need some sensors for this intelligence, I thought this was an interesting opportunity for building some Home Automation right there and gather sensors data from those lighting nodes to a gateway one which would keep all the data in a central place and provide a way to interact with all the various nodes.

</description></item><item><title>RGB Led Strip controlled by an Arduino</title><link>http://www.jerome-bernard.com/blog/2013/01/12/rgb-led-strip-controlled-by-an-arduino/</link><author>noemail@noemail.org (Jerome Bernard)</author><pubDate>Sat, 12 Jan 2013 20:50:00 +0100</pubDate><guid isPermaLink="false">http://www.jerome-bernard.com/blog/2013/01/12/rgb-led-strip-controlled-by-an-arduino/</guid><description>I bought a few weeks ago some quite cheap 5 meters RGB LED strips (60 LEDs per meter) on eBay.
My intent is to drive them with a custom Arduino receiving commands over some XBees.

I was in need of MOSFETs in order to drive the 3 RGB channels, and again found some cheap ones on eBay I received a few days ago.

Today was a good opportunity for doing some basic tests.
My first step was to control the color of the RGB LED Strip with the help of the MOSFETs and an Arduino.

Before your read the rest of this blog post, you should read Adafruit tutorial on RGB LED Strips
and Bildr tutorial on MOSFETs.

I mostly did what Adafruit tutorial explains, except I added 10k&amp;ohm; resistors, between each control/gate pins and ground (so 3 resistors for a RGB strip), in order to force the signal to LOW until the Arduino kicks in!



</description></item></channel></rss>