-
Knowing that the [ESP32](http://esp32.net/) supports both Bluetooth and WiFi this could be a great low power device to interface between the scale and the home network.
The ESP32 is capable of runnin…
-
Using LoPy4
release=1.20.2.rc3, version=v1.11-2037465
I have following code:
```
import time
import pycom
from network import Bluetooth
bluetooth = Bluetooth()
bluetooth.set_advertisemen…
-
My System:
(sysname='LoPy', nodename='LoPy', release='1.8.0.b1', version='v1.8.6-760-g90b72952 on 2017-09-01', machine='LoPy with ESP32', lorawan='1.0.0')
pytrack fw 0.0.4
My fault main.py:
…
-
Please include the following information when submitting a bug report:
* The Pycom board you are using (e.g. WiPy 2.0, LoPy).
* G01
* The firmware version you are using. You can get it by execut…
-
``` Version via REPL: (sysname='LoPy4', nodename='LoPy4', release='1.20.1.r2', version='v1.11-06dfad0 on 2019-11-30', machine='LoPy4 with ESP32', lorawan='1.0.2', sigfox='1.0.1', pybytes='1.3.0')```
…
-
Hello,
I use a lopy module with current version : (sysname='LoPy', nodename='LoPy', release='1.15.0.b1', version='v1.8.6-849-baa8c33 on 2018-01-29', machine='LoPy with ESP32', lorawan='1.0.0')
I'm t…
crc16 updated
4 years ago
-
* The Pycom board you are using (e.g. WiPy 2.0, LoPy).
G01
* The firmware version you are using. You can get it by executing the following Python code at the REPL:
Pycom MicroPython 1.18.1.r2 […
-
I want to control the TxPower in LoRaWAN mode,so i have few queries:
1. How to control the TXPower in LoRaWAN mode or is it directly controlled by LoRaWAN MAC???
2. Does the power control will over…
-
I am connecting my device to a HM-10 BLE product using GATTC.
In super summary, BLE works the following way for GATT,
There is a service, which MAY contain characteristics.
The characteristics wi…
-
Hey there,
I have a LoPy 4 with an extension board.
I am reading a sensor and send the measurement via LoRaWAN.
It runs good for maybe 10 minutes or so when the loop reaches this line it crashe…