Search found 26 matches

by MasterFrmMO88
Sat Mar 02, 2013 1:49 pm
Forum: NetBurner Software
Topic: A few WiFi related coding questions
Replies: 1
Views: 1920

Re: A few WiFi related coding questions

Okay, I had gotten my startup time down to an adequate amount so I kind of forgot all about this and it hit me this morning that I thought I remembered seeing something in the wifi.h header file from the nburn folder so I went and checked it out. Sure enough, right at the top of the header file in t...
by MasterFrmMO88
Fri Feb 22, 2013 5:54 pm
Forum: NetBurner Software
Topic: A few WiFi related coding questions
Replies: 1
Views: 1920

A few WiFi related coding questions

I have my implementation up and running with WiFi. Now I have two questions concerning it. For initializing the wifi card and connecting to a network, I am using a slightly edited version of the infrastructure example in the nburn folder. Now for my two questions: 1- When the card first initializes ...
by MasterFrmMO88
Mon Jan 28, 2013 10:51 am
Forum: NetBurner Software
Topic: Need some help implementing a WiFi radio
Replies: 7
Views: 8594

Re: Need some help implementing a WiFi radio

Already ahead of you. I sent in a support request yesterday and had a reply at 9:30 this morning. From someone named Forrest Stanley. He sent me the missing library file and gave me a quick how-to on adding it in the linker. Closed the linker window and it finished successfully building immediately.
by MasterFrmMO88
Fri Jan 25, 2013 7:53 pm
Forum: NetBurner Software
Topic: Need some help implementing a WiFi radio
Replies: 7
Views: 8594

Re: Need some help implementing a WiFi radio

This may be something I am overlooking but any help is appreciated. We finally gave up on trying to get the WF121 to work. It's still a little too buggy so for now we are using the NB wifi card. I just got them in the mail yesterday and started working on it today. I was going to load the wifi_infra...
by MasterFrmMO88
Thu Dec 20, 2012 3:49 pm
Forum: NetBurner Software
Topic: Need some help implementing a WiFi radio
Replies: 7
Views: 8594

Need some help implementing a WiFi radio

Hi all, I am still pretty new to the hardware and software involved with the Netburner platform. I'm kind of learning as I go and I'm getting a decent understanding of how the netburner module itself works from a software standpoint and a little on the hardware side but I'm now to a point where I kn...
by MasterFrmMO88
Mon Jul 02, 2012 8:10 pm
Forum: NetBurner Software
Topic: Need Help Deciphering this Trap
Replies: 8
Views: 5165

Re: Need Help Deciphering this Trap

Okay. Thanks for the thorough answer. Unfortunately, my expertise is rather limited. Everything I know about it now I learned from taking example programs, tweaking them, and seeing what effect my tweaks had on the programs. The good news is I do understand enough about it to get where you are going...
by MasterFrmMO88
Mon Jul 02, 2012 4:03 pm
Forum: NetBurner Software
Topic: Need Help Deciphering this Trap
Replies: 8
Views: 5165

Re: Need Help Deciphering this Trap

Taking away the printf's didn't change the results. Would anyone be willing to take a look at my code, if I send you a zip file with it, and possibly help shed some light on this? I'm just stumped and there is a good chance it is just because I could have coded it a better way but I have no idea how...
by MasterFrmMO88
Mon Jul 02, 2012 5:41 am
Forum: NetBurner Software
Topic: Need Help Deciphering this Trap
Replies: 8
Views: 5165

Re: Need Help Deciphering this Trap

The behavior isn't any different between release and debug. The DMA timer gets turned on and off only if the module is told to do so by the server which is once on startup to test the condition of each GPIO. Pulses appear to be the length I expect but it's difficult for me to accurately time ~15 mil...
by MasterFrmMO88
Sun Jul 01, 2012 7:36 pm
Forum: NetBurner Software
Topic: Need Help Deciphering this Trap
Replies: 8
Views: 5165

Re: Need Help Deciphering this Trap

I do have smarttraps enabled but I call it outside the debug. Will this cause it not to work properly? The way the program works is, on startup, it starts up the TCP task and inside the TCP task, before it hits the request connection loop, starts a DMA timer. After starting the TCP task the main jus...
by MasterFrmMO88
Sat Jun 30, 2012 8:09 pm
Forum: NetBurner Software
Topic: Need Help Deciphering this Trap
Replies: 8
Views: 5165

Need Help Deciphering this Trap

I have a MOD5270. Here's what it does: On startup, it uses the DIP switch on the DEV board to set its own IP. Then it starts up a TCP client that requests a connection every second from the server. When the server connects, it receives commands from the server that trigger GPIO pins and then it send...