Please Read Me,
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,”
Post comment
Please note
Categories
- All projects
- Audio
- Clock
- Electric Train
- Gadjet
- General Posting
- Laser
- Lastes News
- LED
- Library
- Sensor
- Software
- Work Bench Tools
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

admin
All my source codes were taken from my personal projects.
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
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
"I think I am generous" You're huge generous and a good friend
Thanks for all!
You have an amazing new website Sylvain ! Thanks for everything !
Thanks !!!
Sylvain, Two thumbs up!!
This is really great, keep up the great work!!!
Hello Sylvain,
Thanks for sharing, I find your website while I am looking nokia 3310 lcd library.
I will use this library. Thanks again.
You have an amazing new website Sylvain ! Thanks for everything !
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!!
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;
}
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!!
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
very interesting, thanks
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
You don't need to apologise for your English… it's much better than my French