arduino ide on android

hello, i whant download sketchs from ANDROID mobile phone to NODEMCU, but ewerytime i have error
c++config.h fatal error functional

@manukc's Screenshot_20200405-011917_ArduinoDroid.jpg:

you installed the ESP8266WiFi library? delete it from libraries. it is part of the esp8266 arduino boards package

1 Like

quote author=Juraj link=msg=4545798 date=1586063687]
you installed the ESP8266WiFi library? delete it from libraries. it is part of the esp8266 arduino boards package
[/quote]

I try first time without libraries. But that librarry is first what i need for my sketch, (i think) because sketch is for NodeMCU with esp8266

you need the complete esp8266 boards package and that has the library included

Where can i take it? Or can you send me it? Pls

I don't know if ArduinoDroid has Boards manager, because I doubt it can handle something else then some of the classic AVR Arduinos.
for example esp8266 uses Python for upload tools so I doubt ArduinoDroid can support esp8266.

And do you know some program for android phones, what can download sketches for esp8266 ?

I would like to suggest another approach.
Try to make it work from a regular PC first. It could be your laptop or desktop PC.
Make a simple project, for example blink a LED.
Notice what it is required to work for the PC, what libraries/boards you need to install.

Then aim for the Android; you might realize that it may work or not.

Hope it helps,
Mihai

senderene:
I would like to suggest another approach.
Try to make it work from a regular PC first. It could be your laptop or desktop PC.
Make a simple project, for example blink a LED.
Notice what it is required to work for the PC, what libraries/boards you need to install.

Then aim for the Android; you might realize that it may work or not.

Hope it helps,
Mihai

I have on pc and laptop arduino ide and i download my sketch for 8266 without problems, i copy all library folder from pc in ptone library folder, but error is same.

I say to you what i need to do with that to you, i need sketch in mobile phone because not ewery time.i have laptop for edit wifi acces pint client login and password to change, i need some "sensor" who working with wifi, and send to me email if my door open, or i have som relay open or close(i need it at my work place, if i have some error on my automatic sistem i have email on my phone)

And for that sometime i need change wifi password ......

(I don't know maybe i have mistakes in english but i think without translater it is normaly?)

manukc:
I say to you what i need to do with that to you, i need sketch in mobile phone because not ewery time.i have laptop for edit wifi acces pint client login and password to change, i need some "sensor" who working with wifi, and send to me email if my door open, or i have som relay open or close(i need it at my work place, if i have some error on my automatic sistem i have email on my phone)

And for that sometime i need change wifi password ......

use the WiFiManager library

Juraj:
use the WiFiManager library

It's same..... c++config.h: no found file or.directory

In "bluino loader" i have many errors

manukc:
It's same..... c++config.h: no found file or.directory

Juraj meant you should change your sketch to use the WiFiManager library, then upload that sketch from a normal computer running the real Arduino IDE. Once you have done that, you will be able to change your WiFi credentials via a webpage on the browser on your phone. After that, you will no longer have any need to upload sketches from your Android phone to the ESP8266 board.

I understand you, but can you tell me which example to add from wifiManager examples? ( I haven't had much to do with these managers, and I don't know much yet) and I still have a question, so this fee will already work as a wifi client and will distribute wifi APN from its side? to be able to completely change the client's wifi settings?

Thank you all of you, i find wifimanager for me and ewerythink is working!! Thank you