Wixel Programmable USB Wireless Module read input using matlab

hey guys,

I am trying to read analog input from the pololu wireless usb and read it on matlab channel by channel. does anyone have a good idea how to do it on maltab.

Hi.

You could use the wireless_adc_rx and wireless_adc_tx apps given in our Wixel software development kit to transmit information about an analog voltage to a computer. Information on getting started with the Wixel SDK is in the Wixel SDK Documentation.

Once that is set up, you just need to open a serial port with MATLAB to read the text that was sent. If you need help with that, I recommend going to the MATLAB community page.

-Claire