Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. ble
    Log in to post

    • C

      BLE ATT Wrapper
      Guides • ble bluetooth • • cmisztur  

      1
      2
      Votes
      1
      Posts
      620
      Views

      No one has replied

    • C

      Bluetooth LE security
      Getting Started • ble pycom bluetooth security • • chadtfraser  

      2
      0
      Votes
      2
      Posts
      612
      Views

      P

      If your going to have a physical button to enable it to be reconfigured you dont have many options. An idea may be to write something to flash storage after the first time its been configured and not allow additional setup attempts unless that file is removed but if someone has physical access to the device there's nothing stopping them connecting over uart and removing it via repl. Alternatively. A physical preventative might be more suitable (lock it in a box)
    • A

      Lopy4 to Lopy4 with BLE get_adv() always none [Solved]
      LoPy • lopy4 ble • • Amarulp  

      3
      0
      Votes
      3
      Posts
      642
      Views

      A

      @eric73 Thank you so much! It worked! Also, it can scan and advertise at the same time.
    • N

      Create Wireless sensor network interfacing BLE module and Gas sensors WIPY
      Discussion • ble i2c sensor iot • • nobo23  

      2
      0
      Votes
      2
      Posts
      532
      Views

      dan

      Hi @nobo23 Are you trying to connect multiple sensors to the WiPy and communicate with them via Bluetooth? Connecting multiple BLE nodes to the WiPy is possible. You can find our BLE examples here. Hope this helps, let me know if you have any questions!
    • G

      IOT Best communication between pyTrack
      Discussion • pytrack wifi ble iot • • gui61  

      3
      0
      Votes
      3
      Posts
      589
      Views

      G

      @bmarkus And what are the best values for getting that? (on EU zone)
    • J

      BLE & Low power
      Comments & Feedback • deepsleep ble bluetooth low power consumption • • jczic  

      1
      0
      Votes
      1
      Posts
      482
      Views

      No one has replied

    • M

      how send string LoPy4 to LoPy4 over Bluetooth LE
      LoPy • lopy4 ble connection bluetooh send data • • manuelC1318  

      4
      0
      Votes
      4
      Posts
      776
      Views

      J

      @manuelc1318 as I wrote, you can transmit data in both directions: write to a characteristic to send data from client to server, and either read from a characteristic or use notifications for data from server to client.
    • A

      FiPy-Android Bluetooth Communication
      Discussion • fipy ble bluetooth ble send data ble connect • • Alon  

      1
      0
      Votes
      1
      Posts
      653
      Views

      No one has replied

    • M

      [solved] lopy BLE antenna not switching to external
      LoPy • ble antenna bluetooh • • mgarrett  

      5
      0
      Votes
      5
      Posts
      1232
      Views

      M

      I think I have an older version, ill update.. new firmware fixed the issue!! Thank you for the quick response!
    • S

      Setting value? Sending bytes?
      LoPy • lopy ble ble send data ble lopy ble connect • • stefan85e  

      1
      0
      Votes
      1
      Posts
      465
      Views

      No one has replied

    • C

      BLE throughput with pycom
      LoPy • lopy ble • • Colateral  

      5
      0
      Votes
      5
      Posts
      1262
      Views

      C

      @jmarcelino Sorry for late answer.Yes...packet length extension it will be great if we can configure.
    • C

      BLE alias name always LoPy
      LoPy • lopy ble • • Colateral  

      1
      0
      Votes
      1
      Posts
      502
      Views

      No one has replied

    • S

      What is this Value!?
      LoPy • lopy pytrack ble characteristic characteristics • • stefan85e  

      4
      0
      Votes
      4
      Posts
      818
      Views

      S

      @jmarcelino
    • C

      How can I send something over BLE?
      LoPy • lopy ble python • • CodeManiac64  

      2
      0
      Votes
      2
      Posts
      619
      Views

      C

      Not sure if this could be a possible solution to writing to characteristics, can anyone help me please? https://devzone.nordicsemi.com/f/nordic-q-a/8162/ble-driver-python-concurrent-notifications
    • N

      Bluetooth Major ID
      Comments & Feedback • ble bluetooth wipy3.0 • • nicobijl  

      1
      0
      Votes
      1
      Posts
      532
      Views

      No one has replied

    • B

      Bluetooth GATTSCharacteristic set permissions
      Discussion • ble bluetooth characteristic permission • • binux  

      2
      0
      Votes
      2
      Posts
      679
      Views

      B

      Got the issue sorted out myself. The values are documented in the esp-idf: https://github.com/espressif/esp-idf/blob/master/components/bt/bluedroid/api/include/esp_gatt_defs.h#L267 just set the values corresponding to your needs. Be sure to set both permissions and properties. Example: The below characteristic supports only READ and NOTIFY: service.characteristic(uuid=0x2001, permissions=(1<<0), properties=(1 << 1) | (1 << 4), value=0)
    • F

      is possible to perform a BLE "write without response"?
      Firmware • wipy ble • • fbt  

      1
      0
      Votes
      1
      Posts
      546
      Views

      No one has replied

    • M

      Maximum characteristics that can be created in a service
      FiPy • fipy ble pycom bluetooth gatt • • mdk22  

      1
      0
      Votes
      1
      Posts
      588
      Views

      No one has replied

    • 1
    • 2
    • 3
    • 4
    • 5
    • 2 / 5