MobileRelays – enc28J60 and Arduino (21)

Today’s project, as always based on the enc28j60 ethernet controller, allows to toggle relays (or, generally, digital PINs) using a responsive web page, that is a page that automatically adapts its layout to devices with different screen sizes (for example your smartphone and your PC). Video presentation Web site The web site, stored on an SD card and…

Yún – Toggle a LED via web

In my previous tutorial you learned how a sketch, running on the Arduino Yun’s ATMega chip, can execute processes (commands, scripts…) on Linino thanks to the Bridge library. In this tutorial you’ll learn how to do the opposite: send commands from Linino to the sketch that runs on the microcontroller. YunServer & YunClient In my sketch I’ll use two objects from the Bridge library: [checklist] YunServer,…

Yún – SMS alarm

This tutorial will explain a way to communicate between the sketch running on the ATMega and the Linino (Linux) OS running on the Yun’s SoC: the ability to execute Linux processes from a sketch. I’m going to build a simple SMS alarm: A microswitch is connected to the Arduino when the microswitch is pressed, an SMS is sent using Skebby gateway…

SDWebServer – enc28J60 and Arduino (20)

In the previous blog post, you learned how to send big files (html pages, images…) with your ENC28J60 shield. Today I’m going to show you a complete webserver! Description The user’s browser sends a request, through the network, to the ENC28J60 module. The request is analyzed by the sketch that is running on the Arduino, which also prepares the…

enc28J60 and Arduino (19)

In a previous post, I’ve already introduced the UIPEthernet library, that allows to reuse the sketches designed for the official ethernet shield also with the ENC28J60 chip. Some days ago Giorgio (official site), an Arduino maker from the Province of Turin, kindly sent me one of his sketches which uses that library to publish a webserver which let you change the status of…

Android and Bluetooth – in korean

Thanks to Jun Chun, my tutorial about developing Android applications with Bluetooth functionalities has been translated in korean. The five articles are available in two blog posts on Jon’s website, ArsViator: http://arsviator.blogspot.kr/2014/06/bluetooth-programming-in-android-12.html http://arsviator.blogspot.kr/2014/06/bluetooth-programming-in-android-22.html