can dsp lib working on arduino uno board?

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
wavetekken
Posts: 6
Joined: Tue Sep 18, 2018 8:21 am
Has thanked: 1 time
Been thanked: 1 time
Contact:

can dsp lib working on arduino uno board?

Post by wavetekken »

I'm trying to modify the example code of DSP FFT to running on Arduino. the sample code is working well under simulation. but when i download into actual board. the result calculated is always zero. is it the dsp lib only support dspic or STM32 4XX series?

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: can dsp lib working on arduino uno board?

Post by Benj »

Hello,

The DSP components don't need anything special and should work fine with any chip family.

Please can you post your project file and I will investigate for you why it isn't working.

wavetekken
Posts: 6
Joined: Tue Sep 18, 2018 8:21 am
Has thanked: 1 time
Been thanked: 1 time
Contact:

Re: can dsp lib working on arduino uno board?

Post by wavetekken »

please help to check this project attached.

Thanks!
Ken
Attachments
FFT_Test(avr)_3.fcfx
(23.81 KiB) Downloaded 188 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: can dsp lib working on arduino uno board?

Post by Benj »

Hi Ken,

Can't see anything major though I did spot this in the FFT component properties.
FFT_Problem.jpg
FFT_Problem.jpg (45.05 KiB) Viewed 2798 times

wavetekken
Posts: 6
Joined: Tue Sep 18, 2018 8:21 am
Has thanked: 1 time
Been thanked: 1 time
Contact:

Re: can dsp lib working on arduino uno board?

Post by wavetekken »

Sorry, I attached the wrong file, please check this one.
Attachments
FFT_Test(avr)_3OCT.fcfx
(23.25 KiB) Downloaded 170 times

Post Reply