Search found 333 matches

by v8dave
Mon Dec 20, 2010 10:26 pm
Forum: NetBurner Software
Topic: Using the CAN bus
Replies: 22
Views: 16481

Using the CAN bus

I am just about to start doing some development work on the CAN bus as part of my project and I have looked through the source and the documentation. It seems that the supplied libraries don't allow me to control the sampling position based on the actual CAN bus I am running and instead accepts only...
by v8dave
Mon Dec 13, 2010 8:31 pm
Forum: NetBurner Hardware
Topic: 74lvc16245 bus transceiver for prototyping
Replies: 3
Views: 3456

Re: 74lvc16245 bus transceiver for prototyping

I actually find that with the low cost of PCB's these days it is far easier to design a prototype PCB instead of trying to do designs on protoboards. I even design a prototype PCB before that plugged into the DEV board and after this was tested I did the final PCB design. By the time I purchased ada...
by v8dave
Sat Nov 27, 2010 8:07 am
Forum: NetBurner Software
Topic: Sharing a linked list
Replies: 5
Views: 3049

Re: Sharing a linked list

Just a quick update. I went with a semaphore for accessing the linked list. Because of the way the system works and the main task only needing to add to the list on user input, the speed was not important so I just set the semaphore when I want to add or read from the list. So far it has been workin...
by v8dave
Thu Nov 25, 2010 11:14 pm
Forum: NetBurner Software
Topic: Interested Potential Customer with Questions
Replies: 13
Views: 9149

Re: Interested Potential Customer with Questions

Hi Liam, If you always use Netburner hardware then you don't pay any license fee. Just the initial cost of the development system and then as many modules as you want. If you want to do your own hardware then they charge a license fee and this is way beyond hobby cost at around $30,000. They can als...
by v8dave
Tue Nov 23, 2010 8:24 pm
Forum: NetBurner Software
Topic: Sharing a linked list
Replies: 5
Views: 3049

Re: Sharing a linked list

Hi Tod and RG, The wireless task is actual over a UART to a SIM20 module so there is no TCP. The display task is running much slower processing the touchscreen and the dispay update so I have this wireless task running on it's own handling that part of the system. All it has to do is send out the re...
by v8dave
Tue Nov 23, 2010 7:26 am
Forum: NetBurner Software
Topic: Sharing a linked list
Replies: 5
Views: 3049

Sharing a linked list

Hi all, I have an application with a number of tasks and 1 of the tasks is setup to handle the touch screen and dislay the graphics. One of the other tasks handles a wireless communications link. The wireless task simply sends out requests to another device that sends back resonses. The task has a s...
by v8dave
Thu Nov 18, 2010 8:32 pm
Forum: NetBurner Software
Topic: Reading the SBL2e's A/D's
Replies: 3
Views: 2850

Re: Reading the SBL2e's A/D's

As far as I can tell, that is how the license agreement with Netburner works. You purchase the initial development system and this gives you the code to programme those devices and you are then free to order as many bare boards as you need and no royalties as purchasing the boards entitles you to th...
by v8dave
Wed Nov 17, 2010 9:23 pm
Forum: NetBurner Hardware
Topic: LM2676-3.3 Circuit failures, the magic smoke is escaping.
Replies: 3
Views: 2750

Re: LM2676-3.3 Circuit failures, the magic smoke is escaping.

Your only downside is that the 30WQ04FN is SMD but you should be able to fit it on the current boards and rework for a revision for later.

Dave...
by v8dave
Wed Nov 17, 2010 9:09 pm
Forum: NetBurner Hardware
Topic: LM2676-3.3 Circuit failures, the magic smoke is escaping.
Replies: 3
Views: 2750

Re: LM2676-3.3 Circuit failures, the magic smoke is escaping.

Hi Sam, I use the following for the same Nat Semi device. 30WQ04FN This is a 3.5A device and less likely to fail if you draw more than 1A which is likely with the 1N5817. My old designs used that and it was also failing due to shorts or excess current. I have had no issues since switching to the 30W...
by v8dave
Mon Nov 15, 2010 9:07 pm
Forum: NetBurner Hardware
Topic: MOD5234 gpio voltage tolerance
Replies: 8
Views: 5531

Re: MOD5234 gpio voltage tolerance

Good that it is 3.3V as the data rate is 4Mbit/s which means fast edges and the potential dividor ideal would not be ideal there and possibly the transistor idea too.

Be interested to see how you get on with this and how is pans out.! Keep us posted?

Dave...