@atc1441
  @atc1441
Aaron Christophel | Quick tip finding an unknown Debug interface pinout (SWD) shown on the MiBand with @atc1441 | Uploaded March 2022 | Updated October 2024, 5 hours ago.
Quick video about how i did reversed / found the Debug interface pinout on the Xiaomi MiBand.

This can be used very universal with many different interfaces, hardware or debug tools and the MiBand is just used as an example.

Follow me on twitter:
twitter.com/atc1441

Python script from the video:

import subprocess
import winsound

def check_connection():
output = subprocess.check_output("JLink.exe -device DA14697 -NoGui 1 -CommandFile jlink_auto_file.jlink", shell=True).decode()
if "Cannot connect to target" in output:
print("Not found!")
winsound.Beep(500, 100)
else:
print("Found!")
winsound.Beep(4000, 100)
winsound.Beep(1000, 100)
winsound.Beep(4000, 100)
winsound.Beep(1000, 100)
winsound.Beep(4000, 100)
winsound.Beep(1000, 100)
winsound.Beep(4000, 100)
winsound.Beep(1000, 100)

while 1==1:
check_connection()






------------------------
jlink scriptfile:
jlink_auto_file.jlink:
decvice DA14697
if SWD
speed 40000
connect


exit
Quick tip finding an unknown Debug interface pinout (SWD) shown on the MiBand withVegas.pl Black Horse gambling mashine internal linuxDong DOOM The special pleasing experienceProgramming the CH552 Chip directly via Android, CH55x Programmer ManualUpdate on Modified Transistor tester how to on http://atcnetz.deNew Arduino Firmware for the P8 SmartwatchDriving an 4.4 Black White Red E-Paper Pricetag with an ESP32 and ArduinoArduino Data to Unity3D Puma 200 Robot ArmDIY Wifi Arduino Alarmsystem using only 3 parts!HowTo bypass APPROTECT of nRF52832 or nRF52840 with ESP32 Power glitchingTriink Assembly - Hackaday.io Project1,20€ Rear view camera, small hack and review, incl. shipping from Germany

Quick tip finding an unknown Debug interface pinout (SWD) shown on the MiBand with @atc1441

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER