Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[PIC] programming PIC16F887

Status
Not open for further replies.

himanshu_03

Newbie level 3
Newbie level 3
Joined
Aug 5, 2013
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Location
New Delhi, India, India
Visit site
Activity points
30
HELLO,
I am doing a project in which I take temperature from the field using LM35DZ( connected at AN8 of PIC16F887). Then I need to transmit data through nRF24L01. The controller and nRF24L01 are connected via SPI(microcontroller-master and nRF24L01-slave). I am new to embedded program. Can anybody help me with the program? If possible post the full program and if not please post a program which can help me understand how I can program my controller. Also I am curently using mikropro C.Is MPLAB C better?
 

Hi,

Its a popular college project, just search this forum and you should find some similar examples.

However if you find the program code that will teach you little and you will not really know how the program works or how to modify it to your exact needs.

You would be better starting to learn how to program in C from the proverbial simple flashing led and work your way up to the code needed for your project which involves reading the sensor, storing the data, using a display of some kind, and finally sending it to a pc via spi.

There are loads of C tutorials on the web and the Mikro site also has loads of good information / tutorials.

Its down to you... but help is here if you try..

https://www.mikroe.com/products/view/11/book-pic-microcontrollers/

https://www.youtube.com/watch?v=5Gr-t4CpBN4&feature=PlayList&p=56D76F8A20CB95BA&index=1
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top