From b4cdb8a93a0e039ec0cfeb97fecccec0f81063f0 Mon Sep 17 00:00:00 2001 From: Furrtek Date: Thu, 28 Jul 2016 05:53:09 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 348035ea..9a080aad 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,15 @@ It is build on top of Sharebrained's firmware, meaning that the original functio As its name implies, HAVOC is a firmware made to have serious fun, mainly involving French systems (for now). Don't use it, we never did. -**In most countries, radio transmissions are tightly regulated. Transmitting without a license or authorization, even at very low power, is certainly forbidden where you live. Always bear that in mind. You'll be the only one responsible for what you'll do with this software.** +**In most countries, radio transmissions are tightly regulated. Transmitting without a licence or authorization, even at very low power, is certainly forbidden where you live. Always bear that in mind. You'll be the only one responsible for what you'll do with this software.** Fork features: * Close-Callâ„¢ style scanner * RDS (Radio Data System) PSN and Radiotext transmit * LCR (Language de Commande Routier) litteral message forming and transmit * Fully configurable AFSK transmit -* Xylos transmitter, urban lighting control (NFM CCIR tones) +* PWM audio RSSI output +* Xylos transmitter, street lighting control (NFM CCIR tones) * Virtual keyboard or Unistroke "handwriting" text input * "Play Dead" in case of emergency * Dynamic baseband code loading from SD card (see [wiki](https://github.com/furrtek/portapack-havoc/wiki)) From 543bdf53196d6027fd221b5314b70a9fc00936a4 Mon Sep 17 00:00:00 2001 From: Furrtek Date: Thu, 28 Jul 2016 14:01:03 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a080aad..884edad9 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Todo (highest to lowest priority): **Visit the [wiki](https://github.com/furrtek/portapack-havoc/wiki) for more details.** +About the PWM RSSI output: Frequency is 800Hz in NFM and 500Hz in WFM. The data path is very messy, the RSSI thread running on the baseband core sends groups of values to the application RSSI widget which computes the average value, which sends it back to the baseband module for audio output (if enabled)... + Hardware is available at [ShareBrained Technology](http://sharebrained.com/portapack). # Thanks