Code Monkey home page Code Monkey logo

Comments (7)

sensorium avatar sensorium commented on June 25, 2024

from mozzi.

dturner avatar dturner commented on June 25, 2024

Rather than optimising the NS1 sketch I just tried the Mozzi Audio_Input example. I did this because it has a minimal amount of code in the updateAudio method:

int updateAudio(){
      int asig = getAudioInput(); // range 0-1023
      asig = asig - 512; // now range is -512 to 511
      return asig;
} 

I tested on 3 boards: NS1 nanosynth, normal Leonardo board and an UNO r3.

On all 3 I was unable to hear any output from PIN 9.

from mozzi.

sensorium avatar sensorium commented on June 25, 2024

from mozzi.

dturner avatar dturner commented on June 25, 2024

My audio source is the nanosynth which generates a 5V square wave. The nanosynth also provides a 5V supply to the arduino.

from mozzi.

dturner avatar dturner commented on June 25, 2024

More info on this forum post: http://www.sound-machines.it/forums/topic/bug-when-sending-audio-data-to-arduino/

from mozzi.

sensorium avatar sensorium commented on June 25, 2024

from mozzi.

thomasfredericks avatar thomasfredericks commented on June 25, 2024

There are known issues with Mozzi on Leonardo using Arduino IDE after 1.0.5.

@sensorium is there an issue or a fix for this?

from mozzi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.