To celebrate Earth Day (22nd April 2023), we invite you to design a project to help preserve our planet for future generations. Plant the Seeed on Green Technology this Summer!
Oh wait! Didn't I mention the toolchain to program the Seeeduino XIAO in Materials section in my previous blog?! How are we going to program the Seeeduino XIAO?
Well, the obvious choice would be to use Arduino IDE since it has all the tools that are ...
Aim: Design and build sun ray bender device that will reflect light into chosen locations throughout the day
Objectives:
Design mechanical frame, gimbal and gearing including loading considerations from the mirror
Draw up architecture to interface t...
Introduction
Here we are finally at this last blog. The aim of this work is to create a simple home monitoring system, using the kit offered by Seeed Studio.
In previous blogs I told how I started using the XIAO SAMD21 and the sensors in the kit...
Cool Wave is a simple system that can be constructed by almost anyone in almost any location to mitigate the effects of a heatwave. It does this while avoiding the carbon emissions caused by using traditional air conditioning.
This final Summer of Gr...
After going through a long process, this innovation was successfully created. Hopefully, this tool can significantly benefit many people, especially coffee farmers, to monitor the excellent climate for coffee plants. The following is an overview of ...
After connecting all components finally program the Seeeduino with following program
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include <DHT.h>
#define DHTPIN 9 // connect DHT11 sensor signa...
In this blog post, we'll go through the process of creating a simple yet effective energy saving system using a Seeeduino Xiao microcontroller, a DHT11 sensor, a generic OLED display module, and a single-channel relay module. By following these steps...
Getting Started and Setting Up Seeeduino XIAO with Arduino IDE
Seeeduino XIAO is a tiny but powerful development board that is compatible with Arduino. It has a 32-bit ARM Cortex-M0+ microcontroller (SAMD21G18) that runs at 48MHz and has 256KB of ...
Introduction
Hi, in this fourth blog, I would like to test the how of the XIAO SAMD21 works when we connect more than one sensor.In previous works we have seen how this very small board can manage, ,one by one all 5 sensors included in the contest ki...