Search found 4 matches
- Thu Aug 27, 2009 12:27 pm
- Forum: NetBurner Software
- Topic: 1-wire
- Replies: 1
- Views: 2862
1-wire
Wondering if anyone has done any 1-wire work with any of the NetBurner modules (either SB or core modules). I'd like to use them in an agriculture / industrial control product, but need 1-wire capability. The DS2482 is always an option, but I have a hard time considering an additional component (and ...
- Tue Mar 31, 2009 6:20 pm
- Forum: NetBurner Software
- Topic: I2C Slave Example
- Replies: 4
- Views: 5957
Re: I2C Slave Example
Larry,
That much I am aware of...
Here's the code the SB70LC is running...
#include "predef.h"
#include <stdio.h>
#include <ctype.h>
#include <startnet.h>
#include <autoupdate.h>
#include <dhcpclient.h>
#include <taskmon.h>
#include <syslog.h>
#include <i2cmulti.h>
extern "C" {
void UserMain ...
That much I am aware of...
Here's the code the SB70LC is running...
#include "predef.h"
#include <stdio.h>
#include <ctype.h>
#include <startnet.h>
#include <autoupdate.h>
#include <dhcpclient.h>
#include <taskmon.h>
#include <syslog.h>
#include <i2cmulti.h>
extern "C" {
void UserMain ...
- Tue Mar 31, 2009 4:59 am
- Forum: NetBurner Software
- Topic: I2C Slave Example
- Replies: 4
- Views: 5957
Re: I2C Slave Example
Larry,
Thanks. I should have mentioned, I'm using NNDK 2.3rc4, which shipped with the SB70LC dev kit.
I've reviewed the example and runtime library manual.
I wasn't aware I2C was interrupt driven. I see in the example that the slave TX buffer is filled, and also a routine to read the buffer, but ...
Thanks. I should have mentioned, I'm using NNDK 2.3rc4, which shipped with the SB70LC dev kit.
I've reviewed the example and runtime library manual.
I wasn't aware I2C was interrupt driven. I see in the example that the slave TX buffer is filled, and also a routine to read the buffer, but ...
- Mon Mar 30, 2009 6:46 pm
- Forum: NetBurner Software
- Topic: I2C Slave Example
- Replies: 4
- Views: 5957
I2C Slave Example
Guys,
Does anyone have an I2C slave example they'd be willing to share? I've run into a wall with getting a SB70LC working as an I2C slave connected to a Parallax Propeller.
I'm fairly certain I have the I2C master setup properly, as I'm able to communicate with a few other devices (Matrix ...
Does anyone have an I2C slave example they'd be willing to share? I've run into a wall with getting a SB70LC working as an I2C slave connected to a Parallax Propeller.
I'm fairly certain I have the I2C master setup properly, as I'm able to communicate with a few other devices (Matrix ...