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...
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...
... 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...
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...
... 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...
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...
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...
... 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, ...
... 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...
... 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...
... 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...
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
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
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: ...
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...
... 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...
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...
... after ... back ... PICs ... but ... Also ... data to ... data ... more ... should ... jal ... Seb, The simplest way to talk between two pics and a PC is...
... 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...
... 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...
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...
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: ...
... 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 ...
... 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...
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...
... 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...