Netburner Parallax Pink hacking
![TimC](https://forums.parallax.com/uploads/userpics/099/nBUL9M92IT9F3.jpg)
Hi all,
If you purchase the Pink module from Netburner, the hardwware makers of the pink module, you get a working copy of the firmware that makes a SB70 turn into a pink module.
www.netburner.com/products/development_kits/serial_to_ethernet_development.html
The other good news is that it's $99, however you can not call Parallax and ask for support!!
The Pink firmware is lots of C code so make sure you are ready.
I have seen the SimpleLAN from www.avcomtec.com for $30 but the Freescale ColdFire 5270 (SB70) is a full 32-bit high performance processor running at 141mhz, has 2MBytes of SDRAM and 512K Flash Memory for web pages. Simple LAN has 31K for webpages and 1,200 bytes for variables.
Hacking so far:
I can change the UDP port!
Added a page hit variable for non-unique page hits![smile.gif](http://forums.parallax.com/images/smilies/smile.gif)
Now working on reading weather.com to get the current temperature based on location!
TimC
Post Edited (TimC) : 1/17/2007 7:50:12 PM GMT
If you purchase the Pink module from Netburner, the hardwware makers of the pink module, you get a working copy of the firmware that makes a SB70 turn into a pink module.
www.netburner.com/products/development_kits/serial_to_ethernet_development.html
The other good news is that it's $99, however you can not call Parallax and ask for support!!
The Pink firmware is lots of C code so make sure you are ready.
I have seen the SimpleLAN from www.avcomtec.com for $30 but the Freescale ColdFire 5270 (SB70) is a full 32-bit high performance processor running at 141mhz, has 2MBytes of SDRAM and 512K Flash Memory for web pages. Simple LAN has 31K for webpages and 1,200 bytes for variables.
Hacking so far:
I can change the UDP port!
Added a page hit variable for non-unique page hits
![smile.gif](http://forums.parallax.com/images/smilies/smile.gif)
Now working on reading weather.com to get the current temperature based on location!
TimC
Post Edited (TimC) : 1/17/2007 7:50:12 PM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It's Only A Stupid Question If You Have Not Googled It First!!
Other ways might be to do as you say and post to another machine but I am not sure as to how the other machine would have to be set up so it would be always ready. Maybe just a tcp/ip message might work on port 80 which could get past the firewalls and would work the same way the UDP works now from the programing side. The messages could include cool things like a ping function so you know all the clients (pinks) are working.
All this is a mixture of what can be done, what should be done, and what is really usefull (and fun)
Tim
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
It's Only A Stupid Question If You Have Not Googled It First!!
I am here to have fun!
Yesterday and today I got the PINK to scan email. For some reason I thought it would be cool to light a LED when I get an email from a specified address.
Regards
Tim
Just to clarify, you are writing your own custom code from scratch using the development tools from Net Burner, correct? Your message and subsequent replies seemed to indicate your working off the same firmware we are using.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
I believe I have the same PINK firmware as you do
It was supplied to me by Netburner
Tim
I don’t believe that is possible. When you go to your nb_default.htm page, does it have the Parallax Inc. logo at the top?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
There is no nb_default.htm page so maybe I do not have the origional
Tim
There are things specific to our firmware that is not part of the code you normally get. Much of our firmware is customized, including the screens (web pages) for the variables and settings. PINK stands for Parallax Internet Netburner Kit. So without our firmware it is a standard Netburner Module until you modify the stock source code. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support