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] Energy Meter & Microcontroller

Status
Not open for further replies.

himu_eee_pust

Newbie level 1
Joined
Apr 17, 2014
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
7
Hi,
I am want to read data from energy meter & store it in an microcontroller/EEPROM. But if am don't understanding the PIN configuration/Process to take data from energy meter. I am using BL6503 energy meter ic based complete energy meter and PIC16F877 microcontroller.
 

You have a channel input to route your current through and a channel to route your voltage into. The chip has some options to turn the gain and do filtering for you (which maybe helpful for cleaner signals). It has a selectable output frequency for your controller. So what you would do is:
1.) Set your gain and filter preferences with the G pins and the AC/DC pin
2.) Set your output frequency with the S pins and the SCF
3.) Read the output with the F pins, REVP, and CF
4.) Convert the output to real information and display it with your controller.
5.) Keep the error and tolerance in mind

The datasheet has some useful tips on the usage **broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top