Search found 623 matches

by dciliske
Wed Feb 01, 2017 1:04 pm
Forum: NetBurner Software
Topic: NTP to DCF pulse
Replies: 6
Views: 3837

Re: NTP to DCF pulse

Ok, something doesn't make sense here. Your combination of part number and pins must be incorrect. The datasheet for the PK70EX-100IR show's pin 2 as GND. Perhaps you're referring to the PK70 with the Multi I/O board or the Digital I/O Board? Can you give me a block diagram or describe in closer det...
by dciliske
Tue Jan 31, 2017 3:00 pm
Forum: NetBurner Software
Topic: NTP to DCF pulse
Replies: 6
Views: 3837

Re: NTP to DCF pulse

Short answer: Yes. Long answer: I'm not quite sure I understand what you're trying to do. I think you're trying to emulate a DCF receiver. Is this correct? Also, your description seems to suggest you want to both read and write on the same pins. With your apparent experience, you cannot do that, but...
by dciliske
Mon Jan 30, 2017 11:21 am
Forum: NetBurner Hardware
Topic: MOD 5213 Self Balancing Air Scooter
Replies: 6
Views: 4737

Re: MOD 5213 Self Balancing Air Scooter

Huh. You know what, I opened my mouth on a subject that I don't actually know much about. Propellers are much more efficient than I thought. On gyro stabilization, that'll work. I know that there's already a gyro wheel for children's bicycle. Turns out gyros/reaction wheels are used in a lot of thin...
by dciliske
Sat Jan 28, 2017 6:23 pm
Forum: NetBurner Hardware
Topic: MOD 5213 Self Balancing Air Scooter
Replies: 6
Views: 4737

Re: MOD 5213 Self Balancing Air Scooter

If you're pursuing this project as an exploration of what is possible, ignore the following post and have fun, because this does sound fantastic! A short bit of commentary regarding balance, propulsion efficiencies, and road travel. If the vehicle you're envisioning is going to be ground based, then...
by dciliske
Mon Dec 19, 2016 10:09 am
Forum: NetBurner Software
Topic: MCF5441x Data Cache Closed Beta
Replies: 0
Views: 2510

MCF5441x Data Cache Closed Beta

We have recently implemented the Data Cache on MCF5441x based products for the DDR memory region. Using a task-switch performance test (testing the various OS Task control structs: OS_SEM, OS_FIFO, etc.), the cache has increased the DDR memory performance to 95% of the SRAM performance, a >200% incr...
by dciliske
Mon Dec 12, 2016 1:46 pm
Forum: NetBurner Software
Topic: web pages take a very long time to load.
Replies: 19
Views: 14742

Re: web pages take a very long time to load.

Change line 1140 of ethernet.cpp from: OSSemInit ( &SemSend, NUM_TX_BD ); /* Was NUM_TX_BD */ to: OSSemInit ( &SemSend, 1 ); /* Was NUM_TX_BD */ Yes, this is a small, simple, stupid change. Yes, this will fix the issue. The problem that occurs is that *for some reason* the MCF5441X's hardwar...
by dciliske
Thu Dec 08, 2016 12:13 pm
Forum: NetBurner Software
Topic: '417 Changing Switched/Independent mode without reboot?
Replies: 1
Views: 5018

Re: '417 Changing Switched/Independent mode without reboot?

Noted. Looking into this one today...
by dciliske
Mon Dec 05, 2016 10:28 am
Forum: NetBurner Software
Topic: Release 2.8.2 Errors
Replies: 7
Views: 5730

Re: Release 2.8.2 Errors

uhh.... that's not good. Unfortunately, I have no idea what features you're using and/or what the component that might be failing to cause your application to "turn into a brick".

-Dan
by dciliske
Thu Dec 01, 2016 10:25 am
Forum: NetBurner Software
Topic: web pages take a very long time to load.
Replies: 19
Views: 14742

Re: web pages take a very long time to load.

OK, quick questions: is it always the same resources that take a long time to load? Do they take about the same time every time? How large are the actual files being sent? There was an issue fixed in 2.7.4 that is listed as "fixed truncation issue for static files >32kB". What I cannot rec...
by dciliske
Thu Dec 01, 2016 10:19 am
Forum: NetBurner Software
Topic: Release 2.8.2 Errors
Replies: 7
Views: 5730

Re: Release 2.8.2 Errors

This has been fixed. Contact support for the patch.