MCU Products

MCU Products

Professional microcontroller solutions for your applications

Overview

The device is a Flash Memory 8-bit high performance RISC architecture microcontroller device with Glucose Meter AFE module that specifically designed for Glucose Meter applications.

For memory features, the Flash Memory offers users the convenience of Flash Memory multiprogramming 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. By using the In Application Programming technology, users have a convenient means to directly store their measured data in the Flash Program Memory as well as having the ability to easily update their application programs.

Analog features include a multi-channel 24-bit Delta Sigma A/D converter, two 12-bit D/A converters and two internal operational amplifiers. Multiple and extremely flexible Timer Modules provide timing, pulse generation and PWM generation functions. Communication with the outside world is catered for by including fully integrated SPI, UART and I²C interface functions, three popular interfaces which provide designers with a means of easy comminucation with external peripheral hardware. Protective features such as an internal Watchdog Timer, Low Voltage Reset and Low Voltage Detect coupled with excellent noise immunity and ESD protection ensure that reliable operation is maintained in hostile electrical environments.

A full choice of external, internal high and low oscillator functions is 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.

With regard to Glucose Meter applications, the device has integrated many of the functions required by these products. These include functions such as Internal Reference Voltage generator, Internal LDO, 24-bit Delta Sigma A/D converter, 12-bit D/A Converters, operational amplifiers and LCD driver, etc. The inclusion of flexible I/O programming features, 16-bit Cyclic Redundancy Check function, Time Base functions along with many other features enhance the versatility of the device to suit for Glucose Meter applications.

Features

High-Precision Bio-Sensing Analog Front-End

  • - Integrated 24-bit Delta-Sigma ADC
  • - Internal programmable OPAs and electrochemical measurement circuits
  • - Supports AC impedance, phase angle, and bio-signal sensing applications

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

Documents

BH67F2476v180

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

LQFP80

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

LQFP64

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

BMHB2010:BH67F2476 BGM Dev Board Resources

Resources

BMHB2010:BH67F2476 BGM Dev Board Resources

The BMHB2010 is a development board designed for 24-bit A/D glucose meter MCU, the BH67F2476. There are two LCD interfaces to connect to an external LCD module. It’s suitable for developing products such as blood glucose meters, 2-in-1 blood glucose and blood pressure monitors, and hemoglobin testing devices.

BH67F2476 has a built-in phase angle and electrochemical measurement AFE circuit, which can directly measure AC impedance, phase angle, and various electrochemical physiological parameters. It also supports I2C, SPI, and UART communication interfaces.

Online Shopping

Quick Start

BH67F2476 EVM BGM Evaluation Board — User Guide

Version Date: 2026-05-22

The BH67F2476 EVM BGM is a Bio-impedance Analysis (BIA) and Electrochemical Impedance Spectroscopy (EIS) evaluation platform based on Holtek's BH67F2476 SoC. Paired with the EISVision host software, it lets you configure excitation signals, perform impedance frequency sweeps, and validate body-composition algorithms at the board level. This resource set provides the quick-start guide, chip datasheets, EVM schematic and PCB design pack, driver source code, and host software. The complete resource package contains the documents, hardware design pack, and driver source; the host software is provided as a separate Software download.

1. Directory Layout
BH67F2476_EVM_BGM/
├── README.pdf                   # Chinese quick-start guide
├── README_EN.pdf                # English quick-start guide
├── 1.doc/                       # Documents and references
│   ├── simBH67F2476v180.pdf     # BH67F2476 Chinese datasheet
│   └── BH67F2476v180.pdf        # BH67F2476 English datasheet
├── 2.code/                      # Driver source
│   └── bh67f2476_driver/
├── 3.board/                     # EVM board files and PCB pack
└── 4.AP/                        # Host software (separate Software download)
2. EVM Quick Start
FileDescription
README.pdfChinese quick-start guide included in the complete resource package
README_EN.pdfEnglish quick-start guide included in the complete resource package
3. 1.doc — Documents and References
3.1 Chip Datasheets
FileDescription
simBH67F2476v180.pdfBH67F2476 Chinese datasheet
BH67F2476v180.pdfBH67F2476 English datasheet

Recommended reading order: start with this README to bring up the evaluation environment and run a sweep in EISVision, then consult the EIS / 24-bit ADC / excitation-current chapters in the datasheet as needed.

4. 2.code — Driver Source

2.code/bh67f2476_driver/ contains the official BH67F2476 driver source.

4.1 Directory Overview
bh67f2476_driver/
├── application/          # Application layer (BIA body composition, Body Scales, EIS sweep, IAP/ISP firmware update)
├── board/                # Board config (BoardCfg.h — pin map, oscillator, etc.)
├── driver/               # Low-level peripheral drivers (24-bit ADC, ATM/PTM/STM timers, SPI, I2C, UART, LCD, EEPROM, …)
└── example/              # Per-peripheral example projects (one project per peripheral)
4.2 Build and Programming
  • Projects use Holtek's format (.pjtx / .OPT); build with Holtek HT-IDE.
  • Use Holtek's official programmers (e-WriterPro / e-Link).
4.3 Key Application Modules
ModuleFilesDescription
BIAapplication/Bia.c / .hBio-impedance measurement pipeline
Body scalesapplication/BodyScales.c / .hBody composition (fat / muscle estimation)
EISapplication/Eis.c + EisTest.cEIS sweep and self-test
Firmware updateapplication/Iap_Isp.c / .hIAP / ISP in-application programming
5. 3.board — EVM Board Files and PCB Pack
FileDescription
BH67F2476_BGM_V2.0.zipBH67F2476 BGM V2.0 hardware design pack (schematic, PCB, Gerber, BOM — latest revision)
6. 4.AP — Host Software
FileDescription
EISVision.exeEISVision host application: EIS / BIA sweep configuration, waveform display, data export
The host application talks to the EVM over USB-CDC / UART. For port settings, command frames, and example flows, see the example project and protocol document under 2.code/bh67f2476_driver/example/Bh_PcDemo/.
7. Quick Start Guide
BMHB2010 Interface Diagram
  1. Read the docs — read this README to understand the resource layout, board design pack, driver source, and host software
  2. Prepare the hardware — get an EVM BGM board (V2.0 design in 3.board/), then confirm power, interfaces, and jumpers from the board design files and board silkscreen
  3. Connect the host — install and launch 4.AP/EISVision.exe, connect to the EVM's serial port
  4. Driver source — build and flash target firmware from 2.code/bh67f2476_driver/ (HT-IDE)
  5. Run an EIS / BIA experiment — configure excitation frequency and current from EISVision, capture impedance data
  6. Customisation — adapt the projects under application/ and example/ for your own product
8. Contact Us
9. 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.

10. 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 user guide for fast navigation. Refer to the individual PDFs and source code for protocol and register details.

Complete Package

BMHB2010 Complete Resource Package

BH67F2476 BGM V2.0 Board Design

EISVision Host Software

BMHB1008 BH67F2476 BIA Dev Board Resources

Resources

BMHB1008 BH67F2476 BIA Dev Board Resources

The BMHB1008 is the development board of BH67F2476. With it, you can evaluate the functionality of the MCU. The BH67F2476 is suitable for eight-electrode AC body fat scale applications.

Online Shopping

Quick Start

BH67F2476 EVM BIA — Body Composition Analysis Reference Design (BMHB1008) — User Guide

Platform: BH67F2476 (Bio-impedance AFE Flash MCU) Version Date: 2026-05-22

This repository contains the BestHealth Electronics Inc. (悠健电子(东莞)有限公司) evaluation resource pack for the Holtek BH67F2476 24-bit ΔΣ ADC AFE Flash MCU, targeting Bio-impedance Analysis (BIA) applications. It bundles the IC datasheet, Demo board hardware design files, and driver / example source code so customers can quickly evaluate and adapt body-composition, body-fat scale, and bio-impedance measurement designs.

1. Directory Layout
project-root/
├── 1.doc/                    # Documents and references
├── 2.Code/                   # Driver and example source
├── 3.board/                  # Demo board hardware design files
└── README.md                 # This guide
2. 1.doc — IC Datasheets

BH67F2476 datasheets in both Chinese and English:

FileDescription
BH67F2476v171.pdfRequired reading — BH67F2476 Datasheet (English)
simBH67F2476v171.pdfRequired reading — BH67F2476 Datasheet (Simplified Chinese; same content as the English version)

Recommended reading order: review the 24-bit ΔΣ ADC, impedance measurement front-end, power management, and communication interface chapters before starting development.

3. 2.Code — Driver and Example Source

Driver package and example projects for BH67F2476.

3.1 Directory Overview
2.Code/
└── bh67f2476_driver/             # BH67F2476 driver package
    ├── application/              # Application layer (BIA / EIS / body-scale logic)
    ├── board/                    # Board configuration (IO mapping, peripheral init)
    ├── driver/                   # Low-level peripheral drivers (ADC24 / UART / I2C / SPI / RTC ...)
    └── example/                  # Example projects (grouped by peripheral and application)
3.2 BIA / Body-Composition Examples

Projects under 2.Code/bh67f2476_driver/example/ that are directly related to bio-impedance and body-composition measurement:

ProjectDescription
Bia44-electrode bio-impedance measurement reference
BodyScalesBody-weight / body-fat scale reference
EisElectrochemical impedance spectroscopy (EIS) reference
Adc24_MeasureVoltage / Adc24_MeasureVddVoltage / Adc24_MeasureNTC24-bit ADC voltage / VDD / NTC examples
Eeprom_readWrite / Iap_readWrite / Isp_IapEEPROM / IAP / ISP data storage examples
SineWaveOutputSine-wave output (impedance excitation reference)
3.3 General Peripheral Examples

The driver package also includes ATM / PTM / STM timers, UART, I2C, SPI, LCD, LED scan, Halt / WakeUp, Reset, and low-voltage detector examples. See example/ for the full list.

3.4 Build and Programming
  • Projects use Holtek's format (.pjtx / .OPT); open them with Holtek HT-IDE3000 or the matching IDE.
  • Flash devices with the Holtek e-Writer / Hand Writer following the BH67F2476 programming guide.
4. 3.board — Demo Board Hardware Design Files

Hardware design files for the BH67F2476 EVM BIA Demo board.

FileDescription
bh67f2476_board-BIA_V1.2.zipBH67F2476 EVM BIA V1.2 hardware pack (schematic / PCB / BOM / Gerber)
5. Quick Start Guide
  1. Read the datasheet1.doc/BH67F2476v171.pdf (English) or simBH67F2476v171.pdf (Chinese).
  2. Hardware — prepare the BH67F2476 EVM BIA Demo board (see schematic / BOM in 3.board/bh67f2476_board-BIA_V1.2.zip).
  3. Toolchain — install Holtek HT-IDE3000 and open the relevant projects under 2.Code/bh67f2476_driver/.
  4. Bring-up — start with example/Adc24_MeasureVoltage to verify the 24-bit ADC chain, then move to example/Bia4 / example/Eis to validate impedance measurement.
  5. Port to product — use example/BodyScales as the porting template; combine with the algorithms in application/ to complete body-composition computation.
  6. Production readiness — complete functional, reliability, and regulatory testing before mass production.
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 user guide for fast navigation. Refer to the individual PDFs and source code for protocol and register details.

Complete Package

BMHB1008 Complete Resource Package

BH67F2476 BIA Dev Board V1.2 Hardware Design Pack

BH67F2476 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