Search found 164 matches

by ecasey
Wed Jul 25, 2018 6:35 am
Forum: NetBurner's Eclipse IDE
Topic: new to netburner MOD5441x
Replies: 14
Views: 7933

Re: new to netburner MOD5441x

Connect the MOD5441x to both USB and RJ45.
Open NBEclipse
Open MITTY
Press Reset on the MOD-DEV-70 board
Press "A" (must be capital) within 2 seconds - that will put you in the monitor.
by ecasey
Wed Jul 25, 2018 6:31 am
Forum: NetBurner Software
Topic: the rapid port example of MOD5441x
Replies: 3
Views: 2172

Re: the rapid port example of MOD5441x

Why do you think it is not working? Do you have a scope on pin J2-37? Pin J2-37 is connected to LED5 on the MOD-DEV-70 board, but you won't be able to see a 94 nanosecond pulse changing with your eye. it would probably look like it is on at half brightness. If you want to see the toggle on the LED, ...
by ecasey
Wed Jul 25, 2018 5:51 am
Forum: NetBurner's Eclipse IDE
Topic: new to netburner MOD5441x
Replies: 14
Views: 7933

Re: new to netburner MOD5441x

Your IP Setup looks OK. I would set the subnet both the computer and MOD5441x to 255.255.255.0 It now looks like the last program loaded is corrupt and the MOD is not running auto update. Have a look at this post on how to get around it: https://forum.embeddedethernet.com/viewtopic.php?f=3&t=165...
by ecasey
Wed Jul 25, 2018 4:00 am
Forum: NetBurner's Eclipse IDE
Topic: new to netburner MOD5441x
Replies: 14
Views: 7933

Re: new to netburner MOD5441x

It sounds like the IP Address for the problem module is not consistent between Eclipse and the Module, or the Module IP is not in the same subnet as the computer. Try this: 1. Launch IPSetup from the NBEclipse menu and set an unused IP address in the subnet range that your computer is using (if it i...
by ecasey
Tue Jul 24, 2018 7:05 am
Forum: NetBurner's Eclipse IDE
Topic: new to netburner MOD5441x
Replies: 14
Views: 7933

Re: new to netburner MOD5441x

There may be a task still running on your computer that is blocking the update. Try shutting down Eclipse and look a the Task Manager for a task that starts with "m68" or "NB" and kill that task. Sometimes just re-starting Eclipse will fix it. If all else fails, disconnect the mo...
by ecasey
Tue May 15, 2018 6:17 pm
Forum: NetBurner Software
Topic: NNDK-2.8.6 - EFFS Not Working
Replies: 6
Views: 3166

Re: NNDK-2.8.6 - EFFS Not Working

That worked.
Thanks Jon.

Ed
by ecasey
Tue May 15, 2018 4:49 pm
Forum: NetBurner Software
Topic: NNDK-2.8.6 - EFFS Not Working
Replies: 6
Views: 3166

NNDK-2.8.6 - EFFS Not Working

Using NNDK 2.8.6 with a Mod5270B on a Mod-Dev-70 the file system for the SD card on the Mod-Dev-70 board does not see any files. I checked the SD card and it is fine. In my code I get f_chdrive() returning F_ERR_INVALIDDRIVE. After trying another Mod5270 and then another Mod-Dev-70CR board with the ...
by ecasey
Tue Apr 10, 2018 11:42 am
Forum: NetBurner Software
Topic: Blacklisted IP Causing NB Crash
Replies: 4
Views: 3003

Re: Blacklisted IP Causing NB Crash

I have had a problem with a blacklisted IP on a remote system over a cell network. I have a MOD5270B behind a NIC, so the webserver never went down. It was just not accessible from outside and email went nowhere. I set up a DDNS to be able to access the modem. The MOD5270B runs a program that reques...
by ecasey
Fri Mar 30, 2018 4:03 pm
Forum: NetBurner Software
Topic: Json_lexer.cpp bug
Replies: 1
Views: 1581

Json_lexer.cpp bug

There appears to be a bug in this file where a ParsedJsonDataSet.Add of a double will be wrong for a negative float number when the first digit after the minus sign is either a zero or a nine. The Json output drops the "0" or the "9" and the following decimal point. This code: fl...
by ecasey
Thu Nov 16, 2017 4:58 pm
Forum: NetBurner Hardware
Topic: Carrier Board advice needed?
Replies: 5
Views: 4205

Re: Carrier Board advice needed?

Here is a good primer on board design for noise reduction. http://www.ti.com/lit/an/szza009/szza009.pdf One thing to think about is that going from a 68HC11 to a MOD54415 is like going from a scooter to a space shuttle. If you don't really need all the power and features, you might be safer with sma...