Search found 4 matches

by puttley
Wed Mar 03, 2021 8:12 pm
Forum: Programs, Libraries and Tools
Topic: Send and Run files over BLE REPL
Replies: 3
Views: 23661

Re: Send and Run files over BLE REPL

Thank you. I have things working using raw REPL...much appreciated.
by puttley
Tue Mar 02, 2021 3:35 am
Forum: Programs, Libraries and Tools
Topic: Send and Run files over BLE REPL
Replies: 3
Views: 23661

Send and Run files over BLE REPL

Hi All - I'm using an ESP32 board successfully with BLE Repl. I'd like to know how I can upload files to my board and run them as is done with the webREPL terminal application. My goal is to create a Blockly based programming app that generates micropython code that can be uploaded to the ESP32 and ...
by puttley
Mon Mar 01, 2021 12:24 am
Forum: ESP32 boards
Topic: ESP32 BLE support
Replies: 8
Views: 5538

Re: ESP32 BLE support

I'm trying to setup a BLE_REPL on ESP32 board and get the same error when running the REPL over BLE UART example. What am I missing and where do I find it? Much appreciated....thank you. You need to copy ble_uart_peripheral.py (and ble_advertising.py) to the board. Here are two good starting points...
by puttley
Wed Feb 24, 2021 11:35 pm
Forum: ESP32 boards
Topic: ESP32 BLE support
Replies: 8
Views: 5538

Re: ESP32 BLE support

Thanks very much. I have progress! MicroPython v1.14 on 2021-02-02; ESP32 module with ESP32 Type "help()" for more information. >>> %Run -c $EDITOR_CONTENT bytearray(b'\x02\x01\x06\x0c\tmicropython\x03\x03\x1a\x18\x11\x07\x9e\xca\xdc$\x0e\xe5\xa9\xe0\x93\xf3\xa3\xb5\x01\x00@n') micropython [UUID(0x...