[SOLVED] Note Names For Pezio Buzzer


hi!
i have code here:
code: [select]
#define  c     3830    // 261 hz
#define  d     3400    // 294 hz
#define  e     3038    // 329 hz
#define  f     2864    // 349 hz
#define  g     2550    // 392 hz
#define  a     2272    // 440 hz
#define  b     2028    // 493 hz
#define  c     1912    // 523 hz

as can see, shows note names, , frequencies notes. using pizeo buzzer on pin 9 of arduino. wondering if new more pizeo note names , corosponding frequencies. can see, right here have c major scale. full c chromatic scale.

does know more note names , corrosponding frequencies? in advance!

did try google?  quick search "note frequencies" turned chart of 9 octaves of chromatic notes:
http://www.seventhstring.com/resources/notefrequencies.html

note other numbers cycle time in microseconds.  them, invert frequency (to seconds per cycle) , multiply 1,000,000 (to microseconds per cycle).


Arduino Forum > Using Arduino > Programming Questions > [SOLVED] Note Names For Pezio Buzzer


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'