Search found 19 matches
- Fri Sep 19, 2014 3:44 pm
- Forum: NetBurner Software
- Topic: How do I setup I2C on MOD5270/Mod-Dev-70
- Replies: 16
- Views: 13232
Re: How do I setup I2C on MOD5270/Mod-Dev-70
Hi, I tried a simple experiment on a MOD54415 1.7 w/MOD-DEV-70CR 1.91 and code is attached: #include "predef.h" #include <stdio.h> #include <ctype.h> #include <startnet.h> #include <autoupdate.h> #include <dhcpclient.h> #include <smarttrap.h> #include <taskmon.h> #include "i2cmaster.h...
- Sun Jul 13, 2014 11:49 am
- Forum: NetBurner Hardware
- Topic: Using the DIP switches on the MOD-DEV-70 with the MOD54415
- Replies: 4
- Views: 4770
Re: Using the DIP switches on the MOD-DEV-70 with the MOD544
Another note here, if you're using the MOD5441X with the MOD-DEV-70 Hi, I do appreciate the comments, but in the interest of clarity, which hardware revision(s) does the note apply to? There are quite a few board revisions, of each product line, and I could not understand from the description does ...
- Sun Jul 13, 2014 11:44 am
- Forum: NetBurner's Eclipse IDE
- Topic: documenting netburner code NBECLIPSE DOXYGEN GRAPHVIZ?
- Replies: 0
- Views: 5210
documenting netburner code NBECLIPSE DOXYGEN GRAPHVIZ?
Hi, I have used NBECLIPSE quite a bit now, and separately just setup DOXYGEN with GRAPHVIZ on a windows 7 platform, the same used to do netburner development. Can the three utilities be used in a common workflow ? Write / Test code on the netburner > annotate source code with DOXYGEN keywords and th...
- Tue Jul 08, 2014 2:22 pm
- Forum: NetBurner Software
- Topic: cross development MOD55414 (MOD-DEV-70CR) and NANO55414
- Replies: 1
- Views: 2266
cross development MOD55414 (MOD-DEV-70CR) and NANO55414
I ended up with 2 x NANO54415 and 1 x MOD-DEV-70CR with a MOD54415 core module systems purchased last year. The target PCB is almost ready with a latch/connector for the NANO54415 modules, but what is the way to get the program off the MOD54415 Rev. 1.7 core module > NANO54415 ? I did notice the NAN...
- Wed Dec 18, 2013 6:28 pm
- Forum: NetBurner Hardware
- Topic: Defining an I2C communications module in existing code
- Replies: 2
- Views: 3395
Re: Defining an I2C communications module in existing code
Whenever I'm running some test code with the I2C bus, I just start with a breadboard with a pair of 10k resistors next to some MOD-DEV-70s and two modules talking to each other and dumping whatever comes out on the serial port through MTTTY. Talking to other devices shouldn't be a problem as long a...
- Tue Dec 17, 2013 6:31 pm
- Forum: NetBurner Hardware
- Topic: Defining an I2C communications module in existing code
- Replies: 2
- Views: 3395
Defining an I2C communications module in existing code
Hi, so far I have had good success in using MOD5270 and a dev board with the existing UART for all my applications. All commands for the menus are available through regular serial terminals on PCs etc. For a special version of my microthruster control unit research platform I have to use I2C to inte...
- Thu Apr 04, 2013 9:10 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Steps to utilize git with NNDK eclipse - and other questions
- Replies: 2
- Views: 4923
Re: Steps to utilize git with NNDK eclipse - and other quest
Looks very interesting, thanks!tod wrote:You'll probably want to take a glance at the wiki article on using standard Eclipse releases.
- Mon Apr 01, 2013 8:29 pm
- Forum: NetBurner's Eclipse IDE
- Topic: Steps to utilize git with NNDK eclipse - and other questions
- Replies: 2
- Views: 4923
Steps to utilize git with NNDK eclipse - and other questions
Hi, I'm glad to say my current project reached a milestone today, and will get more complicated soon. I think its a good time to consider version control, with perhaps a change of host operating system for maturity purposes. Could I ask the netburner community for general knowhow? 1. I'm a Unix guru...
- Sat Mar 30, 2013 12:42 pm
- Forum: NetBurner Hardware
- Topic: MOD5270 J2, J1 pinouts - confusion
- Replies: 8
- Views: 5766
Re: MOD5270 J2, J1 pinouts - confusion
So, when the module datasheet says a pin isn't connected (i.e. pin J2[5]), then it's not connected. [... snip ...] Do that answer your question? I'm still not entirely sure what you're asking about. I went back and compared the data sheet of MOD5270B and the schematic of MOD-DEV-70. I have highligh...
- Fri Mar 29, 2013 7:53 am
- Forum: NetBurner Hardware
- Topic: MOD5270 J2, J1 pinouts - confusion
- Replies: 8
- Views: 5766
Re: MOD5270 J2, J1 pinouts - confusion
I was attempting to say that the core module has all the intelligence and some pins available. Which list is the definitive enumeration of those pins? For example, in the current discussion, the I'm looking for guidance of ok to use for customer projects - given that the development phase requires t...