11 Threads found on edaboard.com: 16f84a Lcd
hi, i am doing a project on cryptography using pic 16f84a. i hv used JHD 162a lcd. on interfacing lcd with pic developmant board a get 16 dark boxes on it. my backlight is working am nt able to get de required output...i hv compiled my lcd program on mplab and its working fine. even i hv simulated it on virtual (...)
Microcontrollers :: 04-05-2012 18:01 :: onkar1111 :: Replies: 12 :: Views: 2215
Hi all...
I am a newbie to PIC micros. I've learnt basic tutorials through online which uses assembly code. Now, I just want to display a string on 16x2 lcd using PIC 16f84a. I've googled it for number of times and I found that there is a directive in PIC assembly code called "DT" which can be used to display a string on
Microcontrollers :: 08-09-2011 05:29 :: ravimarcus :: Replies: 2 :: Views: 8626
list p=
16f84a ; list directive to define processor
#include
16f84a.inc> ; processor specific variable definitions
__CONFIG _CP_OFF & _WDT_OFF & _PWRTE_ON & _XT_OSC
#define E_line 1 ;|
#define RS_line 2 ;| ? from wiring diagram
#define RW_line 3 ;|
; lcd line addresses (from (...)
Elementary Electronic Questions :: 02-13-2011 05:37 :: bonn.2101 :: Replies: 1 :: Views: 814
Hi I'm new here and first time to use pic... can anyone help me to display a two different message in a 2x16 lcd using pic 16f84a? message would change when a switch is toggled.
tnx :cry:
PLD, SPLD, GAL, CPLD, FPGA Design :: 08-08-2010 00:16 :: johnbrosteven :: Replies: 0 :: Views: 1956
im using the new version of ccs c compiler.
i am using pic 16f84a for my project. i am using 2*16 type of lcd DISPLAY.
I have written the pgm for that. but i didnt get any any display in my lcd. can anyone plz check the codings??\
#include<lcd.c>
vod main()
{
set_tris_b(0x00);
set_tris_a(0x1f);
icd _init (); (...)
Microcontrollers :: 02-15-2010 07:07 :: ethak :: Replies: 3 :: Views: 1123
How can I upgrade the souce code of 16f84a to 16F877?
If you use assembly language, there is almost no problem. Both PIC16f84a and PIC16F877 have exactly the same set of intruction. More, 16F877 includes all the registers that 16f84a has. I think the only care you should take is with the configuration bits and RAM registers used by
Microcontrollers :: 08-11-2008 08:31 :: bld :: Replies: 7 :: Views: 5126
Hello,
This is my first post to this forum, so bear with me. I'm working on writing assembly code for a R/C microturbine tachometer. I'm very new to this so, I really could use some help. I'm using the PIC 16f84a micro controller chip, compling the language with MPLAb IDE v 7.30 and assembling the data with Mplasm. I'm having a problem displayi
Hobby Circuits and Small Projects Problems :: 05-17-2006 01:13 :: desmop :: Replies: 2 :: Views: 1990
Hi all,
I?ve a 16x2 lcd module, not sure at all if it?s HD44780 compatible. I need to drive this one with 16f84a just to verify if it?s working properly. I tried to make it work with no good result. Can anybody give me the working code for the same?
Thanks
Microcontrollers :: 05-31-2005 18:59 :: Jack// ani :: Replies: 1 :: Views: 1221
Hello,
This project is tested, it works fine. Originally the concept is not mine, but I have made some changes that can be used for PIC16f84a and code that is simplier to understand. This can add a visual control to your projects. Rar file includes PICBASIC Proton Code, JPG files of the Schematic, Proteus (ISIS) simulation files and Hex files. Fo
Microcontrollers :: 02-09-2005 16:39 :: mrbautista :: Replies: 0 :: Views: 2257
you can download circuit cellar from may 03 from, issue 154
here is with PIC 16f84a
Microcontrollers :: 12-16-2004 09:21 :: nikifena :: Replies: 2 :: Views: 2454
Hi there,
I'm still having problem with 4015 ic.I don't know how to use this ic with my mcu.What should i do, if i want to send data to output? Please point me some article + data + schematic + firmware source code etc.
I'm trying to expand ports and drive 7 segment lcd with 16f84a
Thanks in Advance.
Analyzer.
P.S. I can not understand d
Professional Hardware and Electronics Design :: 11-20-2003 22:14 :: Analyzer :: Replies: 0 :: Views: 1156