These posts by jeswanthmg have received thanks:

GSM MODEM with 8051
First connect GSM modem to PC and then to microcontroller this check out this site

http://www.developershome.com/sms/howToUseHyperTerminal.asp

ctrl+z is not strings its equivalent ascii code is 26 in de...
Thanked 1 time
Posted by jeswanthmg on

PCB ROUTER MACHINE
wow guys that links really helped me thanks a lot the best was GENERATING GCODE from CAM FILE.
!sm !sm

@ coolmirza

have you done any project regarding cnc are you mechanical engg!ow
Thanked 1 time
Posted by jeswanthmg on

Path memorisation technique for robotic vehicles

@abin444

This might help

http://www.ikalogic.com/wfr2.php
Thanked 1 time
Posted by jeswanthmg on

Problem with programming PIC P18F452 , Help plz !
Have you disabled the watch dog timer
Thanked 1 time
Posted by jeswanthmg on

Need Low cost Fingerprint Module/Scanner under 5000k.......!!
You can get it from here for 3500 if u r from bangalore

http://www.nskelectronics.com/finger_print_scanner.html
Thanked 1 time
Posted by jeswanthmg on

LEDs with PWM
Ya there is no software library in MIKROC pro however it is simple just see PWM tutorial in this site.
Thanked 1 time
Posted by jeswanthmg on

TSOP 1738 testing ...need help,
yeah the multimeter shows average value,if led blinks its working now go on connect it to
microcontroller and decode. :)
Thanked 1 time
Posted by jeswanthmg on

Assembly in PIC16F684
you go through these books
http://www.mikroe.com/en/books/
also books in this site
http://www.8051projects.net/forum20.html
Thanked 1 time
Posted by jeswanthmg on

Can't make PIC to read from a pin
oh i forgot add [ ADCON1=0x7f; ] before do loop.

I have not used C18 so much i have used MIKROC and HITECH anyways
That is wrong way try this in C18

do
{
if(PORTBbits.RB0 == 0)
{
PORTBbits.RB7=0;
}
}
while(1...
Thanked 1 time
Posted by jeswanthmg on

RC-5 Receiver
Dude where do you leave the module can be obtained from any component shop or try with your local TV repair shop.

Its a bit nasty to make it with photodiode because you need to make 38Khz PLL circuit
(...
Thanked 1 time
Posted by jeswanthmg on

Go to page       >>  

e107 Forum Thanks Plugin