Search found 10 matches

by nirias999
Thu Feb 07, 2013 9:56 pm
Forum: NetBurner Software
Topic: NNDK Release 2.6 Beta/ OSX Preview
Replies: 7
Views: 8673

Re: NNDK Release 2.6 Beta/ OSX Preview

The netburner.com site makes it appear that the OSX development tools are production. Is that really the case or is that just a planned future release? I ask because I never saw an announcement on the forum.
by nirias999
Fri Feb 04, 2011 10:33 am
Forum: NetBurner Software
Topic: SD card corruption when run in release mode
Replies: 19
Views: 13821

Re: SD card corruption when run in release mode

If I understand this correctly, you are seeing the mysterious baud rate change in both the debug and release builds, since your debug prints are showing the error. You thus still can not know why the release build was behaving differently. Simply moving the baud rate set code to a different location...
by nirias999
Fri Jan 28, 2011 1:15 am
Forum: NetBurner Software
Topic: PWM output
Replies: 5
Views: 6350

Re: PWM output

You would set a period of 20 mSecs for 50 hz and use a duty cycle that varied from 1ms to 2ms. I havent run that type of servo off a 5282 but this approach should do the trick: In order to get such a long period you need to use a timer prescaler of 16, which will slow the timer clock to 2073600 hz. ...
by nirias999
Tue Jul 13, 2010 12:30 pm
Forum: NetBurner Software
Topic: Closing an abandoned ftp session
Replies: 2
Views: 2867

Closing an abandoned ftp session

I have a MOD5272 with one task running as an ftp server. If a client connects and then goes idle (as opposed to closing the connection) I want the server to end that client session after 60 seconds or so of inactivity. I see the FTPDSessionEnd() handler that allows me to do housekeeping tasks after ...
by nirias999
Thu May 27, 2010 11:00 am
Forum: NetBurner Software
Topic: issues w/EFFS-FTP example??
Replies: 5
Views: 3797

Re: issues w/EFFS-FTP example??

I would suspect the sdcard rather than the ftp communication is your bottleneck. Creating and deleting files on an sdcard can be painfully slow, especially if there are already several thousand files on the card already. I had similar performance issues and using a few debug print statements traced ...
by nirias999
Mon Jan 18, 2010 7:10 pm
Forum: NetBurner Software
Topic: telnet client
Replies: 2
Views: 2671

telnet client

I'm wondering how much work it would be for a MOD5282 to control a network camera that is designed for control via telnet. This should only require a subset of the usual telnet library, but I have never programmed a telnet client and interpreting the RFC (#854) on telnet is a bit like decrypting the...
by nirias999
Sat Aug 22, 2009 8:42 am
Forum: NetBurner Software
Topic: uC/OS Library
Replies: 3
Views: 4338

Re: uC/OS Library

I believe the Netburner libraries are an extended version of uCOS version 1 while the book you are reading discusses uCOS version 2. While the overall netburner sdk gives you most functionality that would come with uCOS version 2 it isnt version 2. So the book is useful for understanding things on a...
by nirias999
Sun Jul 12, 2009 4:03 pm
Forum: NetBurner Software
Topic: EFFS file deletion
Replies: 1
Views: 2747

EFFS file deletion

I have an app that over time records thousands of files on an SD card. Is there any trick to rapidly delete files? Deleting one file at a time with f_delete() is painfully slow at only 2 per second.
by nirias999
Sat Jul 12, 2008 7:31 am
Forum: Off-Topic
Topic: Email notification of posts
Replies: 4
Views: 9821

Email notification of posts

Would it be possible to customize this forum a bit to allow users to choose to receive email notifications of all new posts (the way it worked on yahoo?).
by nirias999
Thu Apr 24, 2008 3:45 pm
Forum: NetBurner Hardware
Topic: Toasted MOD5282
Replies: 1
Views: 3786

Toasted MOD5282

I just accidentally decommissioned one of my MOD5282s by allowing a loose +12VDC lead to touch the PCB, so now I have a question: The Netburner pricing model includes a software license with each piece of hardware sold. If the hardware is destroyed, does that software license live on? If so, can a r...