Apr
1

Please Read Me,

Author admin    Category Lastes News     Tags

Hi Friends

     English is not my native language,  I'm french speaking, so that's why there is a lot of gramatical error in my blog & code.  I will be please to correct those error if you point it to me.

    I also want to clarify, that all I give is on my blog, do not ask me for PCB or any other files or "Please help me" without doing anything before writing to me. I think I am generous please do not exaggerate.

Sylvain Bissonnette




15 Comments to “Please Read Me,”

  • Sébastien April 3, 2010 at 2:19 pm

    Bonjour,
    Bravo pour le nouveau look du site
    Je debute en langage C et j ai passer du temps sur le code du journal a leds qui etait sur votre precedent site (absent sur celui ci) car j aimerai bien developper mon propre code
    Par contre auriez vous quelques conseils pour la mise en oeuvre d un tel programme, pour l instant j'arrive à faire allumer une ligne ou une colonne
    ce qui me pose probleme c est les animations gauche/droite et la creation des caracteres  etc …….
    J utilise les PIC et le compilateur C18
    Merci beaucoup pour votre aide ……..
    Sébastien

  • admin April 3, 2010 at 4:21 pm

    Salut Sebastien,

    Merci pour ton comantaire positif a propos de mon site web

    Mon projet est encore sur mon site web sur la page 3 http://www.microsyl.com/index.php/page/3/ en regardent le code tu vas comprendre facilement. si tu as des question precise fait moi le savoir, mais debute par l’etude du code

    Sylvain Bissonnette

  • José Xavier April 21, 2010 at 9:58 pm

    "I think I am generous" You're huge generous and a good friend :D
    Thanks for all!

  • Simon Robert April 23, 2010 at 1:23 pm

    You have an amazing new website Sylvain ! Thanks for everything !

  • admin April 23, 2010 at 2:07 pm

    Thanks !!!

  • Ernest April 30, 2010 at 2:48 am

    Sylvain, Two thumbs up!!
    This is really great, keep up the great work!!!
     

  • Hasan May 1, 2010 at 3:35 pm

    Hello Sylvain,
    Thanks for sharing, I find your website while I am looking nokia 3310 lcd library.
    I will use this library. Thanks again.

  • Steve May 29, 2010 at 7:17 am

    You have an amazing new website Sylvain ! Thanks for everything !

  • gerard June 11, 2010 at 8:12 am

     
    I send you this message at your contact form, but I think that hasn't worked fine, if you recibe 2 times, sorry!
     
    Hy Sylvain.
     
    I found a old project that you do some time ago, " simple low cost digital voltmeter made 
    with a AT90S2313 & SPI A/D ADS7818", on a chinese website, I found it because i was searching how can i program an MCU atmel AT89C5131, to recibe data from A/D ADS7818.
     
    How can you recibe 12 bit if MCU only recibe 8bit from SPI?
     
    I think tat your AT90S2313 only can recibe 8bit  from SPI.
     
    Merci!!

  • admin June 11, 2010 at 11:46 am

    Simple you read 2 time 8 bit, check this code
    Sylvain
    int ReadAD(void)
    {
    unsigned int Word;

    TIMSK = 0×00; // int disable on compare
    PORTD = PORTD & ~CONV; // Start conversion
    Word = GetSPIWord();
    PORTD = PORTD | CONV;
    Word = Word >> 2;
    TIMSK = 0×40; // int enable on compare
    return Word & 0×0fff;
    }

    //*************************************

    unsigned int GetSPIWord(void)
    {
    unsigned int Word = 0;
    unsigned char i;

    for (i=0;i<16;i++)
    {
    PORTD = PORTD | CLK;
    if ((PIND & DATA) == DATA)
    {
    Word = Word << 1;
    Word = Word | 0×01;
    }
    else Word = Word << 1;
    PORTD = PORTD & ~CLK;
    }
    return Word;
    }

  • Riley June 19, 2010 at 1:45 pm

     
    I send you this message at your contact form, but I think that hasn’t worked fine, if you recibe 2 times, sorry!
     
    Hy Sylvain.
     
    I found a old project that you do some time ago, ” simple low cost digital voltmeter made 
    with a AT90S2313 & SPI A/D ADS7818″, on a chinese website, I found it because i was searching how can i program an MCU atmel AT89C5131, to recibe data from A/D ADS7818.
     
    How can you recibe 12 bit if MCU only recibe 8bit from SPI?
     
    I think tat your AT90S2313 only can recibe 8bit  from SPI.
     
    Merci!!

  • admin June 19, 2010 at 3:20 pm

    You just have to read 2 time 8 bits and fit those together for your final value of 12bit check in the datasheet it’s very clear
    Sylvain

  • Astencetack June 29, 2010 at 7:01 pm

    very interesting, thanks

  • ril3y October 8, 2010 at 2:33 pm

    Cool site bud… Love your projects!  In the spirit of helping you with English.  Your sentence
    " I will be please to correct those error if you point it to me."  Could be:
     I would be pleased to correct any errors that you may find.
    Keep up the great work!
    ril3y

  • berad January 17, 2011 at 9:39 am

    You don't need to apologise for your English… it's much better than my French ;-)

Post comment

Please note

All my source codes were taken from my personal projects.

Everything is for your information only. The C/C++ codes have been written
with ICCAVR. You can find the header and source CRT files by downloading their compiler.

All is for your information and everything is AS IS without any warranty of any kind. No other files are available and I don't make any modification for any body.

Categories

Blogroll

Electronic Links

Tags

AGC Anemometer AVR AVR Bootloader Bootloader Capacitence Capacitor Clock Color Control DCC Debugger Devices Digital driver Function Generator High Gain Microphone Humidity Inductance Inductor Laser LCD LED 3W Library Lightning Detector MegaLoad Meter Moodlight Mood Light MS5534 Nixie OscilloScope projector Rain Fall Sensor rgb RGB LED Scop Sensor SHT75 Temperature Terminal Tipping Bucket Train Modeling Vintage Water Detector