Using readVoltage() function i am getting a single value of reading at a time, using loop getting around 110 samples per sec. How can i create an array in microcontroller memory of arduino so as to get higher sampling rate and then call entire array?
Mostrar comentarios más antiguos
I am using arduino due which has 96 Kb of RAM. I want to use full sampling speed of microcontroller's ADC. I am trying to make a function like readVoltage() to return a string of data from microcontroller's memory but it seems tough job. Please help how can i proceed? I saw this function codes to modify it but it uses some super classes and i could not find these classes, but i am sure its possible and easy for person who made this function.
1 comentario
Abhishek Maurya
el 20 de Dic. de 2018
Respuestas (0)
Categorías
Más información sobre Arduino Hardware en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!