Search found 4 matches

by mevero
Thu Nov 21, 2024 10:28 am
Forum: Sample Code
Topic: ESP-Now which sending information to 2 led on and off with 2 buttons.
Replies: 6
Views: 6977

Re: ESP-Now which sending information to 2 led on and off with 2 buttons.

Bedankt voor de tip/het idee. Mis toch een stukje kennis, zou je de wijzigingen kunnen aan geven in het/of een bestand ?
Alvast bedankt. Ga verder nu in het nederlands indien oke
by mevero
Fri Oct 25, 2024 8:31 am
Forum: Sample Code
Topic: ESP-Now which sending information to 2 led on and off with 2 buttons.
Replies: 6
Views: 6977

Re: ESP-Now which sending information to 2 led on and off with 2 buttons.

I think I can ex plane not so good in English !! Bedankt voor je deels geweldige antwoord heb daar zeker notitie van genomen. Was zeker niet slim van mij. Maar m'n leeftijd ... Ik denk door de keuze van een "eigen button poort het probleem zou zijn "opgelost". Vandaar mijn verbazing dat het script n...
by mevero
Thu Oct 17, 2024 12:32 pm
Forum: Sample Code
Topic: ESP-Now which sending information to 2 led on and off with 2 buttons.
Replies: 6
Views: 6977

Re: ESP-Now which sending information to 2 led on and off with 2 buttons.

This line in the program is the "problem" if (strcmp("on", buffer) == 0) It can only look to one GPO port. That is why both led's are going on ! I found out that there are other arguments for strncmp maybe someone know which must be the right line ( the right argument ) : int strncmp(const char *s1,...
by mevero
Tue Aug 06, 2024 9:23 am
Forum: Sample Code
Topic: ESP-Now which sending information to 2 led on and off with 2 buttons.
Replies: 6
Views: 6977

ESP-Now which sending information to 2 led on and off with 2 buttons.

I'm making a system with one green and one red led. it must communicate to thee ESP's The script I rewrite is not working " good " it is with ESP-Now I hope someone good find what is wrong.The code I rewrite: // Script rewrite with 2 led's and two buttons which is NOT correct ! // Include Libraries ...