Search found 2 matches

by bmw-freak
Thu Jan 18, 2024 11:50 pm
Forum: General Discussion
Topic: md5 of file does not match data in flash
Replies: 1
Views: 564

md5 of file does not match data in flash

Hello I am not able to program a esp-WROOM32 by arduinoide 2.2.1 The sketch is compiled completely without any failer message. But after 100% writing to the esp do I get the message: A fatal error occurred: MD5 of file does not match data in flash! Fehlgeschlagenes Hochladen: Hochladefehler: exit s...
by bmw-freak
Tue Jan 09, 2024 9:12 pm
Forum: General Discussion
Topic: how to name gpio-pins
Replies: 0
Views: 24672

how to name gpio-pins

Hello as a beginner I am not shure how the pins in a program shuld be named. Example code: // Use software SPI: CS, DI, DO, CLK Adafruit_MAX31865 max = Adafruit_MAX31865(10, 11, 12, 13); What should I write: Adafruit_MAX31865 max = Adafruit_MAX31865(P10, P11, P12, P13); (par example) or only Adafru...