Development Board – Kits Projects

How to Build the Circuit

Mastering AVR Microcontrollers: A Hands-On Guide to Project Development

AVR microcontrollers boast distinct advantages compared to similar microcontrollers, offering higher MIPS and a more user-friendly architecture. This article will delve into mastering the AVR Integrated Development Environment (IDE), guiding readers through the process of creating an executable project. Additionally, it will cover building a fundamental AVR circuit and programming it effectively. Schematic How to […]

Mastering AVR Microcontrollers: A Hands-On Guide to Project Development Read More »

ATtiny2313 Breadboard Circuit

Starting AVR 8-bit Development

This tutorial will guide us through acquiring the necessary tools and setting up our environment for C programming and embedded development using 8-bit AVR microcontrollers. Specifically, it will cover: The tools required for AVR development using the free Atmel Studio IDE on Windows. Building a simple circuit with an AVR microcontroller and flashing LED. Writing

Starting AVR 8-bit Development Read More »

SMILab develops new low cost strain sensor

SMILab develops new low-cost strain sensor

Researchers from the Smart Management of Infrastructure Laboratory (SMILab), located in the Center for Advanced Research Computing, have developed a new strain sensor as a part of the Low-Cost Efficient Wireless Intelligent Sensors (LEWIS) project. The new sensor, called the LEWIS-S, is easy to use, wireless, and can be offered at about 5% of the cost of

SMILab develops new low-cost strain sensor Read More »

Ghetto Development Environment

Ghetto Development Environment

A while back, I posted up a quick and dirty “el cheapo” method of getting started programming the Atmel AVR series chips: Ghetto Programmer (version 1.0) Since then, I’ve vamped, re-vamped, and otherwise improved my setup. Thought it’d be nice to document it. The goal was to get a flexible, compact, portable, use-anywhere, AVR-based microcontroller prototyping

Ghetto Development Environment Read More »

IoT Device for Serial to Ethernet by Using TCP

IoT Device for Serial to Ethernet by Using TCP

I know WIZ550S2E solution for monitoring. Recently WIZwiki-W7500ECO platform was announced by WIZnet. So I implemented a firmware of WIZwiki-W7500ECO by WIZ550S2E SW modification because I can handle a source code easily. You can know the status of equipment even if it is so far. Please refer to the following step. Step 1: Prepare Materials

IoT Device for Serial to Ethernet by Using TCP Read More »

Adding REST based Web Services to IoT Device for IO Monitoring

Adding REST-based Web Services to IoT Device for IO Monitoring

This project is to make a simple RESTful Web service library for IoT Devices. The library is written with C language code and on WIZwiki-W7500ECO platform board from WIZnet. With it, users can implement a RESTful Web service on IoT devices easily. Monitoring IoT devices can be done by RESTful API based on JSON, as

Adding REST-based Web Services to IoT Device for IO Monitoring Read More »

Scroll to Top