A JavaScript (React) Calculator
0:58
SmartMesh Starter Kit demo
4:51
3 роки тому
ESP NOW Range Test with ESP 01
10:52
3 роки тому
Build an ESP32 IR remote
13:24
4 роки тому
ESP32 ir remote demo
2:14
4 роки тому
A node-RED inspired D3 dashboard gauge
0:11
КОМЕНТАРІ
@happyhippo4664
@happyhippo4664 Місяць тому
I just finally got the hang of properly programming the old ATTiny's (like the 85's) - so now I think I need to tackle these too. Have a few models on order. Really, most of my electronic projects really don't need full development boards.
@virtualgear81
@virtualgear81 Рік тому
Hello Henry, I would need to get in touch with you? I tried on your website but you have no contact information. Do you have an email address can share?
@mrj2848
@mrj2848 Рік тому
These videos praising the performance of espnow are pure bunk. Espnow is inherently short range, no different to the range of wifi when the esp8266 is connected to a router.
@oswevega2939
@oswevega2939 Рік тому
thanks for the results. impresive !
@stevejin9459
@stevejin9459 Рік тому
Maybe, capturing rssi( signal power) and pairing with the success/failure gives some help to understand how it works. Plus, the rssi of environmnent WiFi packet. The failure could be caused by noisy environment.
@andresamautagonzaleszapata9237
@andresamautagonzaleszapata9237 Рік тому
Hello, great projet but I cant open your url, maybe its not working ur host ? Best regards !
@henrycheung6960
@henrycheung6960 Рік тому
Sorry about that, there is some issue with my server earlier today, it should works now.
@andresamautagonzaleszapata9237
@andresamautagonzaleszapata9237 Рік тому
@@henrycheung6960 thank u so much
@scottyanke655
@scottyanke655 2 роки тому
Thank you. This was a very clear test of ESP-NOW, in a practical way. I appreciate your work on this.
@zladatv
@zladatv 2 роки тому
*👍супер и привет от тренера по футболу!!!!!-!!!!!-!!!-!-!!!!!-!*
@Lugeix
@Lugeix 2 роки тому
WOW, what city is that?
@henrycheung6960
@henrycheung6960 2 роки тому
Singapore
@Lugeix
@Lugeix 2 роки тому
@@henrycheung6960 tnx
@ThiagoFerreira-jf9im
@ThiagoFerreira-jf9im 3 роки тому
is it possible to use outside the lan network?
@e-tinkers9977
@e-tinkers9977 3 роки тому
Yes, provided you setup your server to allow external traffic to come in. You might want to read www.e-tinkers.com/2016/11/hosting-wordpress-on-raspberry-pi-part-5-dedicated-ip-domain-name-and-dns/ to get some idea on how to do that.
@raybright5805
@raybright5805 3 роки тому
Looks like a nice day in Singapore .... Thanks for this test I've never seen mention of using the ESP-01 with ESP-NOW & most impressed. although
@ighost_1337
@ighost_1337 3 роки тому
Thank you for doing the test :) if you plan to do it again then also test ESP32 and Nodemcu ESP8266 too
@PatrickRankin
@PatrickRankin 3 роки тому
The fact that you got anything, half a kilometer away is amazing. Thank you for this video.
@wei48221
@wei48221 3 роки тому
Great job!! Thank you for sharing.
@HeadCodeMonkey82
@HeadCodeMonkey82 4 роки тому
Nice work, well put together. I have been thinking of making something similar, I'm going to see if the TV's USB port is always on and maybe run it from that.
@e-tinkers9977
@e-tinkers9977 4 роки тому
I tried that before. Unfortunately the USB port at TV is not always on.
@HeadCodeMonkey82
@HeadCodeMonkey82 4 роки тому
@@e-tinkers9977 Ahh, I feared as much. Maybe a cheap USB battery pack, charge it from the TV when on, and power the system when off...
@susmithagunasekaran7579
@susmithagunasekaran7579 4 роки тому
My D3 chart needle fluctuates on session timeout. Do u have any fix for it
@e-tinkers9977
@e-tinkers9977 4 роки тому
No.the gauge stay at the value given until gauge.update() is called. If you are requesting the data from backend, I think it has to do with how you do the ajax to request the data and update the gauge.
@susmithagunasekaran7579
@susmithagunasekaran7579 4 роки тому
@@e-tinkers9977 thanks anyway, But the needle fluctuates(dances to and from) on session timeout. 😞 When I refresh the page it is wrking fine