Author |
Message |
Topic: BK1080+mcu |
einar
Replies: 7
Views: 11976
|
Forum: General CCS C Discussion Posted: Mon Feb 01, 2016 5:05 pm Subject: BK1080+mcu |
sure, you are right.
so, it comes out like there are device address and register to start in one + write 0 bit 'i2c_start (0x20, 0)' ?
but, how to make, when device ID(address) is 0x80 and then st ... |
Topic: BK1080+mcu |
einar
Replies: 7
Views: 11976
|
Forum: General CCS C Discussion Posted: Mon Feb 01, 2016 1:59 pm Subject: BK1080+mcu |
hi, thanx for answers,
just wanted to say
i2c_start (0x20, 0);
i2c_write (0b00010010);i2c_write (0b00000001);//REG2
i2c_write (0b00000000);i2c_write (0b00000000);//REG3
works with RDA580 ... |
Topic: BK1080+mcu |
einar
Replies: 7
Views: 11976
|
Forum: General CCS C Discussion Posted: Sun Jan 31, 2016 6:05 am Subject: BK1080+mcu |
Hi everyone,
want the BK1080 FM receiver to control by PIC mcu.
I know that to REG0 must be sent device ID byte, which is 0x80.
The REG1 is 7-bit start register address(0x20) + 0 for write.
Ne ... |
|