Search found 28 matches

by Pyshco
Sat Apr 07, 2018 2:33 pm
Forum: ESP32 Arduino
Topic: Problem with I2C LCD 2x16
Replies: 5
Views: 12290

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...
by Pyshco
Sat Apr 07, 2018 3:34 am
Forum: ESP32 Arduino
Topic: Problem with I2C LCD 2x16
Replies: 5
Views: 12290

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).
by Pyshco
Sat Apr 07, 2018 12:20 am
Forum: ESP32 Arduino
Topic: Problem with I2C LCD 2x16
Replies: 5
Views: 12290

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...
by Pyshco
Mon Mar 12, 2018 3:48 am
Forum: ESP32 Arduino
Topic: esp32fs-plugin error "partitions Not Defined for ESP32 Dev Module"
Replies: 0
Views: 2881

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
by Pyshco
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: 4358

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...
by Pyshco
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: 5122

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...
by Pyshco
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: 5122

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?
by Pyshco
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: 33827

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?