I'm glad you're back Stef ! With the standard RS232 you can communicate with any PICs you want (resonable numbers) using an RS232 repeater at every PIC module...
... I2C multi master is nice, but you shouldn't use I2C outside a PCB. Philips uses it (according to rumours) for communication between car-radios and ...
Eur van Andel
eur@...
Sep 1, 2003 7:40 am
10777
... But when no PC is involved RS485 is IMHO a much better idea! Wouter van Ooijen -- ------------------------------------------- Van Ooijen Technische...
On Mon, 1 Sep 2003 09:35:13 +0300 (EEST), Vasile Surducan ... That is simple, use your own phone line. You have to pull your wires anyway. -- Ir. E.E. van...
Eur van Andel
eur@...
Sep 1, 2003 8:26 am
10779
... - Transmision reference beacon 800Hz -10dBm 600 Ohm. Atenuation/frecuency table for wire lines (data speed <= 1200 bits/s) Frecuency Min att. Max att. ...
... because is dizzing even a guy which have some ideeas about 16F series, it has a very large numbers of registers and complicate suplementary functions than...
On Sun, 31 Aug 2003 17:09:41 +0200, "Jaco van der Linden" <jaco@...> ... Make lots and lots of empty tubes (gele 5/8" electriciteitspijp, wellicht zelfs ...
Eur van Andel
eur@...
Sep 1, 2003 8:32 am
10782
... I don't know if there is a way to do so. ... This is the lib that math variables are defined and math routines (24 bit fp math, 24 bit fp comparision, 32...
Eur, in your own house, having 20 cheap 486 buzzing in your head (with ventilators and EMF) can make you nuts ! I will never do such a thing ! PC104 is still...
... series, it has a very large numbers of registers and complicate suplementary functions than 16F. I meant, in a school (not a faculty I presume) starting...
... Will this package be available @ http://www.voti.nl/winkel ? There might be demand for it. Is it bread-board compatible? -- Ir. E.E. van Andel, Fine Wire...
Eur van Andel
eur@...
Sep 1, 2003 9:44 am
10786
... Of course! ... I sure hope so. ... The basic idea is to use bandcable with 10-pin connectors to connect a microcontroller board to various peripherals....
On Mon, 1 Sep 2003 12:32:00 +0300 (EEST), Vasile Surducan ... Yeah, I now have one, which is a small desktop case. This makes way to much noise, but it is in...
Eur van Andel
eur@...
Sep 1, 2003 9:55 am
10788
Hello, I experience some problems with a usual PIC-delay, written in assembler (with MPLAB IDE). I try to make a simple program wich toggles pin RA0. The...
Difficult to see how long, but I think it's something about 100micro sec. Changing the bsf and bcf instructions into movlw and movwf instructions doesn't do...
On Mon, 01 Sep 2003 14:57:43 -0000, "Matti Laevaert" ... Would it be an idea to switch to JAL? This would solve your nasty spike and make your posts more...
Eur van Andel
eur@...
Sep 1, 2003 4:35 pm
10793
Yes, with JAL it's not a problem... but at the moment I'm working with assembler. :-) ... RA0, ... 2) ... topic as well ;-) ... www.fiwihex.com...
... with assembler. :-) In that case: take the Jal assembler output, and modify it step-by-step untill it equals you assembly. Test at each step. Wouter van...
... Hi Vasile, Javi, Eur, Wouter and others, nice to "see" you all back. Wouters store is really starting to run, great!, success Wouter. I've been back from...
... and some JAL libraries, but also consists of documents (pdf, doc, txt,html ..) either on your local disk or on the net, your personal notes, docs, email...
... Yes I was having a problem in my ISR, I had inserted a few "asm bsf 0x07" to toggle a LED for testing program flow. My ISR was crashing for no reason. Then...
... Thanks Wouter, I didn't know this concept and indeed it's from Knuth. Donald Knuth. "Literate Programming (1984)" in Literate Programming. CSLI, 1992, pg....
I found the problem: I must turn off the watchdog timer. It seems the watchdog generated an internal reset. I deselected the check button from NT pic...
... <ziya.erdemir@e...> ... inductancemeter. Actually I don't know how negative numbers can be formatted to LCD. ... Close, I found this works, although it is...
I have the pleasure to announce the romanian piclisters/jallisters that I have been released the second edition of the book: "(PIC16F) Microcontrollers for...
It seem to be easy: You just have to use Timer 0 (for example) and wait for rising pulse then reset TMR0 and save value on falling edge: var volatile byte...
... servo pulse ... servo pulse ... Or if the only thing this PIC is doing is waiting for a pulse & checking to see if the duration is >1.7ms, then perhaps...