Can't make it work at all (Arduino Nano)

161 views
Skip to first unread message

Antoine PM

unread,
Mar 1, 2017, 11:12:22 AM3/1/17
to xoscillo
Hi,

This is probably a ridiculous question but I just can't make xoscillo work.
I'm using Arduino Nano with an accelerometer.
I want to run this very simple code:

void setup() {
  Serial.begin(9600);
}

void loop() {
  int val = analogRead(A0);                                             
  Serial.println(val);                                                        
  delay(30);
}

This displays the values for the x axis, connected to A0 pin.
When I start xoscillo, I chose File -> New Analog Arduino, and I have a window saying it can't autodetect port, so i select manually COM5 (where is my Arduino), and then nothing, it doesn't crash or anything, just nothing appears.
What should I do? Is it due to some parameters in xoscillo? If yes, which ones?

It seems very easy to use, and I couldn't find any detailed tutorial about xoscillo so I'm quite stuck.

I just want to run the basic code, you know... Thanks.

Raul Aguaviva

unread,
Mar 2, 2017, 10:13:52 PM3/2/17
to xosc...@googlegroups.com
HI 

No Wonder! Xoscillo needs a special firmware and not the one you showed. Look at the firware code and go from there, it should be simple

--
You received this message because you are subscribed to the Google Groups "xoscillo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xoscillo+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Antoine PM

unread,
Mar 3, 2017, 8:14:11 AM3/3/17
to xoscillo
Oh, ok, I just didn't realized that the Arduino needed to be entirely dedicated to xoscillo, I somehow imagined I could run some code, with for example filters and stuff, and then read the output with xoscillo, my bad :)

Thanks for the answer!
To unsubscribe from this group and stop receiving emails from it, send an email to xoscillo+u...@googlegroups.com.

Raul Aguaviva

unread,
Apr 10, 2017, 8:02:37 AM4/10/17
to xosc...@googlegroups.com
you could actually do filtering in the arduino, why not?

To unsubscribe from this group and stop receiving emails from it, send an email to xoscillo+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages