Search found 333 matches

by v8dave
Sat Mar 05, 2011 8:45 am
Forum: NetBurner Software
Topic: Netburner Carrier Board and RTS/CTS
Replies: 19
Views: 15422

Re: Netburner Carrier Board and RTS/CTS

No worries. Even after almost 30 years doing electronics I still get RS232 wiring wrong or can't remember which pin is TX and RX and end up getting out the meter and checking the voltages on the connectors. :o)

Dave...
by v8dave
Fri Mar 04, 2011 11:20 pm
Forum: NetBurner Software
Topic: Netburner Carrier Board and RTS/CTS
Replies: 19
Views: 15422

Re: Netburner Carrier Board and RTS/CTS

Hi Tod, Can you hook up the TX to a serial port on your PC and see if you see all the bytes are coming in there. This will indicate if writestring itself is sending all the bytes out the port at least. What is the purpose of RTS on the remote device? Is CTS being driven from your touch screen contro...
by v8dave
Fri Mar 04, 2011 5:53 am
Forum: NetBurner Hardware
Topic: Autoupdate Corruption
Replies: 6
Views: 5037

Re: Autoupdate Corruption

Try it in the dev board and if this is fine, suspect the power supplies on your custom board as a start. I assume you have all 3V3 inputs connected to power?

Have you got anything on the databus lines that could be active when not addressed?

Dave...
by v8dave
Fri Mar 04, 2011 5:09 am
Forum: NetBurner Software
Topic: I2C Timeout
Replies: 9
Views: 9641

Re: I2C Timeout

OK. Assuming you have TIED the SA0, SA1 and SA2 lines low, then the internal address is indeed 0x10. If you left these open, they are pulled high so check this. Actually for the NB code it will be 0x08 (0x10 divided by 2). The reason for this is that the address is shifted LEFT 1 bit to account for ...
by v8dave
Fri Mar 04, 2011 2:42 am
Forum: NetBurner Software
Topic: I2C Timeout
Replies: 9
Views: 9641

Re: I2C Timeout

If I try to access the bus with the following code: I2CInit(0xE); BYTE b = I2CStart(0, I2C_START_WRITE); iprintf("%X\n", b); b = I2CSend(2); iprintf("%X\n", b); I2CStop(); You are using an address of ZERO. Is this correct? This seems very unlikely for an I2C device. Be careful w...
by v8dave
Thu Mar 03, 2011 6:56 pm
Forum: NetBurner Hardware
Topic: Remote control of MOD5234 from a smart phone, iPad or iPod?
Replies: 8
Views: 5323

Re: Remote control of MOD5234 from a smart phone, iPad or iPod?

Actually there is such a device. Check out www.wiznet.co.kr as they have a Wireless to Ethernet and RS232 interface that might be just what you are looking for. I have used their RS232 to Ethernet modules (over the internet) to debug and test an underwater remote tooling package with great success. ...
by v8dave
Thu Mar 03, 2011 4:10 am
Forum: NetBurner Software
Topic: I2C Timeout
Replies: 9
Views: 9641

Re: I2C Timeout

Hi there,

Is this you own custom board and if so, do you have you got PULLUPS (1K) on the bus lines? The Netburner module itself is not terminated. If you are using the DEV board, it has the 1K pullups fitted.


Which IO lines are you connected to? Are they the correct way around?

Regards
Dave...
by v8dave
Thu Feb 24, 2011 7:22 pm
Forum: PINK
Topic: HMI
Replies: 5
Views: 12483

Re: HMI

Hi there, One of the problems I have run across with SCADA is reliability. At my old place of work we had a stubborn programmer who insisted he could design anything in a short time. We were looking to offer the client a SCADA interface to some remote sensors which would send data via GPRS so he set...
by v8dave
Tue Feb 22, 2011 6:52 pm
Forum: NetBurner Hardware
Topic: good quality SD card socket
Replies: 14
Views: 11314

Re: good quality SD card socket

The microSD has no write protect so you either need to modify the library or tie that pin to GND. I needed the IO pin so I just modified the library function that returns the write protect state.

Dave...
by v8dave
Tue Feb 22, 2011 8:47 am
Forum: NetBurner Hardware
Topic: good quality SD card socket
Replies: 14
Views: 11314

Re: good quality SD card socket

Would love to afford Solidworks but my budget went on Altium Designer so had to plump with Alibre Design. Good enough for the work I do and I can generate the 3D models for the PCB design just as good anyway. I did a quick look around at other SD sockets but the mounting tabs and top side or bottom ...