JI1FGX/DU9 Amateur Radio Diary, Mindanao, Philippines, IOTA OC-130
English Japanese



Yesterdays access
Page Top [Lily Diary.
A diary of life in Mindanao.
26/08/05  IC-820H Receiver Sensitivity Test
26/08/02  Satellite SatBox Development in Progress - Part 2
26/07/16  Delivery of the 3D printed panels
26/07/09  Development of SatBox for satellites
26/07/05  Weather Monitor Indoor Unit
26/06/30  Creating data for 3D printers using FreeCAD
26/06/16  Installing an AS5600 magnetic encoder on a KR-500.
26/06/05  Grandson Zion's CQ
26/06/04  Replacing the potentiometer on the KR-500 elevation rotator
26/06/03 Making a Repeater Controller Pert4
26/06/01   Weather Monitor software
26/05/31   Weather Monitor
26/05/21   JTDX Auto Run BUGFIX
26/05/17  Repair of satellite antenna system
26/05/13  Repair of Alinco DR130
26/05/07  Making a Repeater Controller Pert3
26/05/03  Indonesian satellite friend YC8RPK
26/04/26  DXCC200 achieved
26/04/23  Communication via ISS voice repeater
26/04/20  WSJT-X Auto Run Ver0.1.5
26/04/19  Got an Alinco DR-130
26/04/15  Clublog Charts
26/04/10  Regarding POC transceivers
26/04/08  Using KENWOOD AT-300 with YAESU radio
26/03/17  How to establish a radio club in the Philippines
26/03/10  KENWOOD AT-300 with YAESU radio
26/02/27  Philippine NTC Amateur Radio License Examination Question Bank
26/02/20  Package received from JK1SNS
26/02/18  Temporary License Renewal
26/02/14  Satellite Tracking Software SatTrack
26/02/05  Making a Repeater Controller Pert2
26/02/02  CQ on satellite IO-86
26/01/27  Shack & Repeater Controller
26/01/16  Making a Repeater Controller
26/01/16  Making aRotator Interface PCB
26/01/10  Satellite antenna installation
26/01/08 WSJT-X Remote Operation
26/01/07 JTDX Remote Operation
26/01/04  log_reciver_Ver2.6.6
26/01/04  Tailscale VPN software for JTDX_Remote

Online Multiple Choice Reviewers to
the Phil Amateur Radio Examination
by 4F3EW


A joint project by JI1FGX/DU9 and DV9JRD

Temperature, Humidity, and Pressure Weather Monitor Indoor Unit (2026/07/05)
The indoor temperature, humidity, and atmospheric pressure weather monitor, which had been running on a breadboard, has now been assembled into a box since all the necessary parts were available.

The hole on the left is the BME280 temperature, humidity, and pressure sensor.
The LED in the middle is an IR LED that sends commands to the air conditioner.
From above.
Sending commands to the air conditionerIR LED.
BME280.Temperature, humidity, and pressure sensors.
The bottom left is the IR INFRARED RECEIVER that receives infrared signals from the air conditioner remote control. KY-022.
The bottom right is Hardbeat LED
USB connector socket.
May 31st.Unlike the outdoor waterproof case installed outdoors, the indoor unit was housed in a lightweight plastic case.
 
The IR receiving sensor was installed to read the ON/OFF status and temperature setting of the air conditioner remote control.
Additionally, the IR LED allows for relaying signals from the remote control.

ESP32-S3 MCU (Microcontroller Unit)


item. specification.
CPU. Dual-core Tensilica Xtensa LX7 (32bit)
Maximum clock speed. 240 MHz.
Computing performance. Approximately 600 DMIPS.
Floating-point arithmetic. Equipped with a single-precision FPU.
AI command. Supports vector commands and AI acceleration.
ULP CPU. Equipped with a RISC-V ultra-low power coprocessor.
Built-in SRAM. 512 KB.
Built-in ROM. 384 KB.
RTC SRAM. 16 KB.
External Flash. Supports Quad/Octal SPI Flash.
External PSRAM. Up to approximately 16 MB (module-dependent)
Wifi. IEEE 802.11 b/g/n (2.4 GHz)
Bluetooth. Bluetooth 5 Low Energy.
USB. Built-in USB OTG and USB Serial/JTAG.
GPIO. Up to 45 bottles (varies depending on the package)
ADC. 12-bit SAR ADC × 2 (maximum 20 channels)


Features.
It has a built-in Wi-Fi network and automatically sends data measured by the sensor to the server every minute.
Our rental web servers utilize MySQL databases instead of CSV files, enabling fast and reliable data management.
If data cannot be transmitted due to internet or Wi-Fi problems,
it will be temporarily saved to the ESP32's built-in flash memory (LittleFS).
The messages will be automatically sent in batches after communication is restored.
If the Wi-Fi connection becomes unavailable, the system will automatically switch to
a backup Wi-Fi access point to continue communication. This assumes smartphone tethering.
It automatically obtains the current time from an NTP server and maintains accurate timekeeping
via the RTC (DS3231) even when there is no internet connection.
Even without a web server, you can access the unit directly via Wi-Fi to check current measurement data and operating status.
You can easily change various settings using a dedicated configuration program from a computer connected via USB.
You can access the settings screen from your web browser and change settings such as Wi-Fi and upload destination.
Because it uses mDNS, you can access the unit using a hostname (e.g., outdoor.local) instead of an IP address.
The settings are saved to the ESP32's built-in non-volatile memory (NVS), so they are retained even when the power is turned off.
Current measurement data can also be obtained in JSON format, making it easy to integrate with other software and systems.
The heartbeat LED allows you to check the unit's operating status, such as power status and Wi-Fi connection status, at a glance.

June 30, 2026.   July 9, 2026.