expertup

Results 4 comments of expertup

https://arduino.stackexchange.com/a/85493/27856 > Put these lines in setup() after wifiManager.autoConnect: > > ``` > Serial.print("SSID: "); > Serial.println(WiFi.SSID()); > Serial.print("psk: "); > Serial.println(WiFi.psk()); > ``` I will try this resolve

> Did you read #694? Yes, readed. Project now compiling correctly, but programming by RS485 not working. This is that same on https://github.com/Optiboot/optiboot (https://github.com/Optiboot/optiboot/issues/348) ``` $ make attiny85 RS485=B2 LED_START_FLASHES=0...

RS485 TXRX dicerction communication need resistor pull up/down? In RS485=B2 pin level is very unstable and jumping. On about 2 weeks I wil have osciloscope. ``` avrdude: Version 6.3-20201216 Copyright...

OK thank you for your answer. Now at least I know that the source shows up after logging in and broadcasting to a specific "channel". Now I know where to...