Forum Replies Created
-
AuthorPosts
-
December 23, 2016 at 11:37 am in reply to: PIC Microcontroller LCD Programming Problem – CCS C #13384Ligo GeorgeKeymaster
Yes, it seems like there is some problem with your hex file. And I also found that in proteus, GND is not properly connected to the LCD, just rewire it.
Try creating a new project, read the following tutorial also.
December 23, 2016 at 10:49 am in reply to: PIC Microcontroller LCD Programming Problem – CCS C #13380Ligo GeorgeKeymasterPlease upload your project files such that we can check it.
December 11, 2016 at 11:27 pm in reply to: PIC Microcontroller LCD Programming Problem – CCS C #13345Ligo GeorgeKeymasterAre you sure that you used the same program and project settings ? Check your project settings.
Ligo GeorgeKeymasterCheck the IC SR086. It is a inductorless switched mode regulator designed to operate directly from rectified AC mains. But it will provide only up to 100mA current.
If your application requires current higher than 100mA, you should use a ferrite coil.
November 26, 2016 at 2:18 pm in reply to: PIC to PIC Communication with 16F84A and Switch LED Controls #13208Ligo GeorgeKeymasterYou can use simple 2 digital pins from each microcontroller to send its status to other one. You can do the circuit in Proteus and simulate it.
November 26, 2016 at 9:11 am in reply to: PIC to PIC Communication with 16F84A and Switch LED Controls #13199Ligo GeorgeKeymasterYou may use the following links as a reference.
But you can’t use UART or I2C with 16F84A as there is no hardware module in it. You can try UART with MikroC Soft UART libraries.
Sorry, currently we don’t have any reference for assembly language.
Ligo GeorgeKeymasterHi,
Kindly let me know what is the expected Input Voltage, Output Voltage, Required Current etc.
Ligo GeorgeKeymasterHi,
First make sure that PORTB is functing correctly by connecting some LEDs and programing accordingly.
Did you connected the contrast adjusting variable resistor to the LCD ? If so try adjusting the contrast.
Ligo GeorgeKeymasterHi,
Kindly share your complte code / program, then only we can analyse the problem.
November 15, 2016 at 7:39 pm in reply to: Interfacing Relay and LCD with PIC 16F877A – Coding Help #13113Ligo GeorgeKeymasterFor interfacing LCD you can use our LCD library. Check the following link for that.
Interfacing LCD with PIC Microcontroller – Hi-Tech C
For relay interfacing coding is very simple. It is similar to controlling an LED. But in hardware you need to use a relay driver like ULN2803 IC or a simple transistor. Please refer the following link for that.
Interfacing Relay with PIC Microcontroller – MikroC Pro
You can easily code it for Hi-Tech C as the coding is very simple.
Ligo GeorgeKeymasterDear John,
Firstly I would like to inform you that, currently we are not selling PICKit3 though any platforms. Now we are selling only PICKit2 now. You can provide external power to the circuit/ic if the programmer is not able to provide that much current.
Ligo GeorgeKeymasterSorry, I don’t understand your question. Please check the following link.
Ligo GeorgeKeymasterDear Dona,
Kindly open a new topic for asking your doubts.
You can see our complete UART code in the following article.
Ligo GeorgeKeymasterI don’t think there will be simple way for that. You need to manually convert it.
Ligo GeorgeKeymasterYour code seems to be based on Atmel Studio, so you need to manually convert the entire code for Arduino.
-
AuthorPosts