BitVoicer for Arduino Due

I have setup BitVoicer Speech Recognition using computer to capture voice then send commands via COM port to Arduino Mega2560 and Ethernet Shield to send http commands to control my home automation system. It works great without problem except SRAM is closing its limit. Now I change it to Arduino Due but I found a lot of compiler errors in BitVoicer11.cpp. Does anyone get around it on Arduino Due? Thanks.

The BitVoicer11 library does not support the Due board. The Atmel microcontroller on this board has a completely different set of registers, so you will need to redesign the library.

Maybe add the 512k external RAM module from Rugged Circuits.


Rob

The new BitVoicer Server has libraries that work with the DUE board. Unfortunately, the new libraries do not work with the old BitVoicer.