rtek1000

Results 99 comments of rtek1000

Hi, my file mcufriend_shield.h looks like this: ``` //#define USE_SPECIAL //check for custom drivers #define USE_OPENSMART_SHIELD_PINOUT 1 // ... #if 0 #elif defined(ARDUINO_GENERIC_STM32F103C) || defined(ARDUINO_NUCLEO_F103C8) || defined(ARDUINO_BLUEPILL_F103C8) #warning Uno Shield...

Hi, to measure the resistance of X and Y, use the DMM (digital multimeter) on the resistance scale, then try measuring between the pins: LCD_D6 (TOUCH_XP) & LCD_RS (TOUCH_XM). And...

Note: use only DMM + Shield, disconnected from others devices.

Hello, @prenticedavid Interesting, where can I find the information that this STM32F103 is obsolete? https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html @giaava Thanks for helping!

As I only noticed this when compiling the ESP32 codes, so I left it registered in the ESP32 repository as well, but I don't know who can solve this. https://github.com/espressif/arduino-esp32/issues/6169

Hello, I tried to edit the boards.txt file, but I was unsuccessful, please, could you give me details of how I can do for the Pro Mini 16MHz 5V? I...

Hello, I modified the hostname of my esp-01 (with esp-link firmware) to "arduino" (I can see the positive response when doing: ping arduino) and I selected the Arduino Uno Wifi...

Hello, Has Arduino Uno Wifi been discontinued? I saw in a post on the internet that it was discontinued. And I found instructions on how to upgrade the esp chip...

Unbelievable, where is IDE 1.7 to be downloaded? Look at this: [https://www.arduino.cc/en/Main/OldSoftwareReleases#previous](url) From 1.6.13 Jump to 1.8.0.

After many attempts, it worked. I put "arduino" in Hostname (Home/System overview) and in Service Name (Services/mDNS) I do not know how Windows identifies the host name, but if I...