Urgent* Deal with a 7*8 sensing matrix (FSR) using Matlab


hi everyone,

i kind of new arduino in past month managed built sensing matrix of multiplexer.
the serial output can collected using back-to-basic codes pin switch using combination of 3 digital i/o pins.

const byte addressa = 2; // multiplexer address select lines (a/b/c)
const byte addressb = 3;
const byte addressc = 4;
byte numberofsensors = 56;

xxx
  digitalwrite (addressa, (sensori & 1) ? high:low);
  digitalwrite (addressb, (sensori & 2) ? high:low);
  digitalwrite (addressc, (sensori & 4) ? high:low);
  // read sensor @ a0
  return analogread (sensorm1);

however next step pain me because i'm trying shift of these matlab further data processing neural network.
i understand a. analogread() it's been hard data arduino


hardware: 7*8 force sensitive resistors
arduino mega 2560
interface: matlab 2012a

would kind give me clue/ break through?
thank in advance

hi everyone,

i believe problem more multiplexing related.

i kind of new arduino in past month managed built sensing matrix of multiplexer.
the serial output can collected using back-to-basic codes pin switch using combination of 3 digital i/o pins.

const byte addressa = 2; // multiplexer address select lines (a/b/c)
const byte addressb = 3;
const byte addressc = 4;
byte numberofsensors = 56;

xxx
  digitalwrite (addressa, (sensori & 1) ? high:low);
  digitalwrite (addressb, (sensori & 2) ? high:low);
  digitalwrite (addressc, (sensori & 4) ? high:low);
  // read sensor @ a0
  return analogread (sensorm1);

however next step pain me because i'm trying shift of these matlab further data processing neural network.
i understand a. analogread() it's been hard data arduino


hardware: 7*8 force sensitive resistors
arduino mega 2560
interface: matlab 2012a
]:d ]:d ]:d ]:d ]:d
would kind give me clue/ break through?
thank in advance


Arduino Forum > Using Arduino > Sensors > Urgent* Deal with a 7*8 sensing matrix (FSR) using Matlab


arduino

Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support