@mfalkvidd Thank you. I was beginning to wonder if that was the case. I'd gotten some advice that I needed MySensors for some experiments with MyController, but it does look like I can do everything I need to do with an MQTT gateway.
EveningStarIoT
@EveningStarIoT
Best posts made by EveningStarIoT
-
RE: Using an 802.11g wifi transport
Latest posts made by EveningStarIoT
-
RE: Using an 802.11g wifi transport
@mfalkvidd Thank you. I was beginning to wonder if that was the case. I'd gotten some advice that I needed MySensors for some experiments with MyController, but it does look like I can do everything I need to do with an MQTT gateway.
-
RE: Using an 802.11g wifi transport
Yes, I noted that. But what I'm hoping for is that, since MySensors does allow the use of TCP/IP and MQTT, there might be a way to implement the most widely used short-range wireless technology in the world, especially since it's built in to so many devices that can serve as the basis for an almost unimaginable range of sensors without the necessity of using add-on boards.
-
RE: Using an 802.11g wifi transport
Thank your for your reply, kimot.
Yes, I've been looking at that, having read some discussions here in the forum. What I'm having problems understanding is how to set up MySensors and MyController on the Odroid. While I can connect the two using the LAN configuration, I don't understand how to configure the MySensors gateway for 802.11g transport. (While I know that wired connections are better from the standpoint of reliability, I'm not especially concerned about that right now.)
-
Using an 802.11g wifi transport
I have an Odroid C2 that I want to use as the controller AND gateway for an 802.11g or 802.11n network of sensors. In the future, I want to use an 802.11s mesh network, but I figure I should start with a more familiar configuration, first, especially because my initial tests sensors will be ESP8266, ESP32, and Raspberry Pi Zero W devices. I am not interested in the rf24, rs485, rfm95, or rfm69 transports, especially since all of my sensors have 802.11g built-in, and I only have to add a USB adapter to my Odroid to get 802.11g wifi on it.
I do not intend to route traffic from the 802.11g network to the ethernet network on the Odroid. The ethernet connection is reserved for accessing the web interface of the controller. For security, I want to keep the two networks separate.
My problem is that I am still learning the terminology used in the documentation and discussions about MySensors and MyController, and I can't find any discussions concerning configurations such as what I want to accomplish. Has anyone done what I want to do? It may be that I don't understand the structures of MySensors and MyController and how they interact.
I'll be grateful for a link or for any suggestions anyone can offer.