//Teacher × Coder × Blogger

Strong Kangaroo

At the boundary of technology and education, recording every moment of daily life with code.

classTeacher{
subject: [ "지구과학", "정보·컴퓨터"]
skills: ["Python", "JavaScript", "Arduino"... ]
passion: "실험하고 기록하기"
}
7
Posts
15
Categories
2021
Since
마이크로비트(micro:bit)로 거미로봇 코딩하기
Arduino

마이크로비트(micro:bit)로 거미로봇 코딩하기

이번에 로봇기술 관련 모임에서 무료로 강의를 하나 개설하셨다.재현고등학교에서 진행하는 마이크로 비트를 이용해 거미로봇을 제어하는 연수였다.아는 선생님께서 신청을 했는데, 당일에 업무랑 겹쳐서 나에게 자리를 양보해주셔서 참여해보기로 했다.상계역에서 걸어서 10분 거리이다...

힘센캥거루
2026년 2월 25일
Cloning an RFID Card with Arduino
Arduino

Cloning an RFID Card with Arduino

Today I’m going to write about how to clone an RFID card with an Arduino.Once I write something down I don’t forget it, so I’m leaving this here as a...

힘센캥거루
2025년 11월 26일
Collecting Temperature and Humidity Data with Arduino ESP32
Arduino

Collecting Temperature and Humidity Data with Arduino ESP32

Today, we will create a Wi-Fi Stevenson screen that measures temperature and humidity and transmits data using Arduino ESP32. This content is based on a script for a +1 session that will be conducted at school. 1. Materials The materials are simple. ESP32, DHT-22, three wires First, briefly explain the ESP32...

힘센캥거루
2025년 7월 7일
Using the Arduino D1 R2
Arduino

Using the Arduino D1 R2

It could have been done using a regular Arduino Uno, but I decided to try the Wemos D1 R2 with built-in WiFi and struggled quite a bit. This article is for those using Arduinos like the D1 R2 with different pin mappings. 1. IDE Setting Due to the various types of Arduinos, you also need to install the board package suitable for each board...

힘센캥거루
2025년 6월 11일
Solution for Timed out waiting for packet header on MacBook with Arduino
Arduino

Solution for Timed out waiting for packet header on MacBook with Arduino

How to solve the Timed out issue when connecting Arduino Wemos D1 R2 to a MacBook

힘센캥거루
2025년 5월 30일
Connecting Arduino with Spreadsheets - Configuring Code
Arduino

Connecting Arduino with Spreadsheets - Configuring Code

In the last article, we explored the sheet setup required to connect Arduino with a spreadsheet. In this article, we'll learn about data transmission using HTTPS communication from the Arduino D1 board. 1. Installing Arduino D1 Board Library It is necessary to install the board library...

힘센캥거루
2024년 6월 4일