Search found 28 matches
- Sat Apr 07, 2018 2:33 pm
- Forum: ESP32 Arduino
- Topic: Problem with I2C LCD 2x16
- Replies: 5
- Views: 13704
Re: Problem with I2C LCD 2x16
Thanks for the help, now it compliles... now, i've got another issue. You see, now it compiles but doesn't show anything in the screen, i tryied ajusting the contrast but nothing... how can i fix this? This is the code that i'm using: #include <Wire.h> #include <LiquidCrystal_I2C.h> LiquidCrystal_I2...
- Sat Apr 07, 2018 3:34 am
- Forum: ESP32 Arduino
- Topic: Problem with I2C LCD 2x16
- Replies: 5
- Views: 13704
Re: Problem with I2C LCD 2x16
Thanks for the quick reply!
The pins i'm using are: For the SDA(io12) and for the SCL(io14).
The pins i'm using are: For the SDA(io12) and for the SCL(io14).
- Sat Apr 07, 2018 12:20 am
- Forum: ESP32 Arduino
- Topic: Problem with I2C LCD 2x16
- Replies: 5
- Views: 13704
Problem with I2C LCD 2x16
When i was tring to use this LCD with a I2C i get this output (sorry for the output been in spanish): Arduino:1.8.5 (Windows 10), Tarjeta:"ESP32 Dev Module, 80MHz, 115200, None" ATENCIÓN: la librería LiquidCrystal_I2C pretende ejecutarse sobre arquitectura(s) (avr) y puede ser incompatible con tu ac...
- Mon Mar 12, 2018 3:48 am
- Forum: ESP32 Arduino
- Topic: esp32fs-plugin error "partitions Not Defined for ESP32 Dev Module"
- Replies: 0
- Views: 3140
esp32fs-plugin error "partitions Not Defined for ESP32 Dev Module"
I'm new in this File System Plugin, i followed all the steps correctly and i get this error... can somebody help?
This is the Link to the GitHub page: https://github.com/me-no-dev/arduino-esp32fs-plugin
This is the Link to the GitHub page: https://github.com/me-no-dev/arduino-esp32fs-plugin
- Sun Mar 11, 2018 6:02 pm
- Forum: ESP32 Arduino
- Topic: How can i implement a framework like boostrap in my ESP32 with a http server?...
- Replies: 2
- Views: 4900
Re: How can i implement a framework like boostrap in my ESP32 with a http server?...
Thanks of the reply and for you'r help!
- Sun Mar 11, 2018 1:29 pm
- Forum: ESP32 Arduino
- Topic: How can i implement a framework like boostrap in my ESP32 with a http server?...
- Replies: 2
- Views: 4900
How can i implement a framework like boostrap in my ESP32 with a http server?...
I don't know if is clear to understand, but, the thing is that the esp32 is connected to my WIFI network and if you put the ip address of the esp on the address you get a little super basic HTML webpage that is on the ESP32... i need to know if i can make this page more "beautyful", if i can impleme...
- Sun Mar 11, 2018 1:17 pm
- Forum: ESP32 Arduino
- Topic: http communication between the esp32 with a already hosted web page, is it possible?
- Replies: 2
- Views: 5605
Re: http communication between the esp32 with a already hosted web page, is it possible?
Thanks for the reply... I would need a little bit of time to figure out how i need this project to work...
- Sun Mar 11, 2018 4:21 am
- Forum: ESP32 Arduino
- Topic: http communication between the esp32 with a already hosted web page, is it possible?
- Replies: 2
- Views: 5605
http communication between the esp32 with a already hosted web page, is it possible?
My little project can connect with a WIFI network and is a http server or something like that, but, i want it to be a kinda "client" and send messages to a hosted page. If is nessesary my page is hosted in 000webhost.com (for now)... any help?
- Sun Aug 20, 2017 12:12 am
- Forum: ESP32 Arduino
- Topic: How to make a functional wifi access point with wifi connection.
- Replies: 6
- Views: 35321
- Sat Aug 19, 2017 8:45 pm
- Forum: ESP32 Arduino
- Topic: How to make a functional wifi access point with wifi connection.
- Replies: 6
- Views: 35321
How to make a functional wifi access point with wifi connection.
This would very basic, but, i'm new working on the wifi side of the ESP32, Can you guys help me with a example or else?