Joined: 17 May 2008
Location:
Posts: 0
Back to Top |
i am new to this rf ic.i am interfacing the mlx90121 ic with the microchip pic16f628 microcontroller.i have used only three line for interface as dout,din & ck .i want to know how to read the dout line i.e how to get data from dout what is the timeing for scaning the dout. i am using iso15693 ti tag . is the clk is by bidirectional pin ,pls help me by providing eg. of only one command i.e get sys info.(how to send & rx data)
the code used by me is as follow
;jay shree swaminarayan; ;reading congig reg correctly
list p=16f628,f=INHX32,r=dec
include "p16f628.inc" errorlevel -302
#DEFINE WRCONIFREG B'01111101' ;0X7D ICCMD #DEFINE &nbs
|