Table of contents
  1. Node Card Startup Quickstart
    1. Introduction
    2. What You Need
    3. Prepare the ESP32 Before Mounting It on the Node Card
      1. Step A — Connect the ESP32 DevKit-C by USB
      2. Step B — Install the Node Card Firmware
      3. Step C — Disconnect the USB Cable
    4. Mount the ESP32 on the Unpowered Node Card
      1. Step A — Orient the ESP32 Correctly
      2. Step B — Insert the ESP32 into the Female Headers
    5. Reconnect USB for Serial Monitoring
    6. Watch the Node Card Startup Messages
      1. Expected Startup Messages

Node Card Startup Quickstart

Introduction

This Quickstart gets your Node Card powered, flashed, and successfully running its automatic startup tests. In just a few minutes you will confirm:


What You Need

💡 You may also flash firmware using USB-C and simultaneously power the card through the CAN cable or ATX connector — the Node Card automatically selects the correct source and applies reverse-current protection.


Prepare the ESP32 Before Mounting It on the Node Card

To avoid damaging components and to make firmware installation easier, you should flash the ESP32 before inserting it into the Node Card.

Step A — Connect the ESP32 DevKit-C by USB

  1. Take the ESP32 DevKit-C module (not mounted on the Node Card yet).
  2. Plug a USB-C cable into the ESP32 module.
  3. Plug the other end into your Windows laptop.

Step B — Install the Node Card Firmware

Follow the Firmware Installation Guide to install the correct firmware onto the ESP32. This uses your web browser and should take less than 15 seconds.

Step C — Disconnect the USB Cable

Once the firmware installation completes:


Mount the ESP32 on the Unpowered Node Card

Now that the ESP32 has firmware installed, you can safely plug it into the Node Card.

Step A — Orient the ESP32 Correctly

Use the Node Card’s silkscreen markings to align the ESP32:

⚠️ Important: Incorrect orientation can damage the module or the Node Card. Align the pins carefully before pressing down.

Step B — Insert the ESP32 into the Female Headers

Ensure the Node Card is still unpowered at this stage.


Reconnect USB for Serial Monitoring

Now that the ESP32 is mounted:

  1. Plug the USB-C cable back into the ESP32
  2. Plug the other end into your Windows laptop
  3. Open your serial monitor program:
  4. Select the ESP32’s COM port
  5. Set the baud rate to: 115200
  6. Click Connect

The serial monitor is now ready to display the Node Card’s self-test messages as soon as power is applied.


Watch the Node Card Startup Messages

Once power is applied (with your serial monitor already connected), the Node Card prints one or more startup messages. These appear automatically and indicate that the ESP32 and firmware have started correctly.

Expected Startup Messages

Situation Startup Message
Normal startup (always shown) [I] LCC Node: Started with Node ID 05:01:01:01:5C:xx
Wi-Fi enabled and connected [I] Wi-Fi connected! Hostname: %s, IP: %s
WebSerial enabled [I] WebSerial Server started, visit http://%s/webserial.html
Bluetooth Serial enabled [I] Bluetooth Serial monitor started as BT device '%s'

What to Look For

This completes the basic startup verification.