MCU Products

MCU Products

Professional microcontroller solutions for your applications

Overview

This device is specifically designed for eight-electrode AC Body Fat Scale applications. Measuring body fat uses a technique whereby an AC current flowing through the human body is measured and then used to calculate a body fat value. The specialised circuits to do this are a weight measurement circuit and a fat measurement circuit. The weight measurement circuit uses an external load cell to output a signal, which after amplification by an operational amplifier, and then conversion using an A/D converter, reads the corresponding value as the calculated weight. The fat measurement circuit uses an AC signal via an electrode slice to flow through human body. After amplification by an internal operational amplifier, and then conversion by an A/D converter, the measured value is one representing body impedance, which is used to calculate the corresponding body fat value.

This device is a Flash Memory A/D type 8-bit high performance RISC architecture microcontroller which includes a multi-channel 24-bit Delta Sigma A/D converter, designed for applications that interface directly to analog signals and which require a low noise and high accuracy analog-to-digital converter. For memory features, the Flash Memory offers users the convenience of multi-programming features. Other memory includes an area of RAM Data Memory as well as an area of true EEPROM memory for storage of non-volatile data such as serial numbers, calibration data etc.

Analog features include a multi-channel 24-bit Delta Sigma A/D converter and other circuitry specifically designed for Body Fat Scale applications. Multiple and extremely flexible Timer Module provides timing, pulse generation and PWM generation functions. Communication with the outside world is provided by including fully integrated SPI, I2C and UART interface functions, these popular interfaces which provide designers with a means of easy communication with external peripheral hardware. Protective features such as an internal Watchdog Timer, Low Voltage Reset and Low Voltage Detector coupled with excellent noise immunity and ESD protection ensure that reliable operation is maintained in hostile electrical environments.

A full choice of HIRC, LIRC and LXT oscillators functions are provided including two fully integrated system oscillators which require no external components for their implementation. The ability to operate and switch dynamically between a range of operating modes using different clock sources gives users the ability to optimise microcontroller operation and minimise power consumption.

The inclusion of flexible I/O programming features, Time-Base functions along with many other features ensure that only a minimum of external components is required for application implementation, resulting in reduced component costs and reductions in circuit board areas..

Features

Low Power Consumption and Wide Operating Voltage

  • - Operating voltage: 2.2V ~ 5.5V
  • - Supports selectable clock sources and power-down modes
  • - Ideal for battery-powered portable devices

Highly Integrated Memory and Interfaces

  • - Built-in Flash, RAM, and EEPROM
  • - Communication interfaces: I²C / SPI / UART
  • - Supports In-Application Programming (IAP) for firmware updates

Enhanced System Safety and Reliability

  • - Built-in Watchdog, LVR / LVD
  • - Strong noise immunity and ESD protection
  • - Flexible internal/external clock switching

High-Precision Bia-Sensing Analog Front-End

  • - 24-bit Delta-Sigma ADC with 3 differential or 6 single-end channels
  • - Internal programmable OPAs and electrochemical measurement circuits
  • - Supports AC impedance, phase angle, and bio-signal sensing applications
  • - Built-in Bio-impedance Analysis circuit

Documents

BH66F2665v130

Contains electrical characteristics, register descriptions, and system architecture. Please refer to it before solution design and software development.

LQFP48

Includes package dimensions, pad layout, and assembly requirements. Please use it for PCB layout and process evaluation.

QFN24

Includes package dimensions, pad layout, and assembly requirements. Please use it for PCB layout and process evaluation.

QFN32

Includes package dimensions, pad layout, and assembly requirements. Please use it for PCB layout and process evaluation.

BMHB1100 BH66F2665 BIA Dev Board Resources

Resources

BMHB1100 BH66F2665 BIA Dev Board Resources

BMHB1100 is a development board for BH66F2665 that you can use to evaluate the characteristics of this MCU. BH66F2665 Suitable for use in eight-electrode body fat scale products.

Online Shopping

Quick Start

BH66F2665 EVM Body Composition Evaluation Board — User Guide

Platform: BH66F2665 (AFE / 24-bit ΔΣ ADC Flash MCU) Version date: 2026-05-22

The BH66F2665 EVM is a multi-function AC-impedance evaluation board built around the BH66F2665 high-performance Flash MCU. With its on-chip 24-bit Delta-Sigma ADC and dedicated body-composition analog front-end, it lets developers quickly evaluate 8-electrode / 4-electrode BIA body composition analysis, skin moisture detection, EIS (Electrochemical Impedance Spectroscopy), Load-cell weighing, and a range of extended AC-impedance measurement applications (wood moisture, soil humidity, etc.).

1. Directory Layout
BH66F2665_EVM_BIA/
├── 1.doc/                       # Documents
├── 2.code/                      # Driver source & sample projects
├── 3.board/                     # Hardware design ZIPs
└── README.md                    # This guide
2. 1.doc/ — Documents

Quick Start Guides in PDF form (Chinese + English).

FileDescription
BH66F2665_EVM_快速入门指导_sim.pdfMust read — BH66F2665 EVM Quick Start Guide (Simplified Chinese)
BH66F2665_EVM_Quick_Start_Guide_en.pdfBH66F2665 EVM Quick Start Guide (English)

Recommendation: Read the Quick Start Guide before development. It walks through board interfaces, electrode wiring, sample projects and the verification flow. For chip-level specs and register details, refer to the BH66F2665 Datasheet & User Manual on the Holtek website.

3. 2.code/ — Driver Source & Sample Projects

2.code/bh66f2665_driver/ is the BH66F2665 driver library (application code, low-level drivers, sample projects).

3.1 Layout
2.code/bh66f2665_driver/
├── driver/         # Low-level peripheral drivers (Adc24 / CTM / STM / I2c / Spi / Uart / Rtc / Eeprom / Iap / IntPin ...)
├── application/    # Application layer (Bia / BiaHeartRate / BodyScales / BhSkinMoisture / Eis / Iap_Isp / UartProtocol)
├── board/          # Board configuration (BoardCfg.h)
└── example/        # Sample projects
3.2 Sample Projects
SampleDescription
Bia8/8-electrode BIA whole-body composition measurement
Bia4/4-electrode BIA partial body measurement
BiaHeartRate/BIA heart-rate measurement
BodyScales/Load-cell weighing scale
SkinWater/Skin moisture detection (extendable to material moisture)
Eis/EIS electrochemical impedance spectroscopy
Adc24_MeasureVoltage/ / Adc24_MeasureNTC/ / Adc24_MeasureVddVoltage/24-bit ADC voltage / NTC / Vdd measurement
Uart_InterruptPolling/UART interrupt / polling
I2c_Master_IO/ / I2c_Slave_Interrupt/I²C master / slave
Spi_Master_polling/ / Spi_Slave_polling/SPI master / slave
CTM_Timer/ / CTM_PwmOutput/ / CTM_CompareMatchOutput/CTM timer / PWM / compare-match
STM_Timer/ / STM_PwmOutput/ / STM_CaptureInput/ / STM_SinglePulseOutput/ / STM_CompareMatchOutput/STM timer / PWM / capture / single-pulse / compare-match
TimeBase_Interrupt/ / TimeBase_polling/Time-base interrupt / polling
Halt_current/ / Halt_WakeUp_PortA/Low-power Halt mode / port wake-up
Wdt_OverflowInHaltMode/ / Wdt_OverflowinWorkMode/Watchdog
Eeprom_readWrite/True EEPROM read / write
Iap_readWrite/ / Isp_Iap/IAP / ISP read / write
LedScan7x6/7×6 LED scan display
Rtc/Real-time clock
LowVoltageDetector_polling/ / ResetLowVoltage/ / ResetMcu_RstReg/ / ResetMcu_lvrcReg/LVD / LVR / reset
IntPin_Interrupt/ / IntPin_polling/External interrupt
Ram_ClearAll/RAM clear
3.3 Communication & Build
  • Interface: UART, parameters defined in 2.code/bh66f2665_driver/board/BoardCfg.h.
  • IDE: Holtek HT-IDE3000; debugger e-Link Pro2; production programmers e-WriterPro2 / GangWriter00-8 with HOPE5000.
  • Import a sample: File → Open Project, choose 2.code/bh66f2665_driver/example/<sample>/<sample>.pjtx, then Build → Build All, Debug → Download to flash.
4. 3.board/ — Board & PCB Resources
FileDescription
BH66F2665_EVM_BIA_V1.2.zipBH66F2665 EVM hardware design (schematic + PCB + BOM, full pack)
BH66F2665_EVM_BIA_32QFN.zipBH66F2665 32QFN-package reference schematic & project

The Best Modules BMHB1100 human-impedance model board pairs with this EVM for fast 8-electrode / 4-electrode BIA verification: <https://www.bestmodulescorp.com/en/bmhb1100-demo.html>

5. Quick-Start Workflow
  1. Read the docs1.doc/BH66F2665_EVM_快速入门指导_sim.pdf (CN) or _en.pdf (EN).
  2. Hardware setup — Get the BH66F2665 EVM board + the optional BMHB1100 human-impedance model board; supply 3.3–5.5 V.
  3. Jumpers — Body composition / weighing → BIA mode; skin moisture / EIS → EIS mode.
  4. Build & flash — In HT-IDE3000 open 2.code/bh66f2665_driver/example/Bia8/Bia8.pjtx, build, and download via e-Link Pro2.
  5. Bring-up & verify — Wire the BMHB1100 per the Quick Start Guide table; observe data via UART or in-circuit debug. At ≤ 200 kHz the impedance error is typically ~ 1 %.
  6. Application variants — Skin moisture → SkinWater/; weighing → BodyScales/; material impedance → Eis/.
6. Version & Contact
7. Disclaimer

The materials in this repository — including hardware schematics, PCB files, source code, and documents — are provided solely for customer reference and evaluation. Before using these materials in product design, mass production, or commercial deployment, customers are responsible for conducting full functional testing, reliability validation, and regulatory certification. BestHealth Electronics Inc. (悠健电子(东莞)有限公司) shall not be liable for any direct or indirect losses arising from the customer's use of these materials in production, sale, or operation — including but not limited to yield issues, field failures, product recalls, or end-customer claims. These materials are provided "as is" without warranty of any kind, express or implied.

8. Intellectual Property

All materials in this repository (including but not limited to hardware design files, source code, documents, trademarks, and logos) are the intellectual property of BestHealth Electronics Inc. (悠健电子(东莞)有限公司), protected by applicable laws. Customers are granted only the right to use these materials for reference and evaluation. Reverse engineering, resale, redistribution, or unauthorized public release is prohibited without prior written consent.

© 2026 BestHealth Electronics Inc. (悠健电子(东莞)有限公司) All Rights Reserved.

This README is a directory-level guide for fast navigation. For protocols, registers and electrical parameters, refer to the BH66F2665 Datasheet / User Manual and the source code of each sample project.

Complete Package

BMHB1100 Complete Resource Package

BH66F2665 EVM BIA V1.2 Board Design

BH66F2665 EVM 32QFN Schematic Design

BH66F2665 Driver Source Code

🔬 Development Stage

Tools for development and debugging

💻 Software

IDE-3000

(IDE Software)

The HT-IDE3000 is a simulation software specially developed for HOLTEK 8-bit MCUs. When used together with OCDS EV chip, it will implement a series of operations such as single step, full speed, breakpoint setting, RAM monitor, etc.

Documents

IDE-3000

The HT-IDE3000 is a simulation software specially developed for HOLTEK 8-bit MCUs. When used together with OCDS EV chip, it will implement a series of operations such as single step, full speed, breakpoint setting, RAM monitor, etc.

HT-IDE3000 User’s Guide

🔧 Hardware

e-LinkPro2

(Debug Hardware)

The e-LinkPro2 function is compatible with the e-Link and which is an online debug adaptor for Holtek's new generation of OCDS architecture Flash MCUs. Together with the HT-IDE3000 software it allows users to program and debug programs on their target boards. The e-LinkPro2 also provides an ICP function for Flash MCUs. When connected to a PC and when used together with the HOPE3000 software the e-LinkPro2 can also be used as a low volume engineering programmer for HT8 Flash MCUs.

Documents

Holtek e-Link for 8-bit MCU OCDS User’s Guide

🏭 Small-scale Production

Tools for small batch programming

💻 Software

IDE-3000

(IDE Software)

The HT-IDE3000 is a simulation software specially developed for HOLTEK 8-bit MCUs. When used together with OCDS EV chip, it will implement a series of operations such as single step, full speed, breakpoint setting, RAM monitor, etc.

Documents

IDE-3000

The HT-IDE3000 is a simulation software specially developed for HOLTEK 8-bit MCUs. When used together with OCDS EV chip, it will implement a series of operations such as single step, full speed, breakpoint setting, RAM monitor, etc.

HT-IDE3000 User’s Guide

HOPE5000

(Programming Software)

The HOPE5000 is a software designed by Holtek for programming MCUs. The software is connected to the writer via a USB cable to transmit the related programming data.

Documents

HOPE5000

The HOPE5000 is a software designed by Holtek for programming MCUs. The software is connected to the writer via a USB cable to transmit the related programming data.

HOPE5000 User guide

🔧 Hardware

e-Socket

(Programming Hardware)

The e-Socket is a socket which is used together with e-WriterPro. MCUs with the same package types can use the same e-Socket for programming. It is not necessary to purchase individual programming adaptors for different MCUs. The e-Socket is designed with a programming counter which enables the e-WriterPro to remind users when to replace the e-Socket with a new one after a certain amount of times. This function is provided to maintain high programming quality.

e-WriterPro2

(Programming Hardware)

The e-WriterPro2 is an upgraded version programmer of the e-WriterPro, which is fully compatible with the previous version, and it can be used not only as a programming tool for all of Holtek’s OTP and Flash devices during development stage but can also be used for small to medium volume production purposes.

🏢 Mass Production

Tools for high-volume manufacturing

💻 Software

IDE-3000

(IDE Software)

The HT-IDE3000 is a simulation software specially developed for HOLTEK 8-bit MCUs. When used together with OCDS EV chip, it will implement a series of operations such as single step, full speed, breakpoint setting, RAM monitor, etc.

Documents

IDE-3000

The HT-IDE3000 is a simulation software specially developed for HOLTEK 8-bit MCUs. When used together with OCDS EV chip, it will implement a series of operations such as single step, full speed, breakpoint setting, RAM monitor, etc.

HT-IDE3000 User’s Guide

🔧 Hardware

GangWriter00-8

(Programming Hardware)

The product is an upgraded gang programmer of Gang-Writer32-8 and Gang-Writer8-8. It is composed of a development board and two programming modules and supports programming both Holtek 8-bit and 32-bit MCUs. Each programming module includes 4 programming interfaces, and one development board can connect up to 4 programming modules. This allows the product to program up to 16 MCUs simultaneously, with support for parallel programming across 2, 4, 6, 8, 12, and 16 sites.

e-Socket

(Programming Hardware)

The e-Socket is a socket which is used together with e-WriterPro. MCUs with the same package types can use the same e-Socket for programming. It is not necessary to purchase individual programming adaptors for different MCUs. The e-Socket is designed with a programming counter which enables the e-WriterPro to remind users when to replace the e-Socket with a new one after a certain amount of times. This function is provided to maintain high programming quality.

e-WriterPro2

(Programming Hardware)

The e-WriterPro2 is an upgraded version programmer of the e-WriterPro, which is fully compatible with the previous version, and it can be used not only as a programming tool for all of Holtek’s OTP and Flash devices during development stage but can also be used for small to medium volume production purposes.

Follow Our WeChat
Scan QR code to follow us on WeChat

Scan QR code to follow us on WeChat

+86-769-26261311info@e-besthealth.com