Skip to content
/ micro-ds Public

Capture audio on your NDS and send it to the PC via WIFI

License

Notifications You must be signed in to change notification settings

dbeef/micro-ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-ds

Capture audio on your NDS and send it to the PC via WIFI

Youtube

Dependencies

Usage

  • create hotspot on your laptop
  • run .nds file on your NDS
  • connect to your hotspot on your NDS via the .nds file
  • run the python script: desktop_client.py

How it works

  • NDS opens port 8080, python script connects PC to it, then:
    • NDS receives ACK character from PC
    • NDS records 5 seconds of audio
    • NDS sends buffered audio
    • python saves it in file and plays

How to make WIFI hotspot that NDS can connect (it's not that obvious):

  • in Ubuntu open "Network Connections" and click "add new"
  • go to the "Wi-Fi security" - NDS supports only WEP security (so remember, it's dangerous to beacon that poorly secured network all the time, use this hotspot only when playing with your NDS) - select "WEP 40/128 bit key (Hex or ASCII)"
  • select some random 5 character (only digits) password
  • in "Wi-Fi" tab select "Mode" to "Hotspot"
  • save it
  • open "Network"
  • click "Connect to to a hidden network"
  • select network that you've just created (by default its name will be "hotspot")
  • you're done, if you were previously connected with another network via wifi you'll be disconnected
  • now you can connect to this network through your NDS

About

Capture audio on your NDS and send it to the PC via WIFI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published