nplc 2.1.0.0
|
N-PLC Click is a compact add-on board that uses existing electrical power lines to transmit data signals. This board features the SM2400, an advanced multi-standard Narrow-band Power Line Communication (N-PLC) modem from Semitech. The SM2400 features a dual-core architecture, a DSP core for N-PLC modulations, and a 32-bit core for running protocols for superior communication performance and flexibility for various open standards and customized implementations. It includes firmware options for IEEE 1901.2 compliant PHY and MAC layers, a 6LoWPAN data link layer, and special modes for industrial IoT applications. In addition to the ability to accept signals from another PLC modem or the power line communication AC coupling circuit, this board also has a handful of other features, such as a selectable interface and power supply, firmware update capabilities, LED indicators, and many others.
We provide a library for the N-PLC Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
This library contains API for N-PLC Click driver.
nplc_cfg_setup
Config Object Initialization function. nplc_init
Initialization function. nplc_default_cfg
Click Default Configuration function. nplc_set_mode
This function sets operation mode to command or data. nplc_generic_write
This function writes a desired number of data bytes by using UART serial interface. nplc_generic_read
This function reads a desired number of data bytes by using UART serial interface. This example demonstrates the use of an N-PLC click boards by showing the communication between the two click boards configured as a receiver and transmitter.
The demo application is composed of two sections :
Initializes the driver, resets the click board to default config, displays the firmware version and switches to data operation mode.
After that displays the selected application mode and sends an initial message in case of transmitter mode.
Reads all the received data and echoes them back to the transmitter. The received and echoed messages will be displayed on the USB UART.
Once both devices are programmed, one as a receiver and the other as a transmitter, you will need to reset the transmitter board in order
to start the communication by sending an initial message.
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
Other Mikroe Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. UART terminal is available in all MikroElektronika compilers.