Hi, Thank you for the answer. I don't know what commands I must use to send a character from master to slave. I want the slave to put on a LED if it receives...
... an ... A project that seems to be simple becoms a kind of difficult for a beginner, but i want to make it to an end. I try to explain what i want: I have a...
... http://www.voti.nl/cursus/e_index.html check the 'blink' assignment Wouter van Ooijen -- ------------------------------------------- Van Ooijen Technische...
Many thanks for this reply!! So for the Master I can use a PIC18F452. (Thanks to the link what you gave me). But for Slaves it would be better to use already ...
Hi Atmoz, ... I've not a library, what I've it's a hole project: http://groups.yahoo.com/group/jallist/files/Javi%27s%20code/I2CTerm.zip ... but you're adviced...
Has anyone created a chip definition file for 16F628A for the winwisp program? If so could you email it me or give me a link to it? Thanks in advance, Kevin...
Hello Javi, That's a nice and interesting project what you got there. It doen't look very easy indeed. But for only a Master (18F452) it shouldn't be to hard...
Hi Atmoz, The library have 2 sections, one that manages "raw data" through master I2C and the second one that uses previous procedures to implement EEPROM read...
... First try to answer what your goal is. Do you need to transmit information over distance? I2C is not a good solution in this case. For several reasons. Do...
Snail Instruments
snail@...
Sep 1, 2005 11:22 am
20340
... use ... Thank you Wouter, i think for mr this is a big pass in the correct way. I understand the most of the code, exept for one thing, here's the code ...
... http://www.semiconductors.philips.com/news/backgrounders/bg_esc9727/ ... If are enough one or two pieces I can send you PCA9540. it's a multiplexer but...
... Main is a variable that reflects the state of the main road signes. It's value can be red, orange or green. The exact values of red, orange and green are...
... thanks for the offer Vasile, but with the FETS seems a good solution. ... I've choozen to feed everything from 5 V. Most modern eeprom (especially the...
... equal ... Perhaps the confusion is due to the terse/concise way this code happens to be written. A more verbose way of doing the same thing might be: if (...
I think i understand it now, tonight i'll be trying to rewrite my complete code, so be prepared for more questions tomorow :-) Thanx till so far everybody ......
I got a good answer from Mike Rigby_Jones, at the piclist: Using the 16F877 datasheet for example, the SMP bit controls wether or not slew rate limiting is...
... This bit should have no effect when operating the MSSP in I2C. All it does is control when the data is sampled (phase) for SPI communications. You can ...
Well I tried to upload it to my page but Geocities will not allow .PDF's to be uploaded. Also it appears that I was wrong, this document does not cover Slave ...
thanks Shawn, I just saw the document, but it neither does contain much info about slewrate and SMbus. But I think the answer of Mike is enough for me now. ...
Helle everybody, in the last few weeks i've learned very much new thing about jal, i like it more and more. Yesterday Wouter send a link in o0ne of the...
hi all, I've done some tests with both SSPSTAT bit 6,7 and my raw conclusion is that the effects of bit 7 are marginal. you can see some masurements here: ...
... You can notice that when there is "no" slew rate enabled, you have "ringing" on the bus. The purpose of the slew rate increase is to reduce the high...
... If there is a part you don't understand it is not the best idea to leave that part out! And be more specific: what about that part is it that you don't ...
hi Javi, ... Yes from a real analog scope, who has such a device these days ;-) ... You didn't want to spoil my weekend ? 51 pages of tables with numbers ! But...
Hi I am about to build a simple 4 to 6 channel data logger, that simply takes ad data from the converters, and formats them into serial data that can be...
email
email@...
Sep 3, 2005 3:43 am
20359
... Data logger usually stores the A/D values in its own memory (often external serial EEPROM), then uploads them to the computer on request. Josef...
Snail Instruments
snail@...
Sep 3, 2005 6:24 am
20360
hello John, ... Yes, more then once, but what parameters are you aiming at (sample frequency, number of bits per channel, error checking, standard terminal...