Search found 118 matches

by sulliwk06
Fri Jun 09, 2023 12:35 pm
Forum: NetBurner Software
Topic: Reset Cause
Replies: 2
Views: 883

Re: Reset Cause

The Reset Status Register (RSR) in section 12 of the manual has some bits that can tell you if it was a power-up or reset line event.
by sulliwk06
Thu Apr 13, 2023 10:44 am
Forum: NetBurner Software
Topic: Secure connections
Replies: 7
Views: 8458

Re: Secure connections

If you're able to write to the display from a higher priority task, then you can: - Add a watchdog that is pet in your main task - Create a high priority task to check how long it has been since you pet the watchdog - If you haven't pet the watchdog recently enough then write a message on the displa...
by sulliwk06
Thu Apr 13, 2023 6:10 am
Forum: NetBurner Software
Topic: Secure connections
Replies: 7
Views: 8458

Re: Secure connections

Why not just move all of your code managing the display to a task with a higher priority so it doesn't have to freeze at all?
by sulliwk06
Mon Feb 27, 2023 7:40 am
Forum: NetBurner Software
Topic: Problems with EFFS
Replies: 14
Views: 3125

Re: Problems with EFFS

It seems suspicious that it stops after reading exactly 3kb. I would wonder if there is a limit on some buffer somewhere.
by sulliwk06
Fri Jan 13, 2023 10:56 am
Forum: NetBurner Software
Topic: Wifi - Ethernet routing
Replies: 6
Views: 1420

Re: Wifi - Ethernet routing

If you really wanted to, you could write a program to act as port forwarder. Catch incoming connections on the ports you want, open new connections on the other interface and then pass the data between the 2 connections.
by sulliwk06
Wed Feb 09, 2022 12:26 pm
Forum: NetBurner Software
Topic: Setting Time Zones
Replies: 7
Views: 4076

Re: Setting Time Zones

Wikipedia says that these abbreviations predate any kind of standard. They were created arbitrarily in each region and have been carried over since then. https://en.wikipedia.org/wiki/List_of_time_zone_abbreviations Time zones are often represented by alphabetic abbreviations such as "EST"...
by sulliwk06
Wed Jan 19, 2022 5:39 am
Forum: NetBurner Software
Topic: Upgrading software from NDK 1.6 to 2.x
Replies: 10
Views: 3832

Re: Upgrading software from NDK 1.6 to 2.x

The explicit blocking should be whatever you are using to evenly space out your DACout calls in each thread. So that would either be an OSTimeDly or pending on some resource that is made available at specific intervals.
by sulliwk06
Fri Sep 10, 2021 8:42 am
Forum: NetBurner Software
Topic: DHCP options 43 & 60
Replies: 2
Views: 1214

Re: DHCP options 43 & 60

It would be nice if similar methods could be added for running a DHCP server. Personally I'd like to be able to set a captive portal address to direct a user to my webpage when they connect to wifi.
by sulliwk06
Fri Oct 30, 2020 7:53 am
Forum: NetBurner Software
Topic: MOD54415 External SD card F_ERR_NOT_FORMATTED
Replies: 11
Views: 6262

Re: MOD54415 External SD card F_ERR_NOT_FORMATTED

Looks like it ended up being my processor. I had a MOD54417 and plugged it in with that example and it worked fine. Thanks for the help
by sulliwk06
Fri Oct 30, 2020 6:07 am
Forum: NetBurner Software
Topic: MOD54415 External SD card F_ERR_NOT_FORMATTED
Replies: 11
Views: 6262

Re: MOD54415 External SD card F_ERR_NOT_FORMATTED

Running the program you provided seems to have the same results, so if that program worked for you then there must be something off with my hardware. I'll see if I can scrounge up a totally different dev board, processor, and SD card and try again. Waiting 2sec to start 'A' to abort Configured IP = ...