arduino ToneLibrary and Ringtone RTTTL Player

Coding and general discussion relating to user created compiler modules

Moderators: David Barker, Jerry Messina

Post Reply
Jerry Messina
Swordfish Developer
Posts: 1469
Joined: Fri Jan 30, 2009 6:27 pm
Location: US

arduino ToneLibrary and Ringtone RTTTL Player

Post by Jerry Messina » Sun Aug 01, 2021 1:53 pm

I've been playing around with generating tones lately, so I ported the arduino Tone library to SF and added a few enhancements like blocking/non-blocking mode, playing arrays, etc.

There's also a RTTTL (RingTone Text Transfer Language)) player included

I put it on the wiki...
ToneLibraryAndRingtoneRTTTLPlayer

Now if I could just remember how to read sheet music...

bitfogav
Registered User
Registered User
Posts: 169
Joined: Sat Oct 09, 2010 1:39 pm
Location: United Kingdom

Re: arduino ToneLibrary and Ringtone RTTTL Player

Post by bitfogav » Mon Aug 02, 2021 6:01 pm

Thank you Jerry.. I'll be interested in trying this out.. :)

Jerry Messina
Swordfish Developer
Posts: 1469
Joined: Fri Jan 30, 2009 6:27 pm
Location: US

Re: arduino ToneLibrary and Ringtone RTTTL Player

Post by Jerry Messina » Sat Aug 07, 2021 4:27 pm

I updated the library to add user-defined events that get called when a tone starts and stops playing.

This can be handy to add LED displays, etc. Examples included in the new v1.1 download.

Post Reply