Search found 3 matches

by lormayna
Mon May 31, 2021 9:21 pm
Forum: ESP32 boards
Topic: I2C not working
Replies: 3
Views: 1635

I2C not working

I am trying to work with a BMP280 on a ESP32-DEVKIT-V1, but I am getting this error: >>> from machine import I2C, Pin >>> bus = I2C(scl=Pin(21), sda=Pin(22)) >>> bus.scan() [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, ...
by lormayna
Wed Feb 10, 2021 8:26 pm
Forum: ESP32 boards
Topic: BLE scan not working
Replies: 2
Views: 1194

Re: BLE scan not working

Thank you for the hint, now is working.
by lormayna
Sun Feb 07, 2021 8:57 pm
Forum: ESP32 boards
Topic: BLE scan not working
Replies: 2
Views: 1194

BLE scan not working

Hello everyone, I am tring to create a BLE scan, but it seems not working >>> import bluetooth >>> ble = bluetooth.BLE() >>> ble.active() False >>> ble.active(True) I (76300) BTDM_INIT: BT controller compile version [c1cbe45] I (99653) system_api: Base MAC address is not set, read default base MAC a...