This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# open bluetooth service config | |
sudo nano -w /etc/systemd/system/bluetooth.target.wants/bluetooth.service | |
# add compatibility mode | |
# add sp profile | |
# these lines need to be edited/added to above bluetooth.service | |
ExecStart=/usr/lib/bluetooth/bluetoothd -C | |
ExecStartPost=/usr/bin/sdptool add SP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Before you begin: It worked for me, and may work for you, but I take no responsibility if your ESP8266 module stops working after attempting this. | |
You need the original esp_flasher.zip file from Sebastians instructions found at https://developer.mbed.org/users/sschocke/code/WiFiLamp/wiki/Updating-ESP8266-Firmware | |
------------------------------------- | |
Connections: | |
VCC to 3.3V | |
GND to ground | |
CH_PD to 3.3V | |
TXD to RX, RXD to TX |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(1) create repo and init on github | |
(2) clone to local | |
(3) add code | |
(4) git add -A | |
(5) git remote set-url origin <add remote url> | |
(6) git commit -m 'initial commit' | |
(7) git push origin master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Install GCC toolchain | |
tar xjvf gcc-arm-none-eabi-4_7-2013q1-20130313-linux.tar.bz2 | |
sudo mv gcc-arm-none-eabi-4_7-2013q1-20130313-linux /opt/ARM | |
echo "PATH=$PATH:/opt/ARM/bin" >> ~/.bashrc | |
source ~/.bashrc | |
arm-none-eabi-gcc --version | |
* Build ST Link |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ingredients: | |
(1) Rooted Samsung Galaxy S3 (CF-Auto-Root, SuperSU, adbd Insecure) | |
(2) https://github.com/d34th4ck3r/Hcidump-in-Android (only need the binary in libs/armeabi) | |
(3) Bluetooth Device | |
Method: | |
on pc: |
NewerOlder