Hello, I understand Zigbee and WiFi share the same frequencies,
My questions:
Can I simply use different programming libraries to make the WiFi chip talk to Zigbee or,
Can I upload or alter the firmware that talks to the WiFi chip in an 8266 to speak Zigbee, or
Is there a hardware difference ...
Search found 24 matches
- Wed Apr 15, 2026 5:10 pm
- Forum: General Discussion
- Topic: Wifi vs Zigbee
- Replies: 1
- Views: 47
- Fri Mar 06, 2026 10:12 pm
- Forum: General Discussion
- Topic: Unique USB identifier for more stable (solved)
- Replies: 3
- Views: 2714
Re: Unique USB identifier for more stable (Solved)
To answer my own question...
I have decided there is no way to divine the particular board that is plugged into a USB port. There is simply not enough unique info in the FTDI (or other) chip.
Also, Trying to use the udev rules won't work as calling PROGRAM the USB port hasn't been attached to the ...
I have decided there is no way to divine the particular board that is plugged into a USB port. There is simply not enough unique info in the FTDI (or other) chip.
Also, Trying to use the udev rules won't work as calling PROGRAM the USB port hasn't been attached to the ...
- Fri Mar 06, 2026 10:10 pm
- Forum: General Discussion
- Topic: Unique USB identifier for more stable (solved)
- Replies: 3
- Views: 2714
Re: Unique USB identifier for more stable (solved)
To answer my own question...
I have decided there is no way to divine the particular board that is plugged into a USB port. There is simply not enough unique info in the FTDI (or other) chip.
Also, Trying to use the udev rules won't work as calling PROGRAM the USB port hasn't been attached to the ...
I have decided there is no way to divine the particular board that is plugged into a USB port. There is simply not enough unique info in the FTDI (or other) chip.
Also, Trying to use the udev rules won't work as calling PROGRAM the USB port hasn't been attached to the ...
- Sat Dec 06, 2025 11:31 pm
- Forum: General Discussion
- Topic: Unique USB identifier for more stable (solved)
- Replies: 3
- Views: 2714
Unique USB identifier for more stable (solved)
Hello:
I need a way to give my ESP8266's (and 32's also I assume) unique names in my /dev folder when I attach them to my USB hub.
PlatformIO wants to upload code to the ESP8266 using the moniker /dev/ttyUSB0 (or /dev/ttyUSBn.) I'm pretty sure if I created a SYMLINK called ESP8266_HomeStat ...
I need a way to give my ESP8266's (and 32's also I assume) unique names in my /dev folder when I attach them to my USB hub.
PlatformIO wants to upload code to the ESP8266 using the moniker /dev/ttyUSB0 (or /dev/ttyUSBn.) I'm pretty sure if I created a SYMLINK called ESP8266_HomeStat ...
- Sat Dec 06, 2025 10:52 pm
- Forum: General Discussion
- Topic: Reconnect to WiFi more quickly
- Replies: 3
- Views: 2407
Re: Reconnect to WiFi more quickly
I did a revamp of my "connect to wifi" routines, I think this may be the best of both worlds.
/*********************************************************************
**********************************************************************
MyWiFi.h
WiFi constants, variables, and procedures ...
/*********************************************************************
**********************************************************************
MyWiFi.h
WiFi constants, variables, and procedures ...
- Sat Dec 06, 2025 10:50 pm
- Forum: General Discussion
- Topic: Reconnect to WiFi more quickly
- Replies: 3
- Views: 2407
Re: Reconnect to WiFi more quickly
Thank you lichurbagan:
This seems to work better.
Now I need to call WiFi.begin(ssid,passwd) or WiFi.begin() depending if this is a first time call, or subsequent call.
I will do more research on this, I think I'd like to use the later, then if that fails, use the former. But since it is now ...
This seems to work better.
Now I need to call WiFi.begin(ssid,passwd) or WiFi.begin() depending if this is a first time call, or subsequent call.
I will do more research on this, I think I'd like to use the later, then if that fails, use the former. But since it is now ...
- Thu Dec 04, 2025 1:19 am
- Forum: General Discussion
- Topic: Reconnect to WiFi more quickly
- Replies: 3
- Views: 2407
Reconnect to WiFi more quickly
Hello:
Is there a way I can store WiFi information in flash memory such that I can reconnect to my router upon a reboot more quickly?
After I successfully connect to my WiFi, then press reset or download new code, (ESP8266 in this case) sometimes it takes a couple of minutes to reconnect.
It ...
Is there a way I can store WiFi information in flash memory such that I can reconnect to my router upon a reboot more quickly?
After I successfully connect to my WiFi, then press reset or download new code, (ESP8266 in this case) sometimes it takes a couple of minutes to reconnect.
It ...
- Sun Oct 05, 2025 5:21 pm
- Forum: General Discussion
- Topic: Is there a library to receive notifications on ESP32 or ESP8266?
- Replies: 1
- Views: 870
Is there a library to receive notifications on ESP32 or ESP8266?
Hello:
I'd like to use an ESP32 and a series of LED status indicators, or a display, to show me the status of various parts of my home.
Some things may include: water pump on, garage door open, back door unlocked, etc...
I can use the ESP to poll various files and sensors, but I'd like to try to ...
I'd like to use an ESP32 and a series of LED status indicators, or a display, to show me the status of various parts of my home.
Some things may include: water pump on, garage door open, back door unlocked, etc...
I can use the ESP to poll various files and sensors, but I'd like to try to ...
- Fri Mar 21, 2025 7:04 pm
- Forum: General Discussion
- Topic: Need 32bit version of Flash Download Tool
- Replies: 0
- Views: 454
Need 32bit version of Flash Download Tool
Hello, I am using WIn7 32bit and want to use the Flash Download Tool so I may install these binaries for making a WiFi repeater.
https://www.makeuseof.com/nodemcu-esp8266-wifi-extender/
The link in that page takes me to the Espressif site to get the tool, but it is for the 64 bit version.
Where ...
https://www.makeuseof.com/nodemcu-esp8266-wifi-extender/
The link in that page takes me to the Espressif site to get the tool, but it is for the 64 bit version.
Where ...
- Sat Feb 15, 2025 8:22 am
- Forum: General Discussion
- Topic: Alternative to Painless Mesh
- Replies: 0
- Views: 1068
Alternative to Painless Mesh
I have a large yard that I want to spread home automation and also remote sensor data to/from a central computer. So, I need a mesh setup that must connect to a router and subsequently to a laptop or Android.
I have been attempting to use PainlessMesh, but really haven't got it working yet.
I've ...
I have been attempting to use PainlessMesh, but really haven't got it working yet.
I've ...