Search found 7 matches

by arbotic
Mon Jun 07, 2010 3:00 pm
Forum: Application Notes and Design Ideas
Topic: Simple AJAX with client XSLT
Replies: 0
Views: 5710

Simple AJAX with client XSLT

This is a very simple AJAX application with client XSL transforms. AJAX is a great way to display information on a web page without refreshing the page. There are several AJAX examples in this forum, nothing new here.

XSLT can take that functionality a step further. With XML/XSLT in mind, you can ...
by arbotic
Tue May 25, 2010 8:22 pm
Forum: NetBurner Software
Topic: How do I setup I2C on MOD5270/Mod-Dev-70
Replies: 16
Views: 16030

Re: How do I setup I2C on MOD5270/Mod-Dev-70

seulater and lgitlitz;

I got it working :D I really want to thank you guys. I was about to give up. Having that loop code and realizing that I could set the RTC, made me zero in on connections.

I feel a bit dumb now but I just needed 1K inline resistors. This whole time I thought I needed pull up ...
by arbotic
Mon May 24, 2010 7:00 pm
Forum: NetBurner Software
Topic: How do I setup I2C on MOD5270/Mod-Dev-70
Replies: 16
Views: 16030

Re: How do I setup I2C on MOD5270/Mod-Dev-70

Well, I guess I should have asked this... What is the address of the RTC? Been looking through the manuals but...

When I loop from 0 to 255 I get a response from 0x00 and 0x80


if( I2CStart( x, I2C_START_WRITE ) < I2C_TIMEOUT )
iprintf("We have a %X on the bus\r\n", x );
I2CStop();


If I do ...
by arbotic
Mon May 24, 2010 5:32 pm
Forum: NetBurner Software
Topic: How do I setup I2C on MOD5270/Mod-Dev-70
Replies: 16
Views: 16030

Re: How do I setup I2C on MOD5270/Mod-Dev-70

Good point I've been messing around with the code. I'll start from scratch and post the code here is a few minutes.

If I can set the RTC, then the I2C bus is ok, right?
by arbotic
Mon May 24, 2010 4:57 pm
Forum: NetBurner Software
Topic: How do I setup I2C on MOD5270/Mod-Dev-70
Replies: 16
Views: 16030

Re: How do I setup I2C on MOD5270/Mod-Dev-70

Thanks lgitlitz and seulater

I get 0 devices when I run the loop. I can set the RTC using the time project. Checked that this weekend. So I thought that the I2C bus was working, right?

From MTTTY and time project

Enter the following numbers to perform clock tasks:
(1) Get NTP time and set both ...
by arbotic
Sun May 23, 2010 5:08 pm
Forum: NetBurner Software
Topic: How do I setup I2C on MOD5270/Mod-Dev-70
Replies: 16
Views: 16030

Re: How do I setup I2C on MOD5270/Mod-Dev-70

I spent a good portion of my weekend trying to get this guy working. I did a lot of reading on I2C and I pretty much went through all the source code for i2cserial and i2cmaster. I learned a lot. Wife's mad but what can ya do...

All I want to do is successfully initialize the 3 axis accelerometer ...
by arbotic
Sat May 22, 2010 2:36 pm
Forum: NetBurner Software
Topic: How do I setup I2C on MOD5270/Mod-Dev-70
Replies: 16
Views: 16030

How do I setup I2C on MOD5270/Mod-Dev-70

I’m new to this NetBurner stuff. I’m trying to connect the 5270 to a 3 axis accelerometer. I verified that the accelerometer is working by connecting to a Parallax Propeller.

My NetBurner Connections
J2-39 (SDA)
J2-42 (SCL)
J2-50 (VCC)
J2-49 (GND)

The Propeller requires two 10k pullups on the ...