XBee S6B WiFi module and WX
Rsadeika
Posts: 3,837
What can I do with this and my original Activity Board?
Basically I am looking for a method to program my original Activity Board, remotely. Also it would have to be a way that uses SimpleIDE using C.
I think the Activity WX Board has been out for more than a year, what is the progress with the software to use, the WiFi component, with SimpleIDE?
Ray
Basically I am looking for a method to program my original Activity Board, remotely. Also it would have to be a way that uses SimpleIDE using C.
I think the Activity WX Board has been out for more than a year, what is the progress with the software to use, the WiFi component, with SimpleIDE?
Ray
Comments
I am not sure I understand how this is all supposed to be used. I went to the GitHub site, and everything there is source code, no binaries. Even if you compiled the source, what exactly do you end up with?
Since you mentioned a new version of SimpleIDE, that means that when you are ready to load your C program to the Activity Board, somehow this new proploader will find the Activity Board via WiFi, and then fire up the Activity Board with your new program?
I have been playing around with a Raspberry Pi and an Activity Board, programing it via SimpleIDE on the Raspberry Pi. I am finding this to be a little cumbersome, hopefully using a SimpleIDE via WiFi, will be somewhat less cumbersome? Any more documentation on how all this is going to work?
Ray
David,
Will the WX programming work on the original AB? I know there is new SEL socket on the new board for programming.
I don't think so. The new AB WX has the DI/DO pins on the Xbee socket connected to P31/P30 on the Propeller. I don't think that's true on the original AB. There also needs to be a way to reset the Propeller. The AB WX has an Xbee pin that connects to the reset circuit.
Ray
The AB WX has been out since February:
https://www.parallax.com/product/32912
The 32910 Activity Board is discontinued.
I can't order a WX until Parallax opens next week. I should have ordered one when I got my BlocklyProp Starter Kit.
Yup, I should have said the Parallax module:
https://www.parallax.com/product/32420d
If we are talking about the XBee WiFi S6B, then you are basically on your own. It does not matter which board that you have, the original AB or the AB WX. In the product support docs, it states that there will be a way to program the AB WX (using WiFi?), in the future, whatever time limit that is referring too.
Now, the other module is the new Parallax WiFi, I guess the new SimpleIDE will have built in support for the AB WX, which begs to ask, why would you want this module, if you already have an XBee socket on board? Like I said, this Parallax product identity is getting to be very foggy.
So, I guess I am back to my original post query, what the heck can I do with my XBee WiFi S6B module, and whichever board, the original AB or the AB WX?
Ray
I did a test run using XCTU, XBee WiFi module, and an original Acitivity Board. After running the XCTU program, it could not find the XBee module. I had di and do connected to P11 and P10. There is an existing COM port available for the board.
I also have an XBee USB adapter board, connected to my Windows 7 computer. When I plugged the WiFi module into the adapter board, and ran XCTU, there it found the WiFi module. So, I guess the WiFi module is OK, it just does not like to be plugged into the original Activity Board. Not sure how to get around that problem.
What I was hoping to achieve was a LAN(WiFi) connection to my Activity Board, at the very least talk to the board via a terminal program or something else, and maybe somewhere along the way, be able to program the AB.
Maybe I am looking at the wrong product, maybe it should be the Parallax WiFi module that I should be looking at. But, the software to program a Propeller board is not available, time line is not being disclosed, for the software.
I am still trying to figure out why the XBee WiFi module is not being found, when plugged into AB, using the XCTU program. Anybody have any hints as to what I am missing here?
Ray
Ray
The WX WiFi module needs the Gnd, RES, di, and do pins to be connected to the appropriate pins on a Propeller board. At this point it will not work with the Activity Board, or the Propeller USB project board. Maybe Parallax will be introducing an appropriate Propeller board to go with the WX WiFi module, in the near future.
Ray
Edit: It is also possible to plug a WX Wi-Fi module into the Xbee socket in an S3 robot. I tried that recently and was able to program the S3 over wi-fi.
THAT is excellent news!
Once you have the WX WiFi module inserted correctly, and you have set the SEL correctly, you are ready to turn the AB WX on. When the board gets turned on, the WX WiFi module does an automatic network discovery, correct. Now, how do you find out what the IP address is? The way I see this working for me, is using putty to connect, then using the proploader command to load up your .side program.
I guess at this point it would be a multi-step procedure, first create the SimpleIDE program, then start up putty, finally you are ready to load the program. I am assuming that their is no login procedure with the WX WiFi module, it would start up in a terminal mode. I guess I am sold on this configuration.
Ray