The Wayback Machine - https://web.archive.org/web/20210821051506/https://github.com/topics/espressif
Skip to content
#

espressif

Here are 328 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

RetroESP32
blue-halo
blue-halo commented Jul 13, 2020

Screen Saver Mode
I'd really love to have a screen saver / demo mode like what's available in Retro Pie that supports random images, animated GIFs and others as well as MP4 video+audio.

A Selectable Mode Or Timer Based Screen Saver Mode
Aside from playing games on it I'd also like to have it on display in my office and wear at conventions and such as an animated convention badge. I'd

imliubo
imliubo commented Mar 23, 2019

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

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

比如-Example

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

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

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 Jul 20, 2021
  • 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