Navigation

    Welcome to the Pycom forum

    Forum

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

    • R

      L01 - Configure and program via UART. Bluetooth SPP?
      LoPy • uart l01 bluetooh bluetooh spp • • RadistORT  

      1
      0
      Votes
      1
      Posts
      279
      Views

      No one has replied

    • M

      Serial over bluetooth
      Discussion • uart bluetooh • • misterlisty  

      3
      0
      Votes
      3
      Posts
      508
      Views

      E

      @misterlisty Pycom bluetooth stack is currently BLE (Bluetooth Low Energy) . And, in BLE there is no SPP equivalent (Simple Port Protocol) as in Standard Bluetooth stack. The BLE normalization is as is, only nordic semi (a ble chip manufacturer) provide a non-standard SPP-like library for it's chip. BUT you can exchange data in BLE, you just have to do it by your self with specific software you write, take a look at how service/characteristics work in ble.
    • M

      BLE max length of advertisement
      Discussion • bluetooh • • misterlisty  

      3
      0
      Votes
      3
      Posts
      300
      Views

      M

      Expansion of the question is, how can i stream data from bluetooth to my phone? Is theire serial bluetooth? Want to be able to views logs of device in the field.
    • M

      Passing one object to another
      Discussion • python bluetooh • • misterlisty  

      1
      0
      Votes
      1
      Posts
      233
      Views

      No one has replied

    • G

      Send data from Android device to LoPy via Bluetooth
      LoPy • lopy4 bluetooh android app • • Gaby  

      2
      0
      Votes
      2
      Posts
      572
      Views

      W

      Hi, did you make it? I want to send login data from my smartphone to Lopy.
    • D

      Bluetooth event handling - FiPy
      FiPy • fipy bluetooh event handling • • davidchallender  

      1
      0
      Votes
      1
      Posts
      410
      Views

      No one has replied

    • T

      WiPY & Bluetooth & Internet
      WiPy 2&3 • wipy bluetooh internet • • Tschili  

      2
      0
      Votes
      2
      Posts
      612
      Views

      E

      @Tschili take a look at https://docs.pycom.io is full of examples. The bluetooth paring needs for you to create a server on Wipy, but usually you may want more than a simple paring. About the: Send data over the mobile phone to internet (webserver) I don't think that this forum is the adequate for mobile apps questions, but if you mean communicating to Wipy using wifi, for sure you will find and example on the documentation.
    • 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.
    • 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!
    • B

      BLE GATTC write perfomance
      Discussion • bluetooh characteristic performance write • • binux  

      1
      0
      Votes
      1
      Posts
      504
      Views

      No one has replied

    • L

      type object 'Bluetooth' has no attribute 'BLE'
      LoPy • lopy bluetooh bluetoorh bl • • luc  

      7
      0
      Votes
      7
      Posts
      1718
      Views

      M

      @jmarcelino What is bluetooth.init(id=0, mode=Bluetooth.BLE, antenna=None) used for then? I also noticed when I was trying to run it, that Bluetooth.BLE as the mode did not work at all.
    • 1 / 1