And the Arduino Saber Story is continuing…
I’ve been working on a new development for some months now pondering on what could be the next step in saber board design. Looking at the existing portfolio of established board manufacturers and open-source boards, we have seen an awesome development since the DIYino Prime board started the open-source revolution back in 2015.
Powerful processors, mid- to high-end motion engines, installation optimized board layout, USB-charging, cheap boards, quality boards, programmable boards, GUIs, advanced power saving, you name it. Not to mention the features implemented in software, SmoothSwing, full features with single button, neopixel animations, etc., all of which were implemented by the community whose cradle this very Arduino forum was.
I came to the conclusion that there is only one thing not existing yet, which would be a great addition, opening up endless new possibilities: a board having all these AND integrated Bluetooth capability.
Therefore I made research into what is required to build a over-the-air controllable board with BLE. Most major industrial nations require a certification in order to sell Bluetooth capable devices, so that was what I’d been looking for. And I found the ideal candidate: the new board will be built around a ready-to-use BL module, which is certified for all the countries where a certification to use a BL device is needed: MDBT42Q.
This beauty integrates an nRF52 chip from Nordic, which in turn has an ARM Cortex M4F. I.e. it has one of the most powerful 32-bit controller cores on the market, with 512k Flash and 64k RAM. I dubbed this new Board
DIYino Infinity

, as it offers nearly infinitely more resources than the AVR open source sabering started with. Infinity is engineered for perfection and quality without compromises known for all DIYino boards: I use the world’s most advanced PCB design tool for professionals. It is developed with the full power of two expert EEs, using state-of-the-art Design Rules. More, it will be among those few boards which utilize 4 layers for routing, therefore it will have the highest density of features on the smallest PCB possible. I guess this is already formidable, but I haven’t mentioned the best part: it is designed by someone who actively builds sabers Oh yeah, Infinity will be infinitely and definitely open-source, both in hardware and software.

The CPU of the BLE module has one more unique feature I instantly fell for: all of the pins can be configured for all possible functionalities. I.e. all 7 GPIOs available in addition to all signals controlling the motion engine, audio amp, power saving and UART link can be used for PWM, SPI, I2C etc. This makes the board ideally suited not only for saber boards but a whole range of other props and creations. The board supports USB charging of a single Li-Ion battery cell and has provisions to connect an external USB breakout board for both charging and programming the board, without the need to access the board itself. Well, not to mention that once BLE is up and running the saber can be interacted with, including config settings, from a smart phone or PC.
The CPU of the BLE module has one more unique feature I instantly fell for: all of the pins can be configured for all possible functionalities. I.e. all 7 GPIOs available in addition to all signals controlling the motion engine, audio amp, power saving and UART link can be used for PWM, SPI, I2C etc. This makes the board ideally suited not only for saber boards but a whole range of other props and creations. The board supports USB charging of a single Li-Ion battery cell and has provisions to connect an external USB breakout board for both charging and programming the board, without the need to access the board itself. Well, not to mention that once BLE is up and running the saber can be interacted with, including config settings, from a smart phone or PC.
The CPU of the BLE module has one more unique feature: all of the pins can be configured for all possible functionalities. I.e. all 7 GPIOs available in addition to all signals controlling the motion engine, audio amp, power saving and UART link can be used for PWM, SPI, I2C etc. This makes the board ideally suited not only for saber boards but a whole range of other props and creations. The board supports USB charging of a single Li-Ion battery cell and has provisions to connect an external USB breakout board for both charging and programming the board, without the need to access the board itself. Well, not to mention that once BLE is up and running the saber can be interacted with, including config settings, from a smart phone or PC.
Currently board bring-up is progressing well, most of the integrated modules, including the capability to connect to a smart phone are up and running! Keeping the fingers crossed and very excited about this new prop board.