<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to make a beep on nRF51822 with BLE SD and what timer to use?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2086/how-to-make-a-beep-on-nrf51822-with-ble-sd-and-what-timer-to-use</link><description>Hi,
I need to drive a piezo buzzer. Just need to make a simple beep function(s) that one call will start generating a specified frequency on specified pin and other call will stop it. Desired freq. is about 3,5kHz. So I would use some timer thats output</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 03 Apr 2014 17:32:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2086/how-to-make-a-beep-on-nrf51822-with-ble-sd-and-what-timer-to-use" /><item><title>RE: How to make a beep on nRF51822 with BLE SD and what timer to use?</title><link>https://devzone.nordicsemi.com/thread/8945?ContentTypeID=1</link><pubDate>Thu, 03 Apr 2014 17:32:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c55fbd5a-89db-4254-9045-7d3eec77939e</guid><dc:creator>Martin</dc:creator><description>&lt;p&gt;OK, seems that I found usable piece of code - the timer-driven LED in module LED.C from ble_app_hrs project. It use timer1 and PPI channel 0 that should be free with BLE SD. I just had to change prescaler and timer compare value to be set according to desired frequency and it seems that it works...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>