Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 718 Bytes

File metadata and controls

30 lines (19 loc) · 718 Bytes

Bluetooth Low Energy REPL

This can be used on devices with native BLE support:

  • Raspberry Pi Pico W
  • ESP32

Important

  • This connection method requires a Chrome-based browser like Edge, Opera, Chromium, Brave, etc.
  • It usually works on Windows, Linux, MacOS, Android
  • Not available on iOS

1. Connect ViperIDE to your device using USB

2. In the left panel: Package Manager -> install viper-tools

3. In your main.py

import ble_repl
ble_repl.start()

4. Reset your device

5. Connect ViperIDE to your device using BLE

Use Bluetooth button in ViperIDE to connect to your device.

It will scan for nearby devices automatically.