-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noob need some help. #58
Comments
Hello @s0m3thin Have a look at the "How to" section. If you are missing something in description, feel free to open a PR. I'll try to describe the steps in a bit more detail:
// Only an example! You have to enter your data
#pragma once
#define WIFI_SSID "FRITTZ!Box"
#define WIFI_PASSWORD "mysecretpassword"
#define WIFI_HOSTNAME "ikea-lamp"
#define OTA_USERNAME "ota" // only if you use over the air updates via wifi
#define OTA_PASSWORD "pass" // only if you use over the air updates via wifi
|
I was new to Platform.io (but not Arduino) and found that the Quick Start was quite helpful. If you have no idea what board to select, maybe post a picture here and I or someone else can help out. |
Hello, I need also help. |
Is the device connecting to the WiFi network? What does "not working" mean in this case? Can you flash a simple test pattern like in this PR? |
No it is not connected to the wifi (but wifi setting are ok because it works on the esp8266) |
Can confirm, on
Any ideas how to fix this? |
Ohh no I ordered this board because I thought maybe my D1 Mini Board is the issue :( |
Try to change the default pins, maybe this will help. Or try to change the variables of the timer SPI settings inside the screen.cpp. |
Before I downloaded the zip manually. |
I'm having the same problem that I'm stuck in the bootloop with my seeed studio xiao esp32c3. Any ideas on how to fix this? |
So its definitely the PIN setup. Changing the default ones to some free GPIOs of the board did the trick. See also #60 for Lolin D32 Pro. |
Hey! Thanks for this project. It made me to buy a lamp like this and an ESP32 and get started.
The ESP is connected to my PC right now. I also got VScode and i downloaded platformIO.
But could you please get more in detail by adding the vars to the .h files and get the firmware onto the device? or a hint how to? that would be great.
The text was updated successfully, but these errors were encountered: