Search found 49 matches
- Mon Dec 09, 2013 7:02 pm
- Forum: NetBurner Software
- Topic: PHP?
- Replies: 4
- Views: 4790
Re: PHP?
There is a new microcontroller version of Python being developed as a Kickstarter project. The author has it running on a small ARM chip. The intention is to release the code as an open source project on github. I'm sure that it could be ported to the Netburner boards fairly easily. Take a look here...
- Mon Dec 02, 2013 11:45 am
- Forum: Off-Topic
- Topic: MOD54415 compiler error messages
- Replies: 15
- Views: 16815
Re: MOD54415 compiler error messages
Try to clean and then rebuild your project. Maybe one of the object files is old.
- Mon Dec 02, 2013 11:40 am
- Forum: Off-Topic
- Topic: MOD54415 compiler error messages
- Replies: 15
- Views: 16815
Re: MOD54415 compiler error messages
Double check the files 87-764-2800rev1.cpp, startup.cpp, and funcs.cpp. Since you have the guard on your header, I think you must have declared the variables in one of the cpp files as well.
- Mon Nov 25, 2013 10:55 am
- Forum: NetBurner Software
- Topic: PHP?
- Replies: 4
- Views: 4790
Re: PHP?
Terry, I haven't touched any of the Netburner products in long time. The last time I played around with one I did some work with the Angelscript language on a Netburner MOD54514??? board. The code and some screen shots are contained in the following post: http://forum.embeddedethernet.com/viewtopic....
- Fri Jun 07, 2013 2:24 pm
- Forum: Off-Topic
- Topic: Linux Board
- Replies: 0
- Views: 4597
Linux Board
I noticed a post a while back about the BeagleBone Black and picked one up. It's a great little board which runs Linux and has two additional real time cores. I wanted to put a note out to those looking for a Linux board that is a little more powerful at a reasonable price. There is a Kickstarter pr...
- Sat Apr 27, 2013 12:06 pm
- Forum: NetBurner Software
- Topic: AJAX on Netburner
- Replies: 4
- Views: 4443
Re: AJAX on Netburner
There is a complete example for the MOD54415 that has a built in IDE for the AngelScript Scripting language. The IDE has a few examples of using AJAX for browsing the SD Card as well as reporting script errors during compilation. The IDE was built with JQuery/UI and CodeMirror. Links to all of the i...
- Tue Apr 23, 2013 7:25 pm
- Forum: NetBurner Hardware
- Topic: Development Kits For Sale
- Replies: 0
- Views: 3610
Development Kits For Sale
If anyone is interested I have development kits for the MOD5434, MOD5282, and MOD54415 for sale. I am willing to sell them all for $350 + shipping. Send me a personal message if you are interested.
- Wed Feb 27, 2013 6:09 pm
- Forum: NetBurner Software
- Topic: MOD54415 Web Server
- Replies: 16
- Views: 12043
Re: MOD54415 Web Server
I'm actually a fan of blinking items. It's very common for lights to blink in an industrial setting. Rather than do an on off blink, I prefer an animated approach. Since I use jquery in most of my web project I typically use the Pulsate effect. This provides a calm way to get someones attention. See...
- Tue Feb 26, 2013 11:57 am
- Forum: NetBurner Software
- Topic: MOD54415 iprintf() for float type problem
- Replies: 4
- Views: 4865
Re: MOD54415 iprintf() for float type problem
You need to use printf. iprintf only handles integers.
- Wed Feb 06, 2013 7:56 am
- Forum: NetBurner Software
- Topic: has anyone ported SQLite to Netburner
- Replies: 6
- Views: 8069
Re: has anyone ported SQLite to Netburner
The SQLite website has information on how to interface to an alternative OS including the file system here
http://www.sqlite.org/custombuild.html
http://www.sqlite.org/custombuild.html