Search found 4 matches

by forum_user
Sat May 09, 2020 8:56 pm
Forum: ESP32 boards
Topic: Logging Verbosity of Network/Bluetooth Modules
Replies: 0
Views: 1205

Logging Verbosity of Network/Bluetooth Modules

Is it possible to change the logging verbosity of the network and ubluetooth modules? They log a lot of informational events to the console and I would like to hide them for my application. I (5944) phy: phy_version: 4180, cb3948e, Sep 12 2019, 16:39:13, 0, 0 I (5954) wifi:mode : sta () I (5954) wif...
by forum_user
Mon Feb 10, 2020 6:43 pm
Forum: ESP32 boards
Topic: Hardcoding BLE TX Power
Replies: 3
Views: 2889

Hardcoding BLE TX Power

I'm interested in hardcoding the maximum supported TX power value for BLE scans for hardware testing. According to a recent post, +9db is the max supported value via the esp-idf API: https://github.com/espressif/esp-idf/issues/3292#issuecomment-493992705 It seems this has been briefly discussed prev...
by forum_user
Fri Jan 31, 2020 1:22 am
Forum: General Discussion and Questions
Topic: Connecting to AWS with MQTT
Replies: 39
Views: 40784

Re: Connecting to AWS with MQTT

sspaman wrote:
Thu Jan 30, 2020 8:52 pm
I have working code if anyone is interested.
I would be interested. I'm encountering a similar issue.
by forum_user
Thu Jan 30, 2020 11:50 pm
Forum: General Discussion and Questions
Topic: Peculiar WiFi Issue
Replies: 0
Views: 1319

Peculiar WiFi Issue

Hello, I'm having an odd issue where I'm able to connect to my wifi, receive an address, but have no subsequent connectivity outside of localhost: Version: >>> import os >>> os.uname() (sysname='esp32', nodename='esp32', release='1.12.0', version='v1.12-dirty on 2020-01-30', machine='ESP32 module wi...