FoIHVlSJ

TF card extension board based on AGB-E05-01 board frame

 
Overview
In
some open-source projects, the TF card slot is internal, and commercially available compatible cases don't have a pre-drilled slot, making it inconvenient to flash memory cards.
 
For example,
 
a relatively elegant and lossless solution is to use an extension cable to better utilize the existing case's cartridge slot .
 
To better fit the cartridge case, an extension board for this board frame is created.
Examples of domestically produced cartridge case designs:
 
Printed cartridge case design:
 
Notes
Domestic Shell - Left Support.stl
Domestic Shell - Right Support.stl
Printed casing .3mf
PDF_TF Card Extension Board Based on AGB-E05-01 Board Frame.zip
Altium_TF Card Extension Board Based on AGB-E05-01 Board Frame.zip
PADS_TF Card Extension Board Based on AGB-E05-01 Board Frame.zip
BOM_TF Card Extension Board Based on AGB-E05-01 Board Frame.xlsx
94394
45° Triangle Ruler - NFC - with AEDL logo
The core work involved coupling the NFC function to the triangle plate primarily consisted of designing and simulating the irregularly shaped coil. After soldering, the NFC function was tested and found to be normal, with the deviation between the simulated and actual inductance values ​​being acceptable.
The core work involved coupling the NFC function to the triangular plate, specifically designing and simulating the irregularly shaped coil. After soldering, the NFC function tested and was found to be normal. The deviation between the simulated and actual inductance values ​​was acceptable. The
simulated inductance value was 2.75uH, and with a 50pF coupling capacitor, the resonant frequency was exactly the chip's operating frequency.
The measured inductance value was 3.56uH. My instrument has some issues and isn't very accurate, and the maximum frequency is only 1MHz… At least the inductance value wasn't that far off. The
NFC function test passed. It was also discovered that the coupling capacitor doesn't need to be used.
 
 
 
PDF_45° Triangle Ruler_NFC_with AEDL logo.zip
Altium 45° Triangle Ruler NFC with AEDL Logo.zip
PADS_45° Triangle Ruler_NFC_with AEDL logo.zip
94395
Isolated USB hub/to-485/to-Ethernet port
USB 2.0 HUB + RS485 + 100M Ethernet port using WCH domestic conversion chip (with 3D shell design)
The WCH domestic conversion chips used in this product
include: a USB hub chip (CH334, a USB to 4-port hub chip, see https://www.wch.cn/products/CH334.html);
a USB to serial port chip (CH9101, a VCP/CDC serial port chip, see https://www.wch.cn/products/CH9101.html);
a USB to Ethernet chip (CH397, a 100M network card chip, see https://www.wch.cn/products/CH397.html);
and a USB current limiting power distribution switch chip (CH217, which can be used in conjunction with CH334 for control). See https://www.wch.cn/products/CH217.html for details.
The isolated RS485

uses the Nsi8241 isolation chip to isolate the TTL serial port from the RS485, achieving 3k~8kVrms level isolation withstand voltage.

https://www.novosns.com/general-digital-isolator-1370
has been simply verified.
Connecting to a USB hub, emulator, network cable, and RS485,
actual tests show:
1. Serial port transmission and reception are normal;
2. Emulator debugging at 10MHz is normal;
3. Network port connection is normal and can connect to the host computer.
The 3D shell design uses a professional EDA version
to design the three-view diagram, which is simple and convenient. Combined with real-time preview of the PCB 3D model, it even eliminates the need to measure the actual dimensions. The actual prototyping effect is also very accurate. (The discrepancy between the image and the actual product on the cover is due to the initial design not considering the shell thickness. Components did not extend beyond the board edge, resulting in the interface being separated by the shell by 3mm. On some devices, the USB port was too shallow and not securely connected. The PCB and shell design has been modified to make the overall design more reasonable.)
A minor issue: when the shell is configured as a top and bottom shell, the inner wall cannot be cut with a separate slot. The USB port is designed to fit into the slot on the inner wall, requiring manual cutting to remove the connecting portion.
PDF_Isolated USB Hub to 485 to Ethernet.zip
Altium Isolated USB Hub to RS-485 to Ethernet.zip
PADS_Isolated USBHUB_to_485_to_Ethernet_Port.zip
BOM_Isolated USBHUB_to-485_to-Ethernet_port.xlsx
94396
ESP32 CH343P programmer
Mini ESP32 programmer, USB to serial, 3.3V or 5V TTL level selectable.
Main reference: [Verified] The ESP32 CH343P small-size programmer
brings out the VIO pin of the CH343P, allowing users to select between 3V3 and 5V TTL levels for serial communication.
Using a jumper cap, shorting the VIO pin and 3V3 outputs a 3V3 TTL level. Leaving the 5V pin connected or shorting it outputs a 5V TTL level.
Verified to successfully program the Heze ESP32-C3.
A BOM and link are attached.
Connection for programming the Heze ESP32-C3:



Programmer
Heze ESP32-C3


3.3V
3.3V


GND
GND


RX
TX


TX
RX


IO0
IO09


EN
EN


BOM List.xlsx
PDF_ESP32 CH343P Burner.zip
Altium_ESP32 CH343P Burner.zip
PADS_ESP32 CH343P Burner.zip
BOM_ESP32 CH343P Burner.xlsx
94397
HeadTracker_ESP32 Wireless Head Tracking
Wireless head tracking based on open-source head tracking ported from ESP32.
The HeadTracker using EPS32 and ICM42688
is now usable, connecting via Bluetooth. A short press returns it to center, and a long press maintains the current position. Please use the HT_LITE_V2 hardware version.
 
This project is for the head-tracking transmitter module; the receiver module uses the development board directly. You will need to power it yourself and solder a 3.5mm adapter to connect it to the remote control.
Calibration and IMU orientation settings need to be written into the software source code and recompiled. Currently, there is no compatible host computer
 
firmware source code. (https://github.com/NineDayCC/HeadTracker_ESP32)
PDF_HeadTracker_ESP32 Wireless Head Tracking (Deprecated).zip
Altium_HeadTracker_ESP32 Wireless Head Tracking (Deprecated).zip
PADS_HeadTracker_ESP32 Wireless Head Tracking (Deprecated).zip
BOM_HeadTracker_ESP32 Wireless Head Tracking (Deprecated).xlsx
94398
MP3 Portable Design and Production
By using the VS1053 as a decoder and the STM32F as the main controller, a powerful MP3 player can be created. The VS1053 provides powerful audio encoding and decoding capabilities, while the STM32F handles overall control; together, they deliver a high-quality audio playback experience.
The MP3 player uses the STM32F407RET6 as the main controller, including SPI, I2C, IIS, and SDIO, providing great convenience for developers. The SPI interface is high-speed and full-duplex, suitable for communication with peripherals such as E²PROM and FLASH. The I2C interface connects to an OLED screen, enabling efficient data transmission. The IIS interface supports audio data transmission and processing, providing robust support for multimedia applications. The SDIO interface enables fast data exchange with SD cards, and the built-in SD card functionality further expands storage capacity. In addition, external Flash memory is supported, providing larger storage space and flexible data storage methods.
1.jpg
2.jpg
3.mp4
4.jpg
PDF_MP3 Portable Design and Production.zip
Altium_MP3 Portable Design and Production.zip
PADS_MP3 Portable Design and Production.zip
BOM_MP3 Portable Design and Production.xlsx
94400
12V UPS Extended Version
12V UPS extension version, used for temporary power supply of software routers and routers.

This is a 12V UPS extension version, currently used with my R3G and N100 routers .
I purchased the 12V 6A adapter (version 3S), which supports a maximum of 6A, sufficient for both the router and the software router. It
uses three 21700 batteries, which are very cheap to buy from used units on Xianyu (a second-hand marketplace).
I recommend using a 12.6V charger; otherwise, the batteries might only charge to 12V and then stop. Of course, using a 12V charger is fine, but the battery life won't be as long. For
any questions, you can join QQ group: 893808081.
Below are photos of the finished product.
Print Outer Shell.zip
PDF_12VUPS Extended Version.zip
Altium_12VUPS Extended Version.zip
PADS_12VUPS Extended Version.zip
BOM_12VUPS Extended Version.xlsx
94401
electronic
参考设计图片
×
 
 
Search Datasheet?

Supported by EEWorld Datasheet

Forum More
Update:2026-03-26 18:04:53

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
community

Robot
development
community

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号