I'm not very used to the WIFI subject. But as far as I know there are 2 methods to make contact between two boards. One is the well know possibility to use an IP adress and password. The other method is to get the connection between the two board just by pushing a knob for about 3 seconds. The IP adress are exchanged automatically.
My question is: Can this method of automaically detection of IP adress be performed with the EB069 boards?
with kind regards
Jan Lichtenbelt
EB069
- Jan Lichtenbelt
- Posts: 797
- Joined: Tue Feb 17, 2009 8:35 pm
- Location: Haren GN, the Netherlands
- Has thanked: 128 times
- Been thanked: 264 times
- Contact:
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: EB069
Jan,
I think the three second button press method you are referring to is for Wi-Fi Protected Setup (WPS), the easy way to add a device to a wireless network, not to obtain IP addresses. The IP address is supplied by the DHCP server after a connection to the wireless network has been established. Looking at the documentation of the WiFi module used on the EB069 I do not see any reference to WPS being available.
Best regards,
Jac
I think the three second button press method you are referring to is for Wi-Fi Protected Setup (WPS), the easy way to add a device to a wireless network, not to obtain IP addresses. The IP address is supplied by the DHCP server after a connection to the wireless network has been established. Looking at the documentation of the WiFi module used on the EB069 I do not see any reference to WPS being available.
Best regards,
Jac
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis
- Jan Lichtenbelt
- Posts: 797
- Joined: Tue Feb 17, 2009 8:35 pm
- Location: Haren GN, the Netherlands
- Has thanked: 128 times
- Been thanked: 264 times
- Contact:
Re: EB069
Perhaps this can be a possible extention in future fow this EB069 board.
Kind regards
Jan Lichtenbelt
Kind regards
Jan Lichtenbelt
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: EB069
I hadn't even seen the WPS before, thanks for making me aware of it. Maybe time to purchase a new Wifi router.
The EB069 is likely going to move from the expensive Wiznet module to something more affordable and up to date such as the ESP8266 however I don't think that will support the WPS either.
I'm hoping it's just a firmware thing though so we can make Wifi easier to initially setup. My main grumble with Wifi at the moment is you either have to host your own embedded network and connect devices to that (annoying if you keep having to switch network) or you have to provide a keyboard and screen to allow the user to select their network and provide the security key (expensive and none straight forward for the user).
The EB069 is likely going to move from the expensive Wiznet module to something more affordable and up to date such as the ESP8266 however I don't think that will support the WPS either.
I'm hoping it's just a firmware thing though so we can make Wifi easier to initially setup. My main grumble with Wifi at the moment is you either have to host your own embedded network and connect devices to that (annoying if you keep having to switch network) or you have to provide a keyboard and screen to allow the user to select their network and provide the security key (expensive and none straight forward for the user).
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Valued Contributor
- Posts: 2045
- Joined: Wed Aug 27, 2008 10:31 pm
- Location: Netherlands
- Has thanked: 553 times
- Been thanked: 1081 times
Re: EB069
Ben,
Be aware the are security issues with WPS. Details here.
ESP with WPS should be possible, the API provides it, don't know if it's available in the AT commands.
Be aware the are security issues with WPS. Details here.
ESP with WPS should be possible, the API provides it, don't know if it's available in the AT commands.
“Integrity is doing the right thing, even when no one is watching.”
― C.S. Lewis
― C.S. Lewis
- Jan Lichtenbelt
- Posts: 797
- Joined: Tue Feb 17, 2009 8:35 pm
- Location: Haren GN, the Netherlands
- Has thanked: 128 times
- Been thanked: 264 times
- Contact:
Re: EB069
Hi Ben and Jac,
Be aware that I want to use this only to control my model train. There is no safety issue. It is only choosing for a diffent frequency like 2.4 GHz or even 5.8 GHz instead of 433 MHz. The protocol can be someting like RS232 or anything else.
With kind regards
Jan lichtenbelt
Be aware that I want to use this only to control my model train. There is no safety issue. It is only choosing for a diffent frequency like 2.4 GHz or even 5.8 GHz instead of 433 MHz. The protocol can be someting like RS232 or anything else.
With kind regards
Jan lichtenbelt
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: EB069
Hi Jan,
The nRF24L01 modules are 2.4GHz but not Wifi based so maybe these could be an option. I have had a quick go with them and have a few to play with. I've not got them working just yet but they are meant to be very good.
Bluetooth may be another option using the HC-06 modules or similar.
The nRF24L01 modules are 2.4GHz but not Wifi based so maybe these could be an option. I have had a quick go with them and have a few to play with. I've not got them working just yet but they are meant to be very good.
Bluetooth may be another option using the HC-06 modules or similar.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel