These posts by Kazim have received thanks:
| C code to hex file |
| i suggest u use a simulator like Proteus.... to find where the problem lies..... in the code or the circuit.... u can find Proteus on esnips.com and search for Proetsu..... version 7.1 is better.... |
| Thanked 1 time Posted by Kazim on |
| How can I...? |
| Hi Koliva, the error may be in the code..... like if there is any syntax error the code wont compile.... u need to correct those errors first.... u can use Keil for compiling .asm files and then evetual... |
| Thanked 1 time Posted by Kazim on |
| help .....help... |
| this is a mega project...... bt work hard and u can definitely achieve it.... i think the gun will be controlled using motors.... the flash light would be the simplest..... dont know abt the cameras....... |
| Thanked 1 time Posted by Kazim on |
| 9541.98baud --> 9600baud.. |
| i dont really know if what i'm saying is going to help..... but keep in mind that the Ground of both the systems has to be common in case u want to transmit and recieve data..... just the txd and rxd ... |
| Thanked 1 time Posted by Kazim on |
| Help me again |
| get Keil from www.esnips.com and search for keil..... version 3 or also known as 8 is better to make an 89s52 code run in 89c52 u need to change the header file..... for example if the header file for ... |
| Thanked 1 time Posted by Kazim on |
| gsm based security home system...help!!! |
| hey Rabbia, my class fellows have done something similar to this.... u need to learn AT commands in order to interface an 89c51 with a mobile phone and the phone also has to be AT commands compatible.... |
| Thanked 1 time Posted by Kazim on |
| plzz guys i want ur help ... nothin is working!!!! :( |
| this is the basic circuit diagram of an 89c51.... u've to make this before anything to turn on the 89c51..... the LED is to check whether ur basic ckt is ok or not..... but u can also make a small prog... |
| Thanked 1 time Posted by Kazim on |
| plzz guys i want ur help ... nothin is working!!!! :( |
| yes altelah, u've to initialize the LCD first.... void init() { rs=0; e=1; r=0; \\ not really needed for u as u've grounded this pin dt=0x0F; \\ code needed for init is 0x0F delay(); e=0; } this... |
| Thanked 1 time Posted by Kazim on |
| plzz guys i want ur help ... nothin is working!!!! :( |
| Hi altelah i didnt check wat u've posted bt here is some sample codes of LCD and keypad.... they might help u..... |
| Thanked 1 time Posted by Kazim on |
| mıcrocontroled dc motor cırcuıt |
| Salvador this is what pdi33 is saying.... until u dont give the 8051 the necessary connections it wont work .... i mean u have to give it the crystal and everything else. ... |
| Thanked 1 time Posted by Kazim on |