Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by FreshMan

  1. F

    AVR & melody

    I understand this :) I can't understand only one: if I look at that kind of music notation https://ic.pics.livejournal.com/antplat/13715091/317611/317611_original.jpg I can't understand where there C4, B4, G4, F4 please, help
  2. F

    AVR & melody

    in principle, I found a project where it is implemented **broken link removed** , this is what I need but one problem remains unsolved I don't know how to translate the notes in the array musical education I don't have can anyone tell how to do this easily or point to a program that does it ?
  3. F

    AVR & melody

    so does anyone know how to play notes ?
  4. F

    AVR & melody

    I wanna play Notes :) maybe, you you give a hint on how to make it easier ?;)
  5. F

    AVR & melody

    it's a bit complicated I have a project where all was implemented much easier ! :) there's only one difficulty for me I don't know how to convert the notes into the array ringtones #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/pgmspace.h> #define C1 15288...
  6. F

    AVR & melody

    I use the ATmega8 I know that it is necessary to configure the T1 mode PWM but I don't understand how to convert the notes in the figures for the timer
  7. F

    AVR & melody

    hi all :) I am a beginner in programming write in the language С please tell me how to play the elementary 8-bit melodies with the help of AVR ? or give good link thanks !

Latest threads

New Articles From Microcontroller Tips

Back
Top