How to make your home smarter with Arduino Ethernet Part2 – Room monitoring & control

Overview In the previous posting of ‘What is a Smart Home,’ we looked into how to identify the smart home and what kind of things we can do using the technology. We also defined the advantages of  DIY using OSHW and Arduino, and also introduced applications of Smart home using the Arduino Ethernet shield. Please…

How to make your home smarter with Arduino Ethernet

What is a “Smart Home” Smart home technology connects various home appliances and devices via sensor or wired/wireless network and enables the users to remotely monitor and control. The usage of smart home technology started in home automation applications, and has expanded its usage and conveniency by combining with other technologies like smart device, cloud, big data, machine running, and artificial intelligence. The combination…

Thing+ Cloud service client library for W7500x MCU

Overview 이번 포스팅에서 소개할 내용은 WIZnet의 W7500x MCU 기반에서 동작하는 Thing+ Cloud 서비스의 client library 입니다. Thing+는 국내 기업인 달리웍스의 IoT Cloud 플랫폼 서비스로, 쉽고 빠른 IoT 서비스 구축을 컨셉으로 제작되어 있으며 Arduino, Beaglebone green 등 다양한 오픈소스 하드웨어(OSHW)를 지원하고 있습니다. Thing+ Cloud 서비스와 연동하기 위해서는 기본적으로 SSL/TLS 보안 지원이 필요합니다. 하지만 최근 달리웍스 측에서 Arduino…

WIZnet W5500-EVB and Blynk App communication

Intro Because app’s are being used almost everywhere, I decided to make my own tutorial on how to control my board using App. Some time ago, I found a very interesting app platform, ‘Blynk’. But Blynk platform supports only specified devices(like arduino series), so I’ve porting Blynk library for arduino to my WIZnet W5500-EVB board.…