Search the web
Sign In
New User? Sign Up
jallist · JAL mailing list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 24835 - 24864 of 27397   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24835
I like to connect a SD memory card to a 16f6x8 processor, not using the USART connection. This USART connection is already in use for rs232. Is there somebody...
bartschipper
Offline Send Email
Mar 1, 2008
12:56 pm
24836
On Sat, 01 Mar 2008 12:53:39 -0000 ... I had a success story for MMC card in SPI mode in the same situation (reading data on USART and writing down to MMC card...
Mihai
mishulentzi
Offline Send Email
Mar 1, 2008
2:02 pm
24837
... I'm curious how you did it. I'm struggling with a FAT16 since a while and decided to use a hardware FAT due the large memory request. However the raw...
Vasile Surducan
vsurducan
Offline Send Email
Mar 1, 2008
3:38 pm
24838
I saw this module on the web. Based on the description offered on the site this is a good solution to your problems. I guess that what you try to achieve is a...
Bughy
bogdan45ro
Offline Send Email
Mar 1, 2008
3:59 pm
24839
... That looks very interesting. Please let me have a look in what you have made. Regards Bart...
bartschipper
Offline Send Email
Mar 1, 2008
4:11 pm
24840
... the site this is a good solution to your problems. I guess that what you try to achieve is a data logger. This might be easiest way to interface a mmc in...
bartschipper
Offline Send Email
Mar 1, 2008
4:15 pm
24841
Hello, I would like to know if it possible to connect 2 pic's 16f877a and 1 eeprom 24lc256 to the i2c bus. Both pic's have only to write to and read from the...
paul.vanlier
Offline Send Email
Mar 2, 2008
8:28 am
24842
On Sat, 01 Mar 2008 15:38:10 -0000 ... Actualy I read the card into a cheap 5 Euro card reader, using API functions for Windows or direct drive IO access on...
Mihai
mishulentzi
Offline Send Email
Mar 2, 2008
8:35 am
24843
... here you can find the library and a sample procedure http://www.automatrom.ro/dl/pic/mmc.tar.gz it compiles on old 0.4.59 which I used for that project, ...
Mihai
mishulentzi
Offline Send Email
Mar 2, 2008
9:08 am
24844
... location. Yes, that's posible, you have to disable (tristate) the unused I2c master and keep under control the writting-reading sequence. Maybe you may...
Vasile Surducan
vsurducan
Offline Send Email
Mar 2, 2008
9:50 am
24845
... Mihai, For some reasons I cannot get gunzip working on my Vista computer. Is it possible to email the bare files or pack them in a (for me normal) ZIP...
bartschipper
Offline Send Email
Mar 2, 2008
12:38 pm
24846
... I would prefer a zip file too. Could you please post it in zip (or uncompressed) on the yahoo site? I am sure this is going to be a popular download! Have...
Bert van Dam
bertloopvogel
Offline Send Email
Mar 2, 2008
3:46 pm
24847
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jallist group. File : /mmc.tar.gz ...
jallist@yahoogroups.com
Send Email
Mar 2, 2008
4:13 pm
24848
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the jallist group. File : /mmc.zip ...
jallist@yahoogroups.com
Send Email
Mar 2, 2008
4:13 pm
24849
... Sorry, I was stupid enough not posting a zip version. Here you can find it converted to DOS <CR><LF> end of line format: ...
mihai@...
mishulentzi
Offline Send Email
Mar 2, 2008
4:14 pm
24850
Hi list, I'm currently trying to make 2 PICs talk together: PC <=> PIC1 <=> PIC2 <=> motor controller The idea is to send order from a PC to PIC1. PIC1...
Seb
sir.loon
Offline Send Email
Mar 3, 2008
5:11 pm
24851
... What information did you use to create the plugin? I briefly looked into Eclipse to do something similar but found the information confusing. Wouter van...
wouter van ooijen
wvooijen
Offline Send Email
Mar 3, 2008
7:42 pm
24852
Hi Seb, ... Yes, quite often in fact, but never with the 16F88. Do you use this setting: const Serial_SW_invert = false ... If you stick to a working library...
Bert van Dam
bertloopvogel
Offline Send Email
Mar 3, 2008
9:59 pm
24853
... after ... back ... PICs ... but ... Also ... data to ... data ... more ... should ... jal ... Seb, The simplest way to talk between two pics and a PC is...
Vasile Surducan
vsurducan
Offline Send Email
Mar 4, 2008
4:56 am
24854
... No, I use Serial_SW_invert = true. I've tried both: * false: PIC1 blocks on first serial_sw_read call. Also tried only writing operations, which don't work...
Seb
sir.loon
Offline Send Email
Mar 4, 2008
7:13 am
24855
... Hi, I also found that Eclipse plugin developpement is confusing... I'm not an expert in that domain... so I used google to find code samples. The main...
Olivier Carnal
ocarnal
Offline Send Email
Mar 4, 2008
8:04 am
24856
... OK, I'll forget about Eclipse for now, I'll try DevCpp. It's for a GCC ARM library, so DevCpp might be a good fit. Wouter van Ooijen --...
wouter van ooijen
wvooijen
Offline Send Email
Mar 4, 2008
8:19 am
24857
Hi Seb, ... You are connecting the tx pin of one pic to the rx of the other, and vise versa I assume? Did you try different baudrates, bit faster and slower to...
Bert van Dam
bertloopvogel
Offline Send Email
Mar 4, 2008
8:56 am
24858
Hi folks, Good news: the English version of the JAL book "PIC Microcontrollerrs, 50 projects for beginners and experts" is now available on Amazon UK too: ...
Bert van Dam
bertloopvogel
Offline Send Email
Mar 4, 2008
9:03 am
24859
... Yes, I just ordered it yesterday (shipping to France). I can hardly wait to read it. Thanks. Seb...
Seb
sir.loon
Offline Send Email
Mar 4, 2008
10:57 am
24860
... It has both PIC to PIC and I2C projects in it, so maybe this will solve your problems! Have fun, Bert...
Bert van Dam
bertloopvogel
Offline Send Email
Mar 4, 2008
11:12 am
24861
... Yes, that's right. ... Yes, I've tried both 19200 and now 2400, without results... It might be a timing issue, since on both PIC1 and PIC2 there are delay ...
Seb
sir.loon
Offline Send Email
Mar 4, 2008
1:27 pm
24862
... is ... version of ... are ... aren't I? ... is use a ... OK - so if my JAL code for the 16F628A looks like this, which it does: include 16f628_4 include...
dpmartin751105
Offline Send Email
Mar 4, 2008
1:31 pm
24863
Hi Seb, ... Delay statements? O dear. The software serial libs doesn't uses buffers (unlike hardware serial). So if a message arrives and the pic isn't looking...
Bert van Dam
bertloopvogel
Offline Send Email
Mar 4, 2008
1:47 pm
24864
... That seems nice ! But I can't understand how to use EIA-485 *via* RS232, since 485 "only defines electrical specifications", different from 232. Do I need...
Seb
sir.loon
Offline Send Email
Mar 4, 2008
1:48 pm
Messages 24835 - 24864 of 27397   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help