Skip to main content
Renesas Electronics Corporation

Description

The RL78/G14 Fast Prototyping Board comes equipped with a high-performance RL78/G14 microcontroller and is an evaluation board specialized for prototype development for a variety of applications. It has a built-in emulator circuit that is equivalent to an E2 emulator Lite so you can write/debug programs without additional tools. In addition, with Arduino® Uno and Pmod™ interfaces included standard and through-hole access to all pins of the microcontroller, and so on, it has high expandability.

Sample software is available for connecting between the RL78/G14 Fast Prototyping Board and various wireless modules or various sensor modules.

Please use Bluetooth®, LoRa® and Wi-Fi according to the radio regulations of each country during use.

Features

  • Equipped with an RL78/G14 16-bit microcontroller (R5F104MLAFB):
    • 32MHz, RL78-S3 Core
    • ROM: 512KB, RAM: 48KB, Data Flash 8KB
    • 80-pin LFQFP, 12mm x 12mm x 1.7mm, 0.5mm pitch
  • No additional tools are required for program debugging/writing with the built-in emulator circuit equivalent to an E2 emulator Lite
  • Able to access all the microcontroller pins
  • Comes standard with Arduino Uno and Pmod™ interfaces
  • Support for various RL78 software and tools

Applications

Type Title Date
Quick Start Guide PDF 294 KB
Manual - Development Tools PDF 928 KB 日本語
Manual - Development Tools PDF 799 KB
Other PDF 96 KB
Application Note PDF 1.39 MB 日本語
This application note describes a demo program for making the LEDs mounted on a microcontroller board from Renesas Electronics blink with the use of FreeRTOS.
Application Note PDF 286 KB
The Combination of Private LoRa and LoRaWAN Stack is a sample software that can switch the LoRaWAN and the Private LoRa wireless communications dynamically. This document describes the specification and usage of the sample software.
Application Note PDF 579 KB
The LoRaWAN stack supports LoRaWAN interface which implements LoRaWAN protocol (Class A/B/C) specified in the specification version 1.0.4 and 1.0.3 which encompasses version 1.0.2. This document describes the API references and other information to use the LoRaWAN stack.
Application Note PDF 490 KB
The LoRaWAN stack supports LoRaWAN interface which implements LoRaWAN protocol (Class A/B/C) specified in the specification version 1.0.4 and 1.0.3 which encompasses version 1.0.2. This document describes a sample software to control the LoRaWAN stack by AT command sets.
Application Note PDF 482 KB
The Private LoRa stack supports a custom protocol for the LoRa-based wireless communication, which can be mainly used for the peer-to-peer and star network. This document describes the API references and other information to use the Private LoRa stack.
Application Note PDF 493 KB
The Private LoRa stack supports a custom protocol for the LoRa-based wireless communication, which can be mainly used for the peer-to-peer and star network. This document describes a sample software to control the Private LoRa stack by AT command sets.
Application Note PDF 651 KB
The LoRaWAN Sensor Demo package includes sample software that introduces how to visualize sensor data transmitted by a sensor node to Cloud (AWS/Azure) via LoRaWAN networks. This document describes the specification and usage of the sample software.
Application Note PDF 2.01 MB
This LoRa-based wireles softwar package includes the sample software and evaluation tools to develop the LoRa and LoRaWAN based applications.This document describes the information on the contents of this package and how to setup the hardware and software.
Application Note PDF 1.55 MB
The LoRaWAN FUOTA (Firmware Update Over The Air) provides a function to remotely update a firmware over the wireless communication. The LoRa Alliance standardized the FUOTA process utilizing the application layer protocols on top of the LoRaWAN protocol. This document describes a sample application to update a firmware over LoRaWAN.
Application Note PDF 411 KB
The Radio Driver supports basic wireless communictions such as transmit and receive frames with LoRa-based modulation and (G)FSK modulation. This document is an API reference guide for the Radio Driver and MCU timer driver.
Application Note PDF 430 KB
The support functions for regional radio regulations can be used for the Radio Driver to comply with the regional radio regulations. This document describes the support functions and how to configure each support function.
Application Note PDF 426 KB
The Radio Evaluation Program can be used when to evaluate the characteristics of the board utilizing the LoRa-based transceiver. This document describes the specification and usage of the Radio Evaluation Program.
Manual - Software PDF 370 KB
Manual - Software PDF 1.86 MB
Manual - Hardware PDF 17.59 MB 日本語
The RL78/G14 Group is a 16-bit microcontroller family based on the RL78 core, combining low power consumption with high versatility for general-purpose and motor control. It provides a solution with balanced control performance and cost for consumer and industrial equipment. The manual explains the CPU core, timers, communication, and analog functions, and provides system design information including block diagrams, memory configuration, pin layout, electrical characteristics, and timing.
Application Note PDF 1.55 MB 日本語
AI-generated Summary: Modbus communication over UART is implemented using the RL78 microcontroller and Renesas RS-485 transceiver, supporting both Modbus ASCII and RTU modes. The system uses GPIO to control send/receive permissions and TAU0 timers to measure intervals between characters and frames, ensuring proper timing in communication. The network operates in a single-master/multi-slave configuration with up to 247 slaves, each having a unique address. The document details hardware configurations, UART communication settings, supported function codes, and interrupt handling for both master and slave modes. It also includes software structure, constants, variables, and instructions for running the system in various environments. PCB design files typically bundled include BOM, schematic, and Gerber files.
Manual - Hardware PDF 1.30 MB 日本語
Application Note PDF 756 KB 日本語
AI-generated Summary: Control LED brightness by reading ambient light sensor values via analog input and adjusting PWM output accordingly using RL78/G14 Fast Prototyping Board. The program uses Arduino language and switches load resistors to handle a wide sensor dynamic range. It reads sensor data on switch press or every 10 seconds, converting current to voltage for A/D conversion. PWM duty ratio controls LED brightness. The document details peripheral functions, program execution environment, and Arduino API library functions for digital I/O, time control, analog I/O, and I2C communication. It includes hardware configuration, software structure, flowcharts, and sample code for implementation.
Application Note PDF 1.04 MB 日本語
AI-generated Summary: Control the temperature/humidity sensor HDC1080 via the I2C bus on the RL78/G14 Fast Prototyping Board using Arduino language. The sensor operates in Fast mode (380 kbps) through Pmod connector 1, while data displays on a 16x2 LCD via the Arduino connector in Standard mode (85 kbps). The document details pin configurations, signal conversion for Pmod connectors, peripheral functions, and program execution environment. It explains using Wire1 and Wire2 APIs for I2C communication, lists relevant library functions, and provides instructions for initializing and controlling the sensor and LCD indicator.
Application Note PDF 891 KB 日本語
AI-generated Summary: Control temperature and humidity measurement using an Arduino language program on the RL78/G14 Fast Prototyping Board via the I2C bus operating at 80 kbps. The system reads data from the HS3001 sensor and displays results on an HD44780-compatible LCD with two 16-character lines. The program manages sensor communication and LCD display updates triggered by a switch press or timed intervals. Key peripheral functions include digital input for switch reading, I2C communication for sensor and LCD control, and timer units for elapsed time measurement. The Arduino API library functions support pin control, timing, and I2C data transmission and reception. The project structure organizes source files for easy modification and integration within the RL78 development environment.
Quick Start Guide PDF 2.37 MB
Application Note PDF 1.30 MB 日本語
AI-generated Summary: Sensor data from the Renesas HS3001 Humidity and Temperature Sensor transmits via Bluetooth Low Energy using the RL78/G14 Fast Prototyping Board and RL78/G1D BLE Module Expansion Board. The Host MCU program controls the BLE module through a UART 2-wire connection, managing pairing and security with the Security Library. The document details hardware and software configurations, development environment requirements, communication sequences, and step-by-step procedures for building, running, and verifying Bluetooth communication with smartphones. It also covers the BLE protocol stack API usage and includes application circuit examples.
Application Note PDF 1.53 MB
AI-generated Summary: The RL78/G14 microcontroller interfaces with a 3-axis MEMS accelerometer (Pmod ACL2) to measure and display acceleration data on an OLED screen with backlight for clear visibility. The system uses the ADXL362 sensor communicating via SPI, offering 12-bit resolution per axis, freefall detection, and power-saving modes. The RL78/G14 Fast Prototyping Board includes a high-performance MCU with built-in emulator, Arduino Uno and Pmod interfaces, enabling flexible prototyping. The MCU features low power consumption, multiple timers, serial interfaces, ADC/DAC, and safety functions compliant with IEC/UL 60730, suitable for motor control and industrial applications. The document details hardware, software, system operation, and development environment setup.
Application Note PDF 1.20 MB
AI-generated Summary: The RL78/G14 microcontroller interfaces with the Digilent Pmod COLOR sensor to detect and display color information on an OLED screen. It supports sensing red, green, blue, and clear colors with precision, even under varying ambient conditions due to an integrated IR blocking filter. The RL78/G14 Fast Prototyping Board includes a high-performance microcontroller with built-in debugging, Arduino Uno and Pmod interfaces, and extensive expandability. The microcontroller features low power consumption, multiple timers, serial interfaces, A/D and D/A converters, and safety functions suitable for motor control and industrial applications.
Application Note PDF 1.46 MB
AI-generated Summary: The RL78/G14 microcontroller interfaces with the Digilent Pmod AQS digital gas sensor to monitor indoor air quality by detecting Volatile Organic Compounds (VOCs) and equivalent CO2 levels. It displays TVOC and eCO2 data on an OLED screen with backlight for visibility in dark environments. The RL78/G14 Fast Prototyping Board includes a high-performance MCU, built-in emulator, Arduino Uno and Pmod interfaces, and supports low power operation. The CCS811 sensor integrates a metal oxide sensor with ADC and I²C interface, enabling fast, reliable VOC detection using micro-hotplate technology. The document details hardware, software, system outline, and sample code for prototype development and evaluation.
Application Note PDF 1.49 MB
AI-generated Summary: The RL78/G14 microcontroller interfaces with the Digilent Pmod ALS to measure ambient light levels and display the data on an OLED screen using different colors to represent light intensity. Powered by USB (5 V) and operating at 3.3 V, the system uses an 8-bit ADC to convert light sensor voltage into digital values ranging from 0 to 255. The RL78/G14 features low power consumption, high processing speed, multiple timers, serial interfaces, and safety functions, making it suitable for various applications including motor control and consumer electronics. The document details the hardware, software, and system design for prototyping light sensing applications.
Application Note PDF 1.58 MB
AI-generated Summary: The RL78/G14 microcontroller interfaces with the Digilent Pmod HYGRO sensor to measure relative humidity and temperature with high accuracy. Data is displayed on an OLED screen using color coding to indicate different levels. The system operates on USB 5 V power with a 3.3 V MCU voltage. The RL78/G14 features low power consumption, high processing speed, multiple timers, serial interfaces, ADC/DAC converters, and safety functions suitable for industrial and consumer applications. The Pmod HYGRO sensor uses the TI HDC1080 for up to 14-bit resolution measurements and includes a heating element to prevent condensation. The document details hardware, software, and development environment setup for prototyping and evaluation.
Application Note PDF 1.52 MB
AI-generated Summary: The RL78/G14 microcontroller interfaces with the Digilent Pmod MAXSONAR ultrasonic sensor to measure distances from 1 inch up to over 20 feet with high accuracy. Range data displays on an OLED screen using different colors to indicate distance levels, enhanced by a backlight for visibility in dark environments. The RL78/G14 Fast Prototyping Board includes a built-in emulator, Arduino Uno and Pmod interfaces, and full pin access, enabling easy development and debugging. The microcontroller features low power consumption, high processing speed, multiple timers, serial interfaces, ADC/DAC, and safety functions suitable for motor control and industrial applications. The document details specifications, system design, hardware, software, and sample code for implementing the ultrasonic range finder.
Application Note PDF 951 KB 日本語
AI-generated Summary: Control of three cathode-common 7-segment LEDs and eight additional LEDs dynamically displays elapsed time in 0.1-second increments up to nine minutes. The timer operates using switches connected to the Fast Prototyping Board (FPB) or external switches. The program, written in Arduino language, runs in the RL78 family development environment using Arduino API functions such as digital I/O and time control. The project structure includes sketches and configuration files tailored for different integrated development environments, enabling flexible development and evaluation.
Application Note PDF 1.65 MB 日本語
AI-generated Summary: The guide explains how to set up an environment for programming the RL78 family microcontrollers using Arduino language, focusing on the RL78/G14 Fast Prototyping Board. It covers installation of integrated development environments (CS+, e2studio, IAR), project folder structures, and execution of Arduino sketches within these IDEs. The document details preparation steps for project startup, including file configuration and IDE-specific instructions to run Arduino programs on RL78 devices.
Application Note PDF 620 KB 日本語
AI-generated Summary: The document explains how to control the flashing of onboard LEDs (LED0 and LED1) on the RL78/G14 Fast Prototyping Board using Arduino language programming. It details the LED operation sequence controlled by a user switch (SW_USR) that adjusts the wait time between LED state changes from 1 second down to 0.25 seconds. The program uses digital input/output and timer functions to manage LED states and switch presses. It also outlines the program structure, execution environment, and library functions such as pinMode, digitalWrite, and delay. The document includes hardware configuration, software flowcharts, and sample code for implementation.
Application Note PDF 1.40 MB 日本語
AI-generated Summary: This document details integrating Bluetooth Low Energy (BLE) and LoRaWAN communication for sensor devices. It explains setting LoRaWAN parameters via BLE from smartphones, sending sensor data to LoRaWAN Gateways, and verifying data on the LoRaWAN Network Server. The setup uses RL78/G14 Fast Prototyping Board, BLE and LoRaWAN modules connected via Pmod interfaces, and a sensor module measuring temperature, pressure, and humidity. It covers firmware updates, device diagnostics, and device management through BLE.
Brochure PDF 473 KB 日本語 , 简体中文
PCB Design Files
Log in to Download ZIP 131 KB 日本語
38 items

Software & Tools

Software & Tools

Software title
Software type
Company
QuickConnect Platform
QuickConnect platform enables fast prototyping by providing compatible hardware and software building blocks.
Software and Hardware Development Tools Renesas
E2 emulator Lite [RTE0T0002LKCE00000R]
On-chip debugging emulator. Also available as a flash memory programmer. [Support MCU/MPU: RA, RE, RL78, RX, RISC-V MCU]
Emulator Renesas
2 items

Sample Code

Sample Code

Filters
Type Title Date Date
Sample Code
[Toolchains=CC-RL|V1.15.01]
Log in to Download ZIP 11.17 MB
Application: Consumer Electronics, Industrial
Compiler: CC-RL Function: Application Example, OS IDE: e2 studio
Sample Code
[Software:RL78 Smart Configurator|V1.15.0] ,[Toolchains=CC-RL|V1.15.01]
Log in to Download ZIP 4.01 MB
Application: Appliances, Building Automation, Communications Infrastructure, Connected Home & Entertainment, Industrial, Industrial Automation, Security
Compiler: CC-RL Function: Software Package IDE: CS+ for CC, e2 studio
The LoRaWAN Sensor Demo package includes sample software that introduces how to visualize sensor data transmitted by a sensor node to Cloud (AWS/Azure) via LoRaWAN networks. This document describes the specification and usage of the sample software.
Sample Code
[Software:RL78 Smart Configurator|V1.15.0] ,[Toolchains=CC-RL|V1.15.01]
Log in to Download ZIP 28.87 MB
Application: Appliances, Building Automation, Communications Infrastructure, Connected Home & Entertainment, Industrial, Industrial Automation, Security
Compiler: CC-RL Function: Software Package IDE: CS+ for CC, e2 studio
This LoRa-based wireles softwar package includes the sample software and evaluation tools to develop the LoRa and LoRaWAN based applications.This document describes the information on the contents of this package and how to setup the hardware and software.
Sample Code
[Toolchains=CC-RL|V1.12.01]
Log in to Download ZIP 3.04 MB 日本語
Application: Industrial
Compiler: CC-RL Function: Communication Interface IDE: e2 studio
Sample Code
Log in to Download ZIP 4.04 MB
Application: Consumer Electronics
Compiler: CC-RL, ICCRL78 Function: I/O or Pin IDE: CS+ for CC, e2 studio, IAR EWRL78
Sample Code
Log in to Download ZIP 4.33 MB
Application: Consumer Electronics
Compiler: CC-RL, ICCRL78 Function: Communication Interface IDE: CS+, e2 studio, IAR EWRL78
Sample Code
Log in to Download ZIP 2.92 MB 日本語
Application: Consumer Electronics, Industrial
Compiler: CC-RL, ICCRL78 Function: Application Example, Other peripherals IDE: CS+, e2 studio, IAR EWRL78
Sample Code
Log in to Download ZIP 4.05 MB
Application: Consumer Electronics
Compiler: CC-RL, ICCRL78 Function: I/O or Pin IDE: CS+ for CC, e2 studio, IAR EWRL78
Sample Code
[Software=Bluetooth® low energy Protocol Stack|Ver.1.21],[Toolchains=CC-RL|V1.03.00]
Log in to Download ZIP 5.55 MB 日本語
Application: Consumer Electronics, Industrial
Compiler: CC-RL Function: Communication Interface IDE: CS+ for CC, e2 studio
Sample Code
Log in to Download ZIP 1.83 MB Compiler: CC-RL IDE: CS+, e2 studio
Sample Code
Log in to Download ZIP 1.53 MB Compiler: CC-RL IDE: CS+, e2 studio
Sample Code
Log in to Download ZIP 1.79 MB Compiler: CC-RL IDE: CS+, e2 studio
Sample Code
Log in to Download ZIP 1.78 MB Compiler: CC-RL IDE: CS+, e2 studio
Sample Code
Log in to Download ZIP 1.92 MB Compiler: CC-RL IDE: CS+, e2 studio
Sample Code
Log in to Download ZIP 1.84 MB Compiler: CC-RL IDE: CS+, e2 studio
Sample Code
Log in to Download ZIP 15.75 MB Compiler: CC-RL Function: Application Example IDE: CS+, e2 studio
Sample Code
Log in to Download ZIP 997 KB 日本語 Compiler: CC-RL, ICCRL78 IDE: CS+, e2 studio, IAR EWRL78
Sample Code
Log in to Download ZIP 2.97 MB Compiler: CC-RL IDE: CS+, e2 studio
18 items

Related Boards & Kits

Boards & Kits

Part NumberStatusStockBudgetary Price (USD)Sampleable
RTK5RLG140C00000BJActiveIn Stock1u | $18.82N/A

News & Blog Posts

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.