Search found 56 matches

by Mark
Thu Mar 13, 2014 2:26 pm
Forum: NetBurner Hardware
Topic: NANO54415 Simple WAV Player Issues
Replies: 10
Views: 7498

Re: NANO54415 Simple WAV Player Issues

Guess what - my last post was indeed the issue, it was as simple as pointing to the correct sim.h. #include <..\NANO54415\include\sim.h> This looks to be an issue with using Eclipse development on multiple platforms, as in my case with the MOD5282 and the NANO54415. This leads me to another question...
by Mark
Thu Mar 13, 2014 2:16 pm
Forum: NetBurner Hardware
Topic: NANO54415 Simple WAV Player Issues
Replies: 10
Views: 7498

Re: NANO54415 Simple WAV Player Issues

Another interesting observation - I now just noticed that not only did the project bring in the includes from c:/nburn/NANO54415/include, but also from c:/nburn/include. Both include directories have sim.h - could this be the issue? Could this be an underlying issue with NBEclipse installation using...
by Mark
Thu Mar 13, 2014 2:10 pm
Forum: NetBurner Hardware
Topic: NANO54415 Simple WAV Player Issues
Replies: 10
Views: 7498

Re: NANO54415 Simple WAV Player Issues

Thanks for the quick responses! When I started the project I did indeed select the NANO54415 as the platform and Eclipse did create a blank project space with what looks to me as the proper headers (please see attached picture). I also checked that the sim.h was included and from the proper location...
by Mark
Wed Mar 12, 2014 5:28 pm
Forum: NetBurner Hardware
Topic: NANO54415 Simple WAV Player Issues
Replies: 10
Views: 7498

NANO54415 Simple WAV Player Issues

Hello, I have searched the forums for anyone else having issues with the NANO54415 Simple WAV Player demo solution and have not found anything. I have been using the MOD5282 for many years now, but have just recently purchased the NANO. I have imported the NANO54415 Simple WAV Player solution files ...
by Mark
Sun Feb 20, 2011 9:14 am
Forum: NetBurner Hardware
Topic: Audio Playback & Recording
Replies: 1
Views: 2049

Audio Playback & Recording

Has anyone out there adventured into audio playback and recording using a NB core, specifically the MOD5282? I am looking to implement a MP3/WAV type of audio playback and recording capability via a MOD5282. I would like to recall and store the audio info from/to the SDRAM. What chip sets are out th...
by Mark
Tue Jan 25, 2011 3:45 pm
Forum: NetBurner Software
Topic: Trapping multiple button elements on a webpage
Replies: 3
Views: 2520

Re: Trapping multiple button elements on a webpage

Chris, I was too quick on the submit button, and meant to add this comment for others. I was indeed using the ExtractPostData() function within the MyDoPost() event handler, however, I was not using it quite correctly. I was not refering to the pData passed over by MyDoPost(), thus not getting the a...
by Mark
Tue Jan 25, 2011 3:29 pm
Forum: NetBurner Software
Topic: Trapping multiple button elements on a webpage
Replies: 3
Views: 2520

Re: Trapping multiple button elements on a webpage

Chris,

Thank you for the quick reply, I will take a look at the ExtractPostData() event handler function. I did just find reference to this in the NB Programmers Guide, and will refer to the example code.

Thanks Again,
Mark
by Mark
Mon Jan 24, 2011 8:37 am
Forum: NetBurner Software
Topic: Trapping multiple button elements on a webpage
Replies: 3
Views: 2520

Trapping multiple button elements on a webpage

I am trying to design a webpage that contains multiple buttons. These buttons are not submit or cancel buttons, but rather buttons that I would like to tie specific actions to in the MyDoPost() routine. Could you help me determine how to accomplish this? HTML Page Code Snippet: ---------------------...
by Mark
Mon Mar 09, 2009 3:00 pm
Forum: NetBurner Hardware
Topic: Stepper Motor Control
Replies: 3
Views: 3311

Re: Stepper Motor Control

Chris, Thank you for the reply and sorry to be getting back to this post late (i.e. travel). 1. are you looking for low cost? -YES 2. are you thinking of designing hardware? -YES 3. do you need full-step, half-step, micro-step ? -FULL 4. do you need acceleration? will there be harmonics exhibited in...
by Mark
Tue Mar 03, 2009 9:32 am
Forum: NetBurner Hardware
Topic: Stepper Motor Control
Replies: 3
Views: 3311

Stepper Motor Control

Does anyone out there have any reference design (hardware & software) that would give me a good jump start on controlling a stepper motor using the MOD5282? The specific motor that I will be controlling is the LIN 4218, a 1.8deg size 17 bipolar motor.