Skip to main content
Renesas Electronics Corporation

Description

RL78/G1D Evaluation Board is very flexible allowing the user to evaluate RL78/G1D from the application angle and also supports new development. It has gained FCC, IC, CE, KC and MIC (Japan) certifications. The RL78/G1D Evaluation Board consists of a RL78/G1D module which can be plugged on to the development board and connects to IDE for development and debugging. The development board can also work with PC GUI tool for application level evaluation.

Features

  • Wireless module
    • RL78/G1D module (RTK0EN0002C01001BZ)
  • USB communication
    • USB interface USB mini-B connector
  • Input functions
    • RESET switch
    • DIP switch (4-pole switch)
    • Push switches (four)
  • Display
    • Four LEDs
  • Debug interface
    • 2.54 mm pitch male connector for connecting to an E1 emulator (sold separately)
  • Power supply voltage
    • 1.8V to 5.0V
    • One of the following power supplies can be selected
      1. AC adapter 5.0 V or DC jack for battery box input
        Power supply jack: OD φ 5.5 mm, ID φ 2.0 mm, outside: minus, inside: plus
      2. USB VBUS 5 V
      3. 3.3 V supplied from E1 emulator Supply
  • Dimensions
    • 55mm × 90mm × 18mm
  • Note: This evaluation board does not include an AC adapter, development tool, and protocol stack. Please refer to the protocol stack's webpage to get the protocol stack.

Applications

  • Building Management System, Mobile Device
Type Title Date
Manual - Development Tools PDF 2.79 MB 日本語
Tool News - Release PDF 156 KB 日本語
Application Note PDF 1.43 MB 日本語
AI-generated Summary: The Bluetooth Low Energy Protocol Stack Security Library offers APIs to simplify implementing BLE security features such as pairing, encryption, bonding, and privacy. It supports Central and Peripheral roles and automates key generation and management, privacy functions, and security procedures. The library uses rBLE API under the hood and requires specific initialization and event handling APIs. It facilitates secure BLE communication by protecting against attacks like MITM and managing security keys and addresses.
Application Note PDF 1.10 MB 日本語
AI-generated Summary: The document explains the process to acquire Bluetooth qualification for products using Bluetooth Low Energy (LE) microcomputers or modules from Renesas. It details the Qualified Design Identification (QDID) numbers applicable to various IC groups and modules, the supported Bluetooth profiles and services, and the necessary steps for Bluetooth SIG membership registration, Declaration ID purchase, and product registration. The document also clarifies the use and limitations of specific QDIDs and provides a comprehensive list of supported profiles and services for each design.
Application Note PDF 858 KB 日本語
AI-generated Summary: The sample program demonstrates Bluetooth Low Energy protocol stack implementation using a Sample Custom Profile. It covers fundamental GAP API usage for central and peripheral roles, security via encryption, RWKE task and message handling, multiple connections, and simple user applications with buttons and LEDs. The demo requires RL78/G1D Evaluation Boards, a PC with specific hardware and software environments, and tools like Renesas On-chip Debugging Emulator E1. Setup and operation instructions are provided.
Application Note PDF 1.50 MB 日本語
AI-generated Summary: The document details the Virtual UART Application using Bluetooth Low Energy on RL78/G1D devices. It explains software configuration, functions, and operation checks, including simple AT commands for Bluetooth LE connection control. The application supports character and binary data transmission with options for communication with or without response. It describes the setup using two evaluation boards connected via USB and controlled through terminal software, enabling bidirectional data exchange over Bluetooth LE.
Application Note PDF 1.57 MB 日本語
AI-generated Summary: The document details the configuration and use of a simple API for Bluetooth Low Energy (BLE) communication on the RL78/G14 platform. It covers system and software setup, development environment, program execution, and API specifications. The simple API offers nine functions to manage BLE operations such as scanning, advertising, connecting, data communication, and disconnection. It supports encrypted communication and device filtering via a whitelist. The API runs on a Host MCU controlling the RL78/G1D BLE module, enabling flexible data exchange using a general purpose communication profile.
Application Note PDF 1.49 MB 日本語
AI-generated Summary: The document details a Simple API for Bluetooth Low Energy communication using the RX113 MCU. It provides nine APIs enabling scanning, advertising, connecting as master or slave, data transmission, and disconnection. The system supports Renesas Starter Kit for RX113 as Host MCU and RL78/G1D modules as BLE MCUs. It also covers system configurations, UART communication settings, and integration with smartphones. The API facilitates bidirectional communication using a proprietary virtual UART profile with automatic encrypted connections.
Application Note PDF 1.60 MB 日本語
AI-generated Summary: The document explains the Bluetooth Low Energy protocol stack host sample for RL78/G14, detailing device and software composition, operation procedures, and software sequences. It describes the host sample running on the Renesas Starter Kit for RL78/G14, controlling the RL78/G1D BLE microcontroller via UART communication. The system supports UART 2-wire and branch connections. The host sample manages BLE communication with a smartphone, handling broadcasting, connection establishment, pairing, encryption, and ADC data transmission. It includes a simple scheduler and power-saving STOP mode.
Application Note PDF 1.52 MB 日本語
AI-generated Summary: This document provides general precautions for handling microprocessing and microcontroller units, emphasizing proper treatment of unused pins, power-on processing, prohibition of access to reserved addresses, and clock signal stability. It highlights differences between products with varying part numbers and advises system evaluation tests when switching products. Additionally, it outlines the purpose and target readers of the RL78/G1D Module Firmware manual and lists related documents and application notes for further reference.
Application Note PDF 1.10 MB 日本語
AI-generated Summary: The document details the RL78/G1D module control software, including firmware and host MCU programming. It explains the system configuration where the Host MCU controls the RL78/G1D module via serial communication using the RSCIP protocol. The Host MCU program includes user applications and BLE communication managed through the rBLE API, supporting GAP, GATT, and various profiles. The software handles command processing, event notifications, and error recovery in serial communication. The document also outlines development environments, firmware specifications, and build procedures.
Manual - Development Tools PDF 1.94 MB 日本語
Manual - Development Tools PDF 1.89 MB 日本語
Manual - Development Tools PDF 1.92 MB 日本語
Application Note PDF 860 KB 日本語
AI-generated Summary: GATTBrowser for Windows enables scanning and connecting to nearby Bluetooth Low Energy (LE) devices for GATT-based communication. It displays advertising data, RSSI, services, and characteristics of connected devices, allowing manipulation and data exchange. The software runs on Windows 10 PCs with Bluetooth LE functionality. Users enable Bluetooth on their PC, install the executable, and operate the application to support Bluetooth LE product development. The document details installation, operation steps, feature descriptions, and error handling.
Application Note PDF 1.62 MB 日本語
AI-generated Summary: Windows 10 Bluetooth LE applications enable wireless communication with Renesas evaluation boards equipped with Bluetooth Low Energy microcomputers or modules. Two main applications, LED Switch Service Client and Virtual UART Client, support different device groups for tasks such as pairing, connecting, service discovery, and data communication. The document details operation flows, build environments, and implementation specifics for these applications, including API usage, pairing, connection management, and data transmission. It also references evaluation boards and software relevant to RX23W, RA4W1, RE01B, and RL78/G1D groups, providing comprehensive guidance for developing and verifying Bluetooth LE communication on Windows 10 platforms.
Application Note PDF 2.06 MB 日本語
AI-generated Summary: The sample program operates on the RL78/G1D Evaluation Board, providing three main applications: Beacon Application for broadcasting advertising packets, Scan Application for receiving advertising packets, and Direct Test Mode (DTM) Application for evaluating RF characteristics. Users can select applications via DIP switches or control advertising packets through ASCII-format UART commands. The Beacon Stack offers APIs to manage Advertising, Scanning, and DTM functions. The document details firmware building, operation procedures, hardware configuration, and RF evaluation methods to support Bluetooth Low Energy functionalities effectively.
Application Note PDF 613 KB 日本語
AI-generated Summary: Bluetooth low energy beacons broadcast unique IDs to enable one-to-many communication within a local area. They support applications such as point-of-interest information, coupon distribution, indoor positioning, and tracking people or objects. Smartphones receive beacon IDs to query servers for related data, facilitating location-based services and marketing insights. Beacons provide indoor positioning where GPS is unavailable and enable tracking of individuals with beacon devices through detection devices or smartphones.
Application Note PDF 2.54 MB 日本語
AI-generated Summary: The document details a Bluetooth Low Energy protocol stack sensor application that controls GPIO, A/D conversion, and I2C communication via a GATT-based profile. It supports remote control through an Android app, BleSensor, enabling GPIO manipulation and sensor data monitoring. The sample program includes drivers for A/D converters and I2C devices, with default support for the Renesas ISL29123 RGB light sensor. Users can connect various sensors by implementing appropriate device drivers.
Application Note PDF 2.58 MB 日本語
AI-generated Summary: The RL78/G1D Beacon Stack Multi-Hop feature enables devices to relay commands and data across multiple nodes without security. It supports broadcasting commands, such as lighting control, where each device retransmits commands to extend coverage. It also facilitates data gathering from sensors by relaying sensor data to a collector, allowing communication beyond direct range. The document details various data structures, event handling, and transmission/reception processes involved in multi-hop communication.
Application Note PDF 1.70 MB 日本語
AI-generated Summary: The document explains the Bluetooth Low Energy (BLE) Protocol Stack and the Renesas Wireless Kernel Extension (RWKE) used for application development. It details the BLE Protocol Stack's role in managing RF communication for RL78/G1D devices and providing APIs for accessing BLE profiles such as GAP and Security Manager. RWKE is described as a simple non-preemptive multitasking OS that manages application and BLE stack processing through events, messages, timers, and memory functions, enabling flexible application sequences.
Application Note PDF 1.99 MB 日本語
AI-generated Summary: The sample program supports Beacon Operation and RF Evaluation Operation on the RL78/G1D Evaluation Board. Beacon Operation enables transmitting and updating Advertising packets using a Custom Profile via Bluetooth Low Energy devices. RF Evaluation Operation allows RF characteristic testing with an RF Tester. The program includes Beacon, Connect, and DTM Applications, along with Beacon Stack, BLE Protocol Stack, and Flash Libraries. Beacon and Connect Applications handle advertising and connection functions, storing configuration and pairing data in flash memory. DTM Application tests RF performance directly.
Manual - Development Tools PDF 974 KB 日本語
Application Note PDF 1.77 MB 日本語
AI-generated Summary: The document details the Bluetooth Low Energy (BLE) protocol stack host sample for RX113, describing device and software composition, operation procedures, and communication between the RX113 host MCU and RL78/G1D BLE MCU via UART. It outlines the hardware and software environment, including the Renesas Starter Kit, BLE evaluation board, and smartphone as the remote device. The host sample operates as a slave device, automatically establishing BLE connections, enabling custom profiles, handling pairing and encryption, and managing notifications and connection status display.
Application Note
Log in to Download PDF 1021 KB 日本語
AI-generated Summary: Current consumption measurement requires using an oscilloscope rather than a multimeter. A current probe is ideal, but a small resistor (around 10Ω) can be used in the power supply line to measure voltage drop and calculate current (I=V/R). The power supply should be a DC stabilized source. The RL78/G1D evaluation board allows insertion of measurement devices by opening the power line with switch SW10. Voltage probes connect across the resistor between terminals TP7 and TP8. To eliminate leakage current from signal level shift buffers, switches SW9 and SW13 must be set appropriately during measurement.
Application Note PDF 446 KB 日本語
AI-generated Summary: The document details the design data for the RL78/G1D Evaluation board module, including file organization with application notes, circuit diagrams, parts list (BOM), Gerber data, and pattern figures. It describes the substrate layer configuration consisting of four layers: parts and analog signal, GND, VDD/GND, and digital signal/GND layers. The substrate structure impacts RF characteristics, so maintaining the same configuration is essential. It also provides links for Renesas Electronics support and trademark information.
26 items

Software & Tools

Software & Tools

Software title
Software type
Company
Bluetooth® Low Energy Protocol Stack for RL78 Family
Bluetooth v4.2 certified protocol stack (Target device: RL78/G1D)
Protocol Stack Renesas
1 item

Sample Code

Sample Code

Filters
Type Title Date Date
Sample Code
[Software=Bluetooth® low energy Protocol Stack|Ver.1.21],[Toolchains=CC-RL|V1.03.00]
Log in to Download ZIP 5.37 MB 日本語
Application: Consumer Electronics, Industrial
Compiler: CC-RL, ICCRL78 Function: Application Example IDE: CS+ for CC, e2 studio
Sample Code
Log in to Download ZIP 5.05 MB 日本語 Compiler: CA78K0R, CC-RL, ICCRL78 Function: Communication Interface IDE: CS+ for CA, CX, CS+ for CC, e2 studio, IAR EWRL78
Sample Code
Log in to Download ZIP 2.06 MB 日本語
Application: Consumer Electronics, Industrial
Compiler: CA78K0R, CC-RL Function: Communication Interface IDE: CS+ for CA, CX, CS+ for CC, e2 studio
Sample Code
Log in to Download ZIP 16.22 MB 日本語
Application: Consumer Electronics, Industrial
Compiler: CC-RX Function: Communication Interface IDE: e2 studio
Sample Code
Log in to Download ZIP 2.71 MB 日本語
Application: Consumer Electronics, Industrial
Compiler: CA78K0R, CC-RL Function: Communication Interface IDE: CS+ for CA, CX, CS+ for CC, e2 studio
Sample Code
Log in to Download ZIP 1.39 MB 日本語
Application: Consumer Electronics, Industrial
Compiler: CC-RL Function: Communication Interface IDE: e2 studio
Sample Code
Log in to Download ZIP 3.32 MB 日本語
Application: Consumer Electronics, Industrial
Compiler: CC-RL Function: Communication Interface IDE: e2 studio
Sample Code
Log in to Download ZIP 1.86 MB
Application: Consumer Electronics, Industrial
Function: Communication Interface IDE: Visual Studio
Sample Code
Log in to Download ZIP 3.02 MB
Application: Consumer Electronics, Industrial
Function: Communication Interface IDE: Visual Studio
Sample Code
Log in to Download ZIP 5.99 MB 日本語 Compiler: CC-RL Function: Communication Interface IDE: CS+ for CC, e2 studio
Sample Code
[Software=Bluetooth® low energy Protocol Stack|Ver.1.21],[Toolchains=CC-RL|V1.03.00]
Log in to Download ZIP 11.78 MB 日本語
Application: Consumer Electronics, Industrial
Compiler: CC-RL Function: Application Example IDE: CS+ for CC, e2 studio
Sample Code
Log in to Download ZIP 2.81 MB 日本語 Compiler: CC-RL Function: Communication Interface IDE: CS+ for CC, e2 studio
Sample Code
Log in to Download ZIP 2.34 MB 日本語 Compiler: CC-RL Function: Communication Interface IDE: CS+ for CC, e2 studio
Sample Code
Log in to Download ZIP 21.14 MB 日本語 Compiler: ICCRX IDE: e2 studio
Sample Code
Log in to Download ZIP 1.45 MB 日本語
15 items

Related Boards & Kits

Boards & Kits

Part NumberStatusStockBudgetary Price (USD)SampleablePb (Lead) FreeRoHS CompliantChina RoHS Compliant
RTK0EN0001D01001BZActiveIn Stock1u | $250N/ANoNoNo
Support Communities

Support Communities

Get quick technical support online from Renesas Engineering Community technical staff.
Browse Articles

Knowledge Base

Browse our knowledge base for helpful articles, FAQs, and other useful resources.
Submit a Ticket

Submit a Ticket

Need to ask a technical question or share confidential information?
Icon showing CD-ROM illustration, indicating compact disc storage.

ROM Ordering

Embed your custom code into Renesas masked MCUs during manufacturing for tailored device functionality.