Segue a lista de comandos:
Primeiro remova o script que inicializa o bluetooth em modo normal: rm /system/bin/blueon.sh sync reboot Configurações pré-teste, carregue o firmware: brcm_patchram_plus --patchram /etc/bluez/bcm4329.hcd /dev/ttymxc1 Entre em modo de teste: brcm_patchram_plus -d --enable_testmode /dev/ttymxc1 --------------------------------------------------------------------- Para transmitir GFSK: brcm_patchram_plus -d --bd_addr 00:11:22:33:44:55 --channel 1 --hopmode 1 --modulation 0 --modulat_pattern 4 --logic_channel 1 --bbpcktype 15 --bbpcklength 99 --txpower 0 --enable_txtest /dev/ttymxc1 --------------------------------------------------------------------- Para transmitir 8DPSK: brcm_patchram_plus -d --bd_addr 00:11:22:33:44:55 --channel 1 --hopmode 1 --modulation 0 --modulat_pattern 4 --logic_channel 0 --bbpcktype 15 --bbpcklength 99 --txpower 0 --enable_txtest /dev/ttymxc1 --------------------------------------------------------------------- Sem modulação: brcm_patchram_plus -d --channel 1 --txpower 0 --hopmode 1 --enable_modsigtest /dev/ttymxc1 ---------------------------------------------------------------------