Skip to content
#

espressif

Here are 370 public repositories matching this topic...

tomikaa87
tomikaa87 commented Dec 30, 2020

Blynk library version: master branch at 144a90f3bdb66c3b6c03cce0335c1f1e304d91d6
IDE: VS Code + PlatformIO
IDE version: 1.52.1
Board type: ESP8266
Additional modules: Arduino ESP8266

Scenario, steps to reproduce

Blynk.run() blocks if there is no internet connection on the network and connecting to a local server via SSL.
According to my investigation, `BlynkArduinoClientSecure::conn

good first issue
6q6
6q6 commented Oct 17, 2021

On the current firmware 0.9.2 there are multiple optimizations possibilities regarding the behavior of Wi-Fi during:

-Wi-Fi Attacks:
OPEN SSID (ESP_xxxxx) Broadcast starts when one of the Wi-Fi attacks are currently executed.

If possible this should be disabled (or hidden if it breaks functionality) during ANY Wi-Fi operation since it impacts the esp32marauders covert effectiveness.

With this

enhancement help wanted good first issue
imliubo
imliubo commented Mar 23, 2019

为了更好的帮助大家,也为了更好的记录自己遇到的问题,建议大家将自己遇到的问题并解决完的问题可以记录在这个issue中,与人方便,与己方便,希望大家可以认真的记录问题并描述是如何解决的,谢谢大家合作,您的每一次记录都会对他人有所帮助哦~

PS:未解决完的问题,先不要记录哦~mua!(*╯3╰)

比如-Example

遇到的问题
上电串口助手查看打印乱码。
(可以附加图片)

解决办法
波特率设置不对,ESP8266默认波特率是76800,更改波特率后打印正常。
(可以附加图片)

good first issue recommend

This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

  • Updated Mar 14, 2022
  • C

Improve this page

Add a description, image, and links to the espressif topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the espressif topic, visit your repo's landing page and select "manage topics."

Learn more