Search found 333 matches

by v8dave
Mon Dec 19, 2011 12:54 am
Forum: NetBurner Software
Topic: GPRS PPP fails to connect
Replies: 4
Views: 3206

GPRS PPP fails to connect

I am getting the following errors when trying to connect over GPRS via PPP. The strange things is that this works on a different system with a different modem but it was tested with this modem before. I am in the process of building the second modem board to see if I get get that working instead. At...
by v8dave
Thu Dec 15, 2011 7:45 pm
Forum: NetBurner Software
Topic: Sending mail
Replies: 24
Views: 13015

Re: Sending mail

OK now that you have it working, tell us why you have a radiation detector? :D

Dave...
by v8dave
Tue Dec 06, 2011 8:02 am
Forum: NetBurner Software
Topic: I2C reading MCP 3424
Replies: 2
Views: 2906

Re: I2C reading MCP 3424

Hi there, It just so happens I am using the MCP3424 myself. For this MCP3424 I have the Address line A0 tied high as this is the second device on the bus. void ReadSensors() { int Bits; BYTE ch1, ch2, config; BYTE address = 0x6C; // Address of the MCP3424 for 4 channel BYTE Status; BYTE buf[10]; OSC...
by v8dave
Fri Dec 02, 2011 8:15 am
Forum: NetBurner Software
Topic: .NET Micro Framework
Replies: 12
Views: 7760

Re: .NET Micro Framework

what is that exact web site address please. Oops my bad. I miss-spelled the name so you won't have found anything. They are UK based and funnily enough they use the devicesolutions processor module. http://www.sytechdesigns.com/ One of the things I developed for my Netburner project was an LCD with...
by v8dave
Thu Dec 01, 2011 10:04 pm
Forum: NetBurner Software
Topic: .NET Micro Framework
Replies: 12
Views: 7760

Re: .NET Micro Framework

I looked at the GHI boards myself. Prices are very good for the Hydra but all those connectors made me look elsewhere. Great for development or the occcasional project but no use for production designs, even for small runs. I could design the carrier board so that this plugs in upside down but align...
by v8dave
Thu Dec 01, 2011 6:47 am
Forum: NetBurner Software
Topic: .NET Micro Framework
Replies: 12
Views: 7760

Re: .NET Micro Framework

seulater wrote:as far as i/o goes the one i have has 80 Digital IO Interrupt-capable Pins, along with LCD support running @ 200mhz.
Would you mind letting me know which one you use?

I just going order the new design from Sytech.

Cheers
Dave...
by v8dave
Wed Nov 30, 2011 7:25 am
Forum: NetBurner Software
Topic: .NET Micro Framework
Replies: 12
Views: 7760

Re: .NET Micro Framework

Hi Tod and Seulater, The source for the .NETMF is now available so I don't see any reason that this could not be done for the Netburner but who will do it? I am working on 2 projects just now that will run the .NETMF with a 4.3" LCD and a 200Mhz processor. Just doing the PCB design for this jus...
by v8dave
Mon Nov 28, 2011 11:36 pm
Forum: NetBurner Software
Topic: DNS lookup always timing out
Replies: 8
Views: 5077

Re: DNS lookup always timing out

Well this is wierd. I ran the update code this afternoon and it worked with the ISP DNS? I have not changed anything code wise since I left it running but I noticed on the LCD that the last test to the server was successful but no update was found which is what I expected! Damn! I hate these type of...
by v8dave
Mon Nov 28, 2011 5:47 am
Forum: NetBurner Software
Topic: DNS lookup always timing out
Replies: 8
Views: 5077

Re: DNS lookup always timing out

Thanks Bill, The problem for me is that I need this to be done via DHCP as I can't guarantee what the clients network will be and the same applies for the GPRS connection via PPP. It needs to work whatever I plug it into and right now, I can't get it to work with my ISP's DNS, even if I manually set...
by v8dave
Sat Nov 26, 2011 9:29 am
Forum: NetBurner Software
Topic: DNS lookup always timing out
Replies: 8
Views: 5077

Re: DNS lookup always timing out

Well, the test with 8.8.8.8 failed with timeout so it would appear to be something else at fault. Why 192.168.1.1 works is strange as that is indeed the gateway. On some devices this also appears as the DNS entry but on my PC It is 202.73.99.2 which is my ISP's DNS. I also use 8.8.8.8 as the back up...