Is it the right community to newbie like me to learn esp8266 and iot stuff?

Hi everyone, 👋 im new here... Is it the right community to newbie like me to learn esp8266 and iot stuff?
attachment 0
29 Replies
melta101
melta101•5w ago
Yes!
JekV
JekV•5w ago
Alright thx 🔥
ZacckOsiemo
ZacckOsiemo•5w ago
let us know when you are stuck and how
JekV
JekV•5w ago
Which one you guys use, Arduino ide or Arduino cli ? I want to hear your opinion
ZacckOsiemo
ZacckOsiemo•5w ago
I dont even use Arduino, everything I have tried anything on that platform it didnt work and I cried
ZacckOsiemo
ZacckOsiemo•5w ago
But we have some very good people at arduino you would be amazed at what @JeremyCook does!
JeremyCook
JeremyCook•5w ago
Well that is nice of you to say @ZacckOsiemo 😃 As for me, I use the Arduino IDE and rarely use the CLI. Seems like you have to use the CLI sometimes for various tasks, and I THINK if you're rather advanced in certain programming/command line procedures it can work out well, but that's not really me. Getting started I would install the Arduino IDE, then there will likely be requirements for installing an ESP8266 board package. There should (hopefully) be some documentation associated with the board that you have that walks you through this procedure. Good chance you'll have to go into settings and input an additional board manager URL as seen at the bottom of this screencap (example URL, may be different for you).
attachment 0
undefined.elf
undefined.elf•5w ago
Better to start with arduino
undefined.elf
undefined.elf•5w ago
and After that if it is only esp mcu then you can try esp-idf
JekV
JekV•5w ago
Alright, but isn't esp just the same but have a wifi?
undefined.elf
undefined.elf•5w ago
same in which perspective?
JekV
JekV•5w ago
Ok thanks for the input, I should go back to arduino ide because I'm having a lot of problems in cli. I watched youtube and many youtubers said to use cli
JekV
JekV•5w ago
Both function as microcontrollers. I just learned to control led
undefined.elf
undefined.elf•5w ago
I would arduino ide and if you want something else other than Arduino IDE you can look into PlatrformIO ide
undefined.elf
undefined.elf•5w ago
You can say that
undefined.elf
undefined.elf•5w ago
for now yes they are same
undefined.elf
undefined.elf•5w ago
start with arduino IDE
JekV
JekV•5w ago
What are the cool things that only arduino can do and esp8266 can't?
JekV
JekV•5w ago
Oh sorry I thought you meant Arduino Uno
undefined.elf
undefined.elf•5w ago
Esp can do more thing than arduino
undefined.elf
undefined.elf•5w ago
but esp8266 lacks some analog pin as compare to arduino
JekV
JekV•5w ago
Im sorry, but what is analog pin?, for what
undefined.elf
undefined.elf•5w ago
Don't worry about that now brother
undefined.elf
undefined.elf•5w ago
you will be get into that soon
undefined.elf
undefined.elf•5w ago
just start working
undefined.elf
undefined.elf•5w ago
everything will come one after another
Umesh Lokhande
Umesh Lokhande•5w ago
To interface any analog sensor to mcu we use analog pins.
ZacckOsiemo
ZacckOsiemo•5w ago
one that produces a continuous(Analog) signal as opposed to a discrete (digital) signal.
JekV
JekV•5w ago
Alright

Did you find this page helpful?