Skip to Content
Prizm HardwarePRIZM Core Neo

PRIZM Core Neo

PRIZM Core Neo Photo

1. Introduction

PRIZM Core Neo is a compact IoT controller board designed for fast development and deployment of connected devices. It integrates an ESP32-S3 main processor, Wi-Fi and cellular connectivity, flexible GPIO expansion, USB-C power input, onboard sensors, and time keeping using RTC with backup battery.

PRIZM Core Neo is designed for IoT products that require reliable cloud connectivity, compact mechanical integration, and a simple expansion interface.

2. Product Variants

The standard PRIZM Core Neo model includes LTE cellular connectivity and PCB antenna Wi-Fi.

SKUVariantCellularWi-Fi AntennaAvailability
PCN11YPPRIZM Core Neo Cellular, PCB Wi-FiIncludedPCB antennaStandard model
PCN11YUPRIZM Core Neo Cellular, U.FL Wi-FiIncludedIPEX 1 / U.FL connectorAvailable upon request
PCN11NPPRIZM Core Neo Wi-Fi Only, PCB Wi-FiNot includedPCB antennaAvailable upon request
PCN11NUPRIZM Core Neo Wi-Fi Only, U.FL Wi-FiNot includedIPEX 1 / U.FL connectorAvailable upon request

3. Key Features

  • ESP32-S3 main processor
  • 2.4GHz Wi-Fi and LTE Cat. 1 bis cellular connectivity
  • Built-in LIS2DH12TR accelerometer and RV-3028-C7 real-time clock with backup battery
  • Qwiic-compatible I2C connector
  • USB-C power input
  • Cloud-based OTA application deployment
  • 2 x 20 pin expansion header
  • Compact 40mm x 40mm board body

4. Cellular Connectivity

ItemSpecification
Cellular TechnologyLTE Cat. 1 bis
RegionGlobal
LTE-FDD BandsB1 / B2 / B3 / B4 / B5 / B7 / B8 / B12 / B13 / B14 / B17 / B18 / B19 / B20 / B25 / B26 / B28 / B66 / B71
LTE-TDD BandsB34 / B38 / B39 / B40 / B41
Regulatory / ConformanceGCF, CE, PTCRB, FCC, IC, Anatel, NAL, CCC, SRRC, JATE, TELEC, KC, RCM, NCC
OtherWHQL / RoHS

The cellular model includes a SIM and a data plan with 500 MB of data valid for 10 years.

The cellular antenna is connected through an IPEX 1 / U.FL connector.

5. Wi-Fi Antenna Options

By default, PRIZM Core Neo uses a built-in PCB antenna for Wi-Fi and does not require an external Wi-Fi antenna.

A Wi-Fi model with an IPEX 1 / U.FL connector can be supplied upon request for applications that require an external Wi-Fi antenna.

Wi-Fi Antenna TypeDescription
PCB AntennaStandard configuration
IPEX 1 / U.FLAvailable upon request

6. Power Supply

PRIZM Core Neo can be powered through either the USB-C connector or the VIN pins on the 2 × 20 pin header.

Power InputVoltageDescription
USB-C5 VMain power input, primarily used for power supply
VIN Header Pin5 VExternal 5 V power input through the expansion header

PRIZM Core Neo includes a priority power multiplexer for input power selection. When power is supplied through both the USB-C connector and the VIN header pin at the same time, the board automatically selects the VIN header pin as the active input power source.

6.1 Required Input Current

Board VersionMinimum Recommended Power Supply
Cellular version5V, 2A or higher
Wi-Fi only version5V, 1A or higher

For cellular models, a power supply capable of at least 2A is recommended to ensure stable operation during LTE network registration, data transmission, and peak current events.

6.2 3.3V Output

The 3V3 pin provides regulated 3.3 V output for external peripherals.

PinVoltageMaximum Recommended Load
3V33.3 V150mA

Do not exceed 150 mA from the 3V3 output pin.

6.3 VBS Pin

The VBS pin exposes the USB-C VBUS rail directly to the pin header.

This pin can be used as a USB-derived output power rail for a user-designed carrier board or expansion board connected to PRIZM Core Neo.

PinDescription
VBSUSB-C VBUS output exposed to the pin header

7. USB-C Interface

The USB-C connector is primarily used for supplying 5 V power to the board.

USB can also be used for firmware download, recovery, development, debugging, or serial console access when required. In normal product operation, applications are typically deployed through the PRIZM cloud system, so USB is mainly used as a power input.

USB FunctionDescription
Power InputPrimary use of USB-C
Firmware DownloadAvailable when required for firmware recovery
USB Serial / ConsoleCan be used for serial console or debugging workflows

The USB data signals are also exposed on the pin header.

SignalHeader Pin
USB_DN4
USB_DP6

8. Buttons and LEDs

8.1 RST Button

The RST button resets the board.

8.2 SIG Button

The SIG button is connected to the SOFT_SDN signal.

Press DurationFunction
Less than 3 secondsCan be used for user-defined action
3 seconds or longerSoft shutdown request

When the SIG button is held for 3 seconds or longer, PRIZM Core Neo starts a normal shutdown sequence. During this sequence, the board performs tasks such as cloud disconnection and cellular network detach.

During shutdown, the STAT LED rapidly blinks white. When shutdown is complete, the STAT LED turns off.

8.3 STAT LED

The STAT LED indicates the board status.

LEDDescription
STAT LEDSystem status indicator

Refer documentation page for STAT LED behavior depending on the system status.

8.4 Cellular Status LED

Cellular models include a green LED on the cellular module. This LED indicates cellular communication status.

LEDDescription
Cellular green LEDCellular communication status indicator

9. Expansion Header

PRIZM Core Neo provides a 2 x 20 pin header with a 2mm pitch.

ItemSpecification
Header Type2 x 20 pin header
Pin Pitch2mm
IO Logic Level3.3 V

Most GPIO pins can be configured for multiple ESP32-S3 peripheral functions, including SPI, I2C, UART, PWM, ADC, and other alternate functions depending on pin configuration.

For detailed ESP32-S3 pin functions, electrical limits, peripheral multiplexing, and ADC availability, refer to the official ESP32-S3 datasheet.

9.1 Pinout (Front View)

PRIZM Core Neo Photo

9.1 Pinout (Back View)

PRIZM Core Neo Photo

10. System Pins

10.1 I2C Bus

PRIZM Core Neo includes an onboard I2C bus connected to the following devices and expansion interface:

  • LIS2DH12TR accelerometer
  • RV-3028-C7 real-time clock
  • Qwiic-compatible connector
  • Expansion header pins
SignalHeader PinESP32-S3 GPIO
I2C1_SDA31GPIO39
I2C1_SCL32GPIO40

The onboard I2C devices use the following addresses:

DeviceFunctionI2C Address
LIS2DH12TR3-axis accelerometer0x18
RV-3028-C7Real-time clock0x52

The Qwiic-compatible connector makes it easy to connect many commercially available I2C sensor boards, including SparkFun Qwiic sensor boards and Adafruit STEMMA QT sensor boards.

When adding external I2C devices, make sure there are no address conflicts with the onboard accelerometer at 0x18 or the onboard RTC at 0x52.

10.2 Cellular UART and Control Pins

SignalHeader PinESP32-S3 GPIODescription
CELL_TXD29GPIO41UART transmit signal for cellular interface
CELL_RXD30GPIO42UART receive signal for cellular interface
CELL_PWR34GPIO38Cellular module power control signal

On cellular models, these pins are used for communication with and control of the LTE module.

On Wi-Fi only models, these pins are not connected to a cellular module and can be used as general-purpose GPIOs.

10.3 RTC Interrupt Pin

SignalHeader PinESP32-S3 GPIODescription
RTC_INT1GPIO4Interrupt signal from the built-in RTC

RTC_INT is used as an interrupt signal from the onboard RV-3028-C7 RTC. If the RTC interrupt function is not used, this pin can be used as a general-purpose GPIO.

10.4 Soft Shutdown Pin

SignalHeader PinESP32-S3 GPIODescription
SOFT_SDN33GPIO0Low-active soft shutdown input

SOFT_SDN is a low-active input. When this signal is held low for 3 seconds or longer, the board starts a normal shutdown sequence.

The same signal is connected to the onboard SIG button.

During soft shutdown, PRIZM Core Neo performs normal shutdown operations such as cloud disconnection and cellular network detach. While shutdown is in progress, the STAT LED rapidly blinks white. When shutdown is complete, the STAT LED turns off.

11. Mechanical Specifications

ItemSpecification
Board Width40mm
Board Width Including Mounting Holes50mm
Board Height40mm
Thickness, Cellular Version8.5mm
Thickness, Wi-Fi Only Version5mm
Mounting Hole Diameter2.5mm
Expansion Header2 x 20 pins
Header Pitch2mm

12. Operating Conditions

ItemSpecification
Operating Temperature-40°C to +85°C
IO Logic Level3.3 V
Input Voltage5 V
3V3 Output Current150 mA max
  • Use a stable 5 V power supply.
  • Use a power supply rated for at least 2 A for cellular models.
  • Use a power supply rated for at least 1 A for Wi-Fi only models.
  • Do not draw more than 150 mA from the 3V3 pin.
  • Attach an LTE antenna before using cellular communication.
  • Check pin conflicts before using GPIOs shared with cellular, USB, I2C, RTC, or shutdown functions.
  • Check I2C address conflicts before connecting external Qwiic or STEMMA QT sensor boards.
Last updated on