Resources
BMHB2019:BH67F2493 BGM Dev Board Resources
The BMHB2019 is a development board for the MCU BH67F2493, allowing you to evaluate the features of this MCU. The BH67F2493 is suitable for applications such as blood glucose meters, 2-in-1 blood glucose and blood pressure monitors, hemoglobin testers, and other products.
Quick Start
Platform: BH67F2493 (8-bit Flash MCU + 24-bit Delta-Sigma ADC + AFE analog front-end) Dev Board Model: BMHB2019 Version Date: 2026-06-01
The BH67F2493 EVM is a multi-function evaluation board for blood-glucose sensing applications. Built around the BH67F2493 body-composition measurement MCU, it integrates a 24-bit Delta-Sigma ADC, a dedicated bio-impedance (EIS) measurement circuit, and an LCD driver, providing a complete reference for blood-glucose (BGM) mass-production designs. It also extends to bio-impedance, material moisture, and other electrochemical measurement scenarios.
BH67F2493_EVM/
├── 1.doc/ # Documents and references
├── 2.board/ # Hardware design files
└── 3.code/ # Driver source codeCustomer-facing documentation.
| File | Description |
|---|---|
BH67F2493v130.pdf / simBH67F2493v130.pdf | Required reading — BH67F2493 datasheet (English / Simplified Chinese v1.30) |
BH67F2476_95迁移BH67F2493指南.pdf / BH67F2476_95_to_BH67F2493_Migration_Guide_EN.pdf | Hardware & software migration guide from BH67F2476/95 to BH67F2493 (Chinese / English) |
Recommended reading order: read the BH67F2493 datasheet first; customers migrating from a BH67F2476/95 design should also consult the migration guide; new customers can start directly from the driver source and example projects under 3.code/.
Hardware design materials (schematic / PCB) for the BH67F2493 EVM.
| File | Description |
|---|---|
BH67F2493_EVM_BGM_V1.2.zip | BH67F2493 BGM EVM V1.2 hardware design pack (schematic / PCB) |
8Pin_Strip_V1.1.zip | 8Pin test-strip model board V1.1 design pack (schematic / PCB / Gerber / project sources) |
BH67F2493 driver source and example projects. Projects use Holtek's format (.pjtx) and must be built with Holtek HT-IDE3000.
3.code/BH67F2493_Driver/
├── application/ # Application layer (EIS impedance, IAP/ISP in-app upgrade)
├── board/ # Board configuration (BoardCfg.h: pin map & system clock)
├── driver/ # Low-level drivers (Adc24, Afe, Lcd, Uart, I2c, Spi, Rtc, timers, etc.)
└── example/ # Example projects (glucose, NTC temp, EIS, LCD/LED, comms, low-power, etc.)| Example Path | Description |
|---|---|
example/Adc24_MeasureGlucose/ | 24-bit ADC blood-glucose current measurement |
example/Adc24_MeasureNTC/ | NTC temperature measurement & compensation |
example/Eis/ | Electrochemical Impedance Spectroscopy (EIS) |
example/Lcd_RType/ | LCD display driver |
example/Uart_InterruptPolling/ | UART serial communication |
- In-circuit debug: e-Link Pro2 (OCDS) + HT-IDE3000, with breakpoint/single-step on the target board.
- Mass-production programming: e-WriterPro2 / GangWriter (with HOPE5000).
- More tools: Holtek download index at https://www.holtek.com.cn/page/ice_list/i_8
| Item | Parameter |
|---|---|
| Core MCU | BH67F2493 (8-bit Flash MCU with multi-channel 24-bit Delta-Sigma ADC + AFE) |
| Operating voltage | 1.8V–5.5V (8MHz/4MHz); 2.7V–5.5V (12MHz) |
| Operating temperature | -40°C to +85°C |
| Package | LQFP80 (typical BGM) / LQFP64 (reduced functionality) |
| Communication | SPI, I²C, UART |
| Display | Built-in LCD driver, LED scan |
| Memory | Flash + True EEPROM |
- Read the docs —
1.doc/BH67F2476_95迁移BH67F2493指南.pdf(for migrating customers) - Prepare hardware — use the BH67F2493 EVM; hardware files under
2.board/ - Connect the debugger — board ←→ e-Link Pro2 ←→ PC
- Build an example — open an example project under
3.code/BH67F2493_Driver/example/in HT-IDE3000, then Build All - Download & run — flash to the MCU via e-Link Pro2 and run
- Measure & verify — follow the glucose example; verify first with a test-strip model board (known reference impedance; design files in
2.board/8Pin_Strip_V1.1.zip), then run real measurements
- Resource pack version: based on the BH67F2493 BGM design as of 2026-06-01.
- Technical support: tony@e-besthealth.com (project contact)
- Business inquiries: info@e-besthealth.com
- Website: https://www.e-besthealth.com
- Address: Office 301, Building 10, Xinzhu Garden, No.4 Xinzhu Road, Songshan Lake, Dongguan, Guangdong, China
- Phone: +86-769-26261311
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.
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.
