Search found 49 matches

by tony
Mon Dec 09, 2013 7:02 pm
Forum: NetBurner Software
Topic: PHP?
Replies: 4
Views: 3372

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...
by tony
Mon Dec 02, 2013 11:45 am
Forum: Off-Topic
Topic: MOD54415 compiler error messages
Replies: 15
Views: 10514

Re: MOD54415 compiler error messages

Try to clean and then rebuild your project. Maybe one of the object files is old.
by tony
Mon Dec 02, 2013 11:40 am
Forum: Off-Topic
Topic: MOD54415 compiler error messages
Replies: 15
Views: 10514

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.
by tony
Mon Nov 25, 2013 10:55 am
Forum: NetBurner Software
Topic: PHP?
Replies: 4
Views: 3372

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....
by tony
Fri Jun 07, 2013 2:24 pm
Forum: Off-Topic
Topic: Linux Board
Replies: 0
Views: 3454

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...
by tony
Sat Apr 27, 2013 12:06 pm
Forum: NetBurner Software
Topic: AJAX on Netburner
Replies: 4
Views: 2897

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...
by tony
Tue Apr 23, 2013 7:25 pm
Forum: NetBurner Hardware
Topic: Development Kits For Sale
Replies: 0
Views: 2928

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.
photo.JPG
photo.JPG (148.41 KiB) Viewed 2928 times
by tony
Wed Feb 27, 2013 6:09 pm
Forum: NetBurner Software
Topic: MOD54415 Web Server
Replies: 16
Views: 7858

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...
by tony
Tue Feb 26, 2013 11:57 am
Forum: NetBurner Software
Topic: MOD54415 iprintf() for float type problem
Replies: 4
Views: 3358

Re: MOD54415 iprintf() for float type problem

You need to use printf. iprintf only handles integers.
by tony
Wed Feb 06, 2013 7:56 am
Forum: NetBurner Software
Topic: has anyone ported SQLite to Netburner
Replies: 6
Views: 5836

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