As promised in our previous post about the Zerynth and Xinabox partnership here is a tutorial on how to get started with the new XinaBox development board with the onboard Zerynth license.

The XinaBox CW02 board allows developers to make their devices both smart and connected, with just a few lines of code in Python. And all of that with just one purchase, since the Zerynth software license is already onboard.

IoT sensor applications and all kinds of wireless sensing projects can be easily accomplished with this development board. It’s a versatile out-of-the-box device programmable in Zerynth. So, since you are already familiar with Zerynth, this board is just another building block in your development process.

Device Summary

The CW02 is one of the development board created by XinaBox that mounts on-board the official WROOM32 module. The XinaBox CW02 contains a dual-core ESP32 microcontroller by Espressif Systems, that has both WiFi and Bluetooth Classic/LE support, 4 MB of SPI Flash, tuned antenna.

  • Microcontroller: Tensilica 32-bit Single-/Dual-core CPU Xtensa LX6
  • Operating Voltage: 3.3V
  • Input Voltage: 7-12V
  • Digital I/O Pins (DIO): 7
  • UARTs: 1
  • I2Cs: 1
  • Flash Memory: 4 MB
  • SRAM: 520 KB
  • Clock Speed: 240 Mhz
  • Wi-Fi: IEEE 802.11 b/g/n/e/i:
    • Integrated TR switch, balun, LNA, power amplifier and matching network
    • WEP or WPA/WPA2 authentication, or open networks

Pin Mapping

XinaBox CW02 pinout

Official reference for XinaBox CW02 can be found here.

Power

Power to the XinaBox CW02 is supplied via the XinaBox IP01 module (USB Programming Interface). This module has an onboard USB A connector and can be connected to the CW02 core module through the ☒BUS connector.

To assemble XinaBox CW02 and IP01 modules it’s best if you follow the instructions from the XinaBox website. As a summary before you begin, there are only two rules: all the xChips have to face the same way up, and all the notches need to match.

Switch positioning on XinaBox IP01 programming module must be:

  • Switch 1: B position;
  • Switch 2: DCE position.

Connect, Register and Virtualize

Once connected on a USB port, if the drivers have been correctly installed, the XinaBox CW02 device is recognized by Zerynth Studio. The next steps are:

  1. Select the XinaBox CW02 on the Device Management Toolbar (disambiguate if necessary);
  2. Register the device by clicking the “Z” button from the Zerynth Studio. In this phase, you should redeem your coupon (see the following section).
  3. Create a Virtual Machine for the device by clicking the “Z” button for the second time;
  4. Virtualize the device by clicking the “Z” button for the third time.

You can find more info about this workflow here.

Redeem Coupon

To redeem the Zerynth License coupon follow these instructions:

  1. At the moment of the registration of the board, you will be asked to enter a Voucher Code.
  2. Enter the Voucher Code in the required field. And that’s it, your Zerynth License is activated.

XinaBox voucher code Zerynth License

Hello Zerynth

After the virtualization, the XinaBox CW02 is ready to be programmed and the Zerynth scripts uploaded. Just clone the example “Hello Zerynth” and uplink the script into the board.

And here’s the code, take a look!

 
Copy to Clipboard

We hope that this tutorial was valuable to you and that you are already thinking about a way to use the XinaBox CW02 board in your next project.

Share This Story, Choose Your Platform!

About the Author: Luigi F. Cerfeda

Luigi is a biomedical engineer, and is currently Sales Director at Zerynth. Being one of the first members on the team, he has held various roles in the company as he has a deep knowledge of the IoT market and Industry 4.0.

Follow Zerynth on

Latest Posts