TD-er

Results 40 issues of TD-er

The PCB drawing did not have a proper silk screen which made it hard to see the true position and orientation of the NodeMCU. Also the descriptions now include the...

There are 2 versions of this OLED display. One with VCC/GND/SCL/SDA and one with GND/VCC/SCL/SDA. The last one seems to be the more available version.

Fritzling part of the 1.3" OLED 128x64 display using the SSH1106 chip.

Smaller OLED display with 128x32 pixels, 0.91" I2C connections, SSD1306 controller

The pinout used in this OLED SSD1306 part has Vcc/GND/SCL/SDA But most displays offered online now use GND/Vcc/SCL/SDA Banggood even ships them mixed. ![i2c oled pinout warning](https://user-images.githubusercontent.com/3751318/30229044-96f15bcc-94e0-11e7-8b97-1e13f422a5cb.jpg) So perhaps add...

In my endless quest to save RAM in my project (ESPEasy) I came across this section of the code: https://github.com/crankyoldgit/IRremoteESP8266/blob/85d587fbbf804c25c15632849386091e712a6cae/src/IRremoteESP8266.h#L1112-L1388 These are all `const uint16_t` and I wonder why these...

more info
Pending Confirmation

I was looking to integrate parts of your Lorawan code into my own project (ESPEasy) and I came across a few small issues. First to make it clear where I...

enhancement
wontfix

At this moment I really have no idea where it could be. I have narrowed it down to calling the `cron_next`. The used `cron_expr` is every time the same. I'm...

Steps to reproduce: - Open arduino-blink example from esp8266 platform - Run "Upload & Monitor" Task in Project Tasks for board "A" - Run "Upload & Monitor" Task in Project...

bug

I've been getting this error when building on VScode in Windows. If I build the exact same code in Linux (using command line) it just works out fine. It happens...