Navigation

    Welcome to the Pycom forum

    Forum

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

    • T

      Bluetooth.connect( adv.mac ) hangs
      Issues & Bugs • lopy bluetooth hangs • • thrag  

      9
      0
      Votes
      9
      Posts
      2309
      Views

      bucknall

      Hmm ok I've flagged this internally and will investigate! Thanks for your patience!
    • T

      Bluetooth range for outdoor use
      Discussion • ble bluetooth range • • tainanfish  

      12
      0
      Votes
      12
      Posts
      6238
      Views

      jmarcelino

      @tainanfish You might be surprised what LoRa can do (and remember in LoRa you CAN set the TX power) but if the question is just cost, then the GPS will be about the same ($8 for a GPS module, same as a LoRa module) To me the problem with GPS is it's even higher power consumption than WiFi.
    • iber

      Bluetooth communication with smartphone
      Discussion • ble bluetooth serial • • iber  

      2
      1
      Votes
      2
      Posts
      1227
      Views

      jmarcelino

      @iber LoPy currently only supports Bluetooth LE GATT protocol which in simple terms is a key/value read+write protocol (like a simple database) and ill suited for streaming serialized data like JSON. You should however be able to make your mobile app write to Bluetooth LE characteristics on the LoPy which then set the WiFi and password. The GATTS example should give you the right idea: https://docs.pycom.io/pycom_esp32/library/network.Bluetooth.html#network.characteristic.events
    • A

      Send data from WiPy to LoPy with BLE
      WiPy 2&3 • wipy ble bluetooth • • amartinez  

      8
      0
      Votes
      8
      Posts
      4228
      Views

      S

      @nagarjuna-reddy same here
    • T

      Firmware problems
      Firmware • bluetooth • • thrag  

      3
      0
      Votes
      3
      Posts
      1111
      Views

      T

      Thanks for the reply. I'm afraid that is not the problem though. I do this: Use Pycom Firmware updater to update to latest. (1.6 something) Power Cycle Connect USB. REPL is ready import os os.mkfs("/flash") Sync Files works fine Then I do this I do this: Use command lie tool to downgrade firmware to 1.4 something Power Cycle Connect USB. REPL is ready import os os.mkfs("/flash") Sync Files fails Based on this, I feel sure there is no code running on the board. Also, the REPL prompt is active and ready when I click sync files so I know there is a good usb connection Really, if possible I would rather address the Bluetooth Issue. Atom file sync works just fine with the latest firmware. It is Bluetooth that should be fixed. Any chance a blue tooth fix is coming soon?
    • papasmurph

      LoPy stops detecting BLE advertisements
      Issues & Bugs • lopy ble bluetooth beacon ibeacon • • papasmurph  

      123
      0
      Votes
      123
      Posts
      84076
      Views

      T

      My lopy4 arrived and i tested with it, too, although i was pretty sure it wouldn't make a difference. It didn't, it does the same thing. I left my lopy running since yesterday noon and from 270 readings, 223 were correct. So that's around 17-18% loss.
    • A

      Issues using Bluetooth with SiPy
      SiPy • sipy wifi bluetooth sipy firmware • • adg  

      7
      0
      Votes
      7
      Posts
      2294
      Views

      A

      @Jurassic-Pork @jmarcelino I tried it, and as far as I can see the result is the same.
    • F

      How to extend the BLE range in the Wipy settings?
      Firmware • wipy ble bluetooth • • fish82  

      8
      0
      Votes
      8
      Posts
      2547
      Views

      R

      @redimo Good luck. Thanks for the update. We scan BLE for 10 seconds then delete/restart the ble object. I'm noting there are maybe 3 updates we've not tried yet for BLE reliability. Maybe they are better? Very interested in how it works for you.
    • T

      ImportError: cannot import name Bluetooth **SOLVED**
      WiPy 2&3 • bluetooth wipy 2.0 solved • • tenspot  

      7
      0
      Votes
      7
      Posts
      3005
      Views

      bucknall

      @tenspot No problem! :) It was likely that you had a very old version of the firmware tool installed!
    • R

      Read Tx Power from a iBeacon Device with Wipy2
      WiPy 2&3 • ble bluetooth rssi ibeacon txpower • • redimo  

      4
      0
      Votes
      4
      Posts
      2118
      Views

      R

      @pwest We've found out how. On iBeacon, when you read the data you get an Array. You need to do int(lastHexValue, 16) and then -256. This results in the set TxPower the BLE Beacon has Edit: this site explains very well how the iBeacon protocoll is built, aswell as to where to find the TxPower: http://www.warski.org/blog/2014/01/how-ibeacons-work/
    • A

      Wipy + CC2650 - Bluetooth connection fail / return closed GATTCConnection
      WiPy 2&3 • ble bluetooth wipy 2.0 gattcconnection closed • • Arkaik  

      6
      0
      Votes
      6
      Posts
      2317
      Views

      A

      @berni I don't know if the bug was solved in new firmware releases, You should try the same code on the 1.4.0.b1 version, maybe it'll solve your problem.
    • T

      Bluetooth deactivates after some time
      WiPy 2&3 • ble bluetooth advertising • • Tineler  

      1
      0
      Votes
      1
      Posts
      863
      Views

      No one has replied

    • X

      Paired by Bluetooth the Lopy with a Android mobile
      LoPy • ble bluetooth mobile paired smartphone • • xallano  

      8
      1
      Votes
      8
      Posts
      3675
      Views

      Z

      Have you solved this problem?
    • R

      Make WiPy read EMBC Beacons?
      WiPy 2&3 • wipy bluetooth support beacon location • • redimo  

      1
      0
      Votes
      1
      Posts
      899
      Views

      No one has replied

    • M

      Advertising data from 1 lopy, trying to read from another one
      MicroPython • bluetooth • • Morthen  

      4
      0
      Votes
      4
      Posts
      1414
      Views

      M

      High, Can I have some news about my issue? I don't know how to solve it !
    • G

      Advertise simple light switch control using BLE characteristic?
      Discussion • bluetooth • • Grisk  

      3
      0
      Votes
      3
      Posts
      1444
      Views

      G

      Yes it did work, Thank you very much for your help.
    • mkharibalaji

      Lopy Bluetooth -> Classic Buetooth - HC 05/06
      LoPy • lopy bluetooth hc-05 • • mkharibalaji  

      4
      1
      Votes
      4
      Posts
      1332
      Views

      jmarcelino

      @mkharibalaji Thanks for the explanation. Currently the Bluetooth stack only supports Bluetooth LE. You'd have to change your mobile app to use this instead. Bluetooth Classic is planned but I'm not sure when, it's not even on the low-level toolchain yet.
    • G

      LoPy connect BLE
      LoPy • lopy ble bluetooth problem issues • • ghilinta.daniel  

      14
      0
      Votes
      14
      Posts
      7507
      Views

      S

      @jmarcelino Is this problem fixed?
    • L

      Bluetooth WiPy client connecting to WiPy peripheral
      WiPy 2&3 • bluetooth • • lcgeldenhuys  

      10
      0
      Votes
      10
      Posts
      4233
      Views

      D

      Hello, Thanks for pointing out this bug. It has been fixed on the latest release 1.7.1.b1. Cheers, Daniel
    • L

      class GATTSCharacteristic - constraints of characteristic.value([value])
      WiPy 2&3 • bluetooth characteristic • • lcgeldenhuys  

      1
      0
      Votes
      1
      Posts
      808
      Views

      No one has replied

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