Help to Arduino IDE

8 years 11 months ago #1410 by asm7100
Help to Arduino IDE was created by asm7100
Hi
Iam a noob in Arduino IDE and C# soo i try to learn it.
If I follow the tutorins here to installet, and when i try to use any of the exampels her to Arduino IDE I got at lot af errors about .h files. like Base64.h and thinks like this

Arduino: 1.6.1 (Windows 8.1), Board: "Generic ESP8266 board"

test1.ino: In function 'void wifiConnect()':

test1.ino:50:36: error: no matching function for call to 'ESP8266WiFiClass::begin(const char [6], const char [6], const char [9])'

test1.ino:50:36: note: candidates are:

In file included from test1.ino:1:0:

C:\Udvikling\ESP8266\Arduino ESP\hardware\esp8266com\esp8266\libraries\ESP8266WiFi\src/ESP8266WiFi.h:49:9: note: int ESP8266WiFiClass::begin(const char*)

int begin(const char* ssid);

^

C:\Udvikling\ESP8266\Arduino ESP\hardware\esp8266com\esp8266\libraries\ESP8266WiFi\src/ESP8266WiFi.h:49:9: note: candidate expects 1 argument, 3 provided

C:\Udvikling\ESP8266\Arduino ESP\hardware\esp8266com\esp8266\libraries\ESP8266WiFi\src/ESP8266WiFi.h:58:9: note: int ESP8266WiFiClass::begin(const char*, const char*)

int begin(const char* ssid, const char *passphrase);

^

C:\Udvikling\ESP8266\Arduino ESP\hardware\esp8266com\esp8266\libraries\ESP8266WiFi\src/ESP8266WiFi.h:58:9: note: candidate expects 2 arguments, 3 provided

Error in compiling.

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.


and so on.
Dos anybody have a Arduino IDE for esp8266 where all the files lib er int it, there will send me a copy of it?
I like to learn and i have tried to google libs, placed them where there shut bee but ESP8266wifi or ESP8266WiFi dossent work, and i dont know what iam doing of errors??

//
Allan

Please Log in or Create an account to join the conversation.

8 years 11 months ago #1425 by asm7100
Replied by asm7100 on topic Help to Arduino IDE
Hmm
Nobody using ESP8266 Arduino IDE??? Strange with all that exampels?

//
Allan

Please Log in or Create an account to join the conversation.

8 years 11 months ago #1432 by enigma
Replied by enigma on topic Help to Arduino IDE
Hi ASm7100,
I Made the esp8266wifi DS18B20 temp sensor with arduino IDE and it works great, you only have to brows for those libraries like base64, esp8266wifi etc. and add it your arduino libraries.
regards
Enigma

Please Log in or Create an account to join the conversation.

Time to create page: 0.208 seconds

Forum latest

  • No posts to display.