CodeCell is designed to be easy to set up and use, but like any microcontroller, issues can arise. This guide will help you troubleshoot and debug CodeCell effectively.
Before troubleshooting, make sure you’re using the latest versions of:
To update:
To make programming easier, the CodeCell library provides a variety of functions for initializing, reading, and managing sensors and power. Here’s everything you need to know about setting up your device and its library.
Inside the box, you’ll find:
Plug in a USB-C cable, and CodeCell will:
Download the latest version from the official Arduino website.
https://dl.espressif.com/dl/package_esp32_index.json
The first step is to initialize the CodeCell using:
myCodeCell.Init(SENSOR_MACRO);
Available Macros:
You can combine multiple macros using the +
operator:
myCodeCell.Init(LIGHT + MOTION_ACCELEROMETER + MOTION_GYRO);
myCodeCell.Init(SENSOR_MACRO);
Hope this has helped you identify the root cause. If you're still facing the issue, don’t hesitate to reach out - we’d be glad to help!
Join our Community ~ Be the first to know about new products and get exciting deals!
© 2025 Microbots.