GETTING STARTED WITH ESP-NOW

GETTING STARTED WITH ESP-NOW

Robocraze

5 лет назад

30,712 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@KartihkCg80
@KartihkCg80 - 25.07.2022 19:48

where i can find esp_now.h library?

Ответить
@mikemurphy1896
@mikemurphy1896 - 22.12.2021 23:15

Great video. Difficult to hear with the music.

Ответить
@AliShah-vp2tu
@AliShah-vp2tu - 25.07.2021 15:00

Can u provide the link for the required libraries for esp_now.h

Ответить
@AliShah-vp2tu
@AliShah-vp2tu - 25.07.2021 14:59

Pl. tell us how to include missing libraries into the program!!!!!

Ответить
@AliShah-vp2tu
@AliShah-vp2tu - 25.07.2021 14:53

When i compile any transmitter or receiver program I get the error "esp_now.h: No such file or directory " No idea how to include esp_now.h in the program pl. help!!!!

Ответить
@splashdown644
@splashdown644 - 08.01.2021 19:24

Tried to watch this but the background music was so annoying I gave up after 40 seconds.

Ответить
@aleksandarzivkovic1792
@aleksandarzivkovic1792 - 20.11.2020 10:13

Impossible to listen with muzak. Why is it there?

Ответить
@partouelectric2353
@partouelectric2353 - 18.11.2020 06:32

Music is too loud and not required.????

Ответить
@YigalBZ
@YigalBZ - 24.08.2020 17:19

Thanks for the video. Could have been better if you showed 2 way communication, and also cleaner video editing. Also - don't you share the code?

Ответить
@sebasdt2103
@sebasdt2103 - 01.08.2020 12:25

heyy do you have the code? i can't find it

Ответить
@vinlawrence7259
@vinlawrence7259 - 22.07.2020 19:02

Yes PLEASE TURN THE BACKGROUND NOISE OFF .. it's not actually music is it?? and it just distracts from an otherwise great video.
thanks

Ответить
@Legendary33284
@Legendary33284 - 24.06.2020 18:45

can you make a computer the master?

Ответить
@longngo2418
@longngo2418 - 01.05.2020 11:04

so amazing video. It's so very useful. But we can control GPIO of slave by Webserver?

Ответить
@sblantipodi
@sblantipodi - 14.04.2020 13:32

can ESP NOW run with WiFi active? I want to have an esp that acts in slave mode inside the mesh network and sends received data over WiFi to an MQTT server. is this possible? can you use both WiFi mesh and Wifi togheter?

Ответить
@andresamaya8083
@andresamaya8083 - 08.02.2020 00:14

Hello, is there any way, with an android application, to control the master esp32 and that in turn order the slaves?

Ответить
@WistrelChianti
@WistrelChianti - 24.01.2020 12:39

Didn't even know this existed! Good to know!

Ответить
@valendorn
@valendorn - 29.10.2019 17:34

Hi!. Your code is full of mistakes. It is completely invalid.

ESPNowMaster:
error: esp_now.h: No such file or directory

compilation terminated.
exit status 1
esp_now.h: No such file or directory
it should be like - espnow.h
and then...
exit status 1
espnow_peer_info_t' does not name a type
what about the library? additional directories?

Ответить
@SmodoStein
@SmodoStein - 29.10.2019 13:42

Good video concerning the content ... but it's hard to follow the video to the end with this annoying background music.

Ответить
@dylanrayner6639
@dylanrayner6639 - 11.10.2019 11:04

Thank you for the video.
I would like to ask if it is possible to store data from a temperature sensor in a file in the SPIFFS and then send the data to another esp32 using esp-now once they establish a connection. the received file would also be stored in the SPIFFS.

Ответить
@eddytja5612
@eddytja5612 - 14.08.2019 15:21

Hey, thanks for the video. How can you make sure, that the Esp receives data only from choosen Esp's? What if somebody else would try to send data to my Esp but without my permission? I haven't found a way to secure my Esp. Even when I change my AP password, Esp's are able to send data to mine...

Ответить
@alexandercooper6426
@alexandercooper6426 - 29.06.2019 20:01

Very useful video, explains the process well. Keep up the good work!


However, clear instructions are needed for a topic like this and the background music makes it difficult to listen. After all, you're programming a micro-controller that is networking without connecting to the internet, you're not showing us "Top ten cool hacks you can do with just a pen lid".

Ответить
@jeroenalexandermeijer9198
@jeroenalexandermeijer9198 - 30.04.2019 15:50

Hey I was wondering the following: is it possible to have both ESP32's act as both Slave and Master? So both the ESP's would have an IR sensor connected and both would be able to trigger the other ESP.

Ответить
@HasanainShuja
@HasanainShuja - 08.04.2019 05:32

Thanks for the video,
I'm trying to send two 12 bit analog values they range from 0 to 4095. I want to avoid mapping the values.

Now I have more clarity about the send data function.

The part I'm getting stuck at is u int 8_t will only let me send 0-255 values. This is embedded in the esp header file. Is there a way to change it to int or u int 16_t?

Thanks

Ответить
@jeroenalexandermeijer9198
@jeroenalexandermeijer9198 - 06.04.2019 14:43

Hi, great video! But where do I find the esp_now.h library?

Ответить