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•2mo ago
Yes!
JekV
JekV•2mo ago
Alright thx 🔥
ZacckOsiemo
ZacckOsiemo•2mo ago
let us know when you are stuck and how
JekV
JekV•2mo ago
Which one you guys use, Arduino ide or Arduino cli ? I want to hear your opinion
ZacckOsiemo
ZacckOsiemo•2mo ago
I dont even use Arduino, everything I have tried anything on that platform it didnt work and I cried
ZacckOsiemo
ZacckOsiemo•2mo ago
But we have some very good people at arduino you would be amazed at what @JeremyCook does!
JeremyCook
JeremyCook•2mo 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•2mo ago
Better to start with arduino
undefined.elf
undefined.elf•2mo ago
and After that if it is only esp mcu then you can try esp-idf
JekV
JekV•2mo ago
Alright, but isn't esp just the same but have a wifi?
undefined.elf
undefined.elf•2mo ago
same in which perspective?
JekV
JekV•2mo 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•2mo ago
Both function as microcontrollers. I just learned to control led
undefined.elf
undefined.elf•2mo 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•2mo ago
You can say that
undefined.elf
undefined.elf•2mo ago
for now yes they are same
undefined.elf
undefined.elf•2mo ago
start with arduino IDE
JekV
JekV•2mo ago
What are the cool things that only arduino can do and esp8266 can't?
JekV
JekV•2mo ago
Oh sorry I thought you meant Arduino Uno
undefined.elf
undefined.elf•2mo ago
Esp can do more thing than arduino
undefined.elf
undefined.elf•2mo ago
but esp8266 lacks some analog pin as compare to arduino
JekV
JekV•2mo ago
Im sorry, but what is analog pin?, for what
undefined.elf
undefined.elf•2mo ago
Don't worry about that now brother
undefined.elf
undefined.elf•2mo ago
you will be get into that soon
undefined.elf
undefined.elf•2mo ago
just start working
undefined.elf
undefined.elf•2mo ago
everything will come one after another
Umesh Lokhande
Umesh Lokhande•2mo ago
To interface any analog sensor to mcu we use analog pins.
ZacckOsiemo
ZacckOsiemo•2mo ago
one that produces a continuous(Analog) signal as opposed to a discrete (digital) signal.
JekV
JekV•2mo ago
Alright

Did you find this page helpful?