New answers tagged arduino-uno
0
votes
Trouble connecting Uno + ESP8266 to Wifi
Assuming the code that has not been shown is okay, there are still multiple issues, as mentioned by @hcheung and @DaveTweed.
Two different baud rates are being used. Use 115200, it's more standard
...
-1
votes
How can I use a 'Global' class object?
So my issue was that I could not declare a Global object. After some research I realized I needed make a Pointer and use the "new" operator. Note No Parens () after object constructor if NOT ...
Top 50 recent answers are included
Related Tags
arduino-uno × 8148serial × 673
programming × 571
sensors × 502
esp8266 × 458
arduino-ide × 379
led × 323
c++ × 287
motor × 286
arduino-mega × 270
power × 242
servo × 222
lcd × 217
i2c × 214
bluetooth × 201
softwareserial × 191
arduino-nano × 177
gsm × 171
interrupt × 169
pwm × 168
shields × 168
wifi × 167
atmega328 × 160
c × 154
pins × 147