WiFi Loader
John Abshier
Posts: 1,116
in Propeller 1
I was considering buying an Activity Board WX and the ESP8266 WiFi board. But I cannot find a program to load Spin files (binary or EEPROM) over WiFi. I went to GitHub and looked at PropLoader but don't want to have to install C/MiniGW tools to build from source. On the GitHub site I was unable to find any documentation on how to use PropLoader. It saddens me that support for Spin has pretty much gone away.
John Abshier
John Abshier
Comments
Mike
Mike
Mike
To do a wi-fi load:
Replace ip-addr with the IP address of the wi-fi module, something like 192.168.0.100.
To do a serial load:
Replace port with the serial port, something like COM23.
There are lots of other options that you can see by typing:
No risk to my computer~!
Very good sir!
https://www.parallax.com/product/32420d
https://www.parallax.com/product/32420s
Info should be attached to the product pages, why not link to the github content on the product pages.
https://github.com/parallaxinc/PropLoader/releases
The WINDOWS file you need folks is specifically: (go to the above link for the latest version.)
https://github.com/parallaxinc/PropLoader/releases/download/v1.0-37/proploader-win.zip
PropLoader v1.0-37 for raspberrypi.
I did say the parallax product support pages dosen't...
Not here:
https://www.parallax.com/product/32420s#details
https://www.parallax.com/product/32420s#downloads
Uh, i think people don't expect them to be in github, let alone know how to navigate to "releases".
They figure all files will be linked in the parallax support page.
They link the firmware directly, but not the proploader.
No doubt, but its now a staple in doing prop work due to its ability to act as a computer replacement.
I didn't know that, i can't find the list of makefile command combinations possible, and reading the makefile helps but i don't know the structure enough on how to piece the syntax together.
And, so still, someone would need to make a working chain in any os to get the ability to have a pi executable, i neverknew this or any tool chain built on windows can make a raspberry pi executable like that. (if its makefile is coded as such)
I'd really like to facilitate this effort. I will also ask Jeff about getting it added to Propeller Tool. At the moment, though, he's got two projects in front of this effort: some improvements to our BlocklyProp Chromebook Launcher and Parallax IDE for Chrome. These are necessary for our existence, for certain.
If we've got any developers who could start with Propeller IDE, this would be the quickest way to get WiFi support for Spin.
Ken Gracey