OSDN Git Service

[DOC] Add one line for donation(^_^;
[openi2cradio/OpenI2CRadio.git] / README
1 ** UTF-8 **
2 Open I2C Radio v1.0 (Prerelease, beta)
3
4                         http://sourceforge.jp/projects/openi2cradio/
5                         http://sourceforge.jp/projects/openi2cradio/wiki/FrontPage
6                         Aug 23, 2013 K.Ohta <whatisthis.sowhat _at_ gmail.com>
7                         
8                         If you can read Japanese , see Readme.ja.txt.
9
10 * What is this?
11
12  This is FOSS Radio capablity with BCL(BroadCasting Listening),
13 controlled by micro-controller.
14
15 * Licence
16
17   - Hardware: CC-BY-SA v3.0
18   - Software: GPLv2+LE (Basically GPLv2, but SDCC/XC8's libraries is
19               excluded from GPLv2)
20  I *do not* restrict commercial-use!
21  But, I'm very,very,very,(repeat 253times) poor X-) 
22  So, please contact and donate to me if you pleasure or using to commercial products!
23  If you don't use to commercial product, I also welcome donation from you ;)
24  
25 * Need items
26   * MCU, as of PIC18F45K20. But (maybe) easy to port to other MCU, PIC18F
27     family or (maybe) AVR, ATMega, but not tested yet.
28     http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en026337
29     
30   * AKC6955 DSP-RADIO-CHIP made by disipur.com (深圳市迪斯普科技有限公司) in china.
31     Japanese shop AITENDO sells this chip as DIP MODULE.
32      http://www.disipur.com/down/html/?4.html
33      http://www.aitendo.com/product/7012
34
35   * LCD character display with HD44780 compatible and 3.3V powered.
36     I recommand 16colomns x 2lines display or larger.
37  
38   * 8.000MHz christal or ceramic-rezonator.
39   
40   * And other electronics parts and tools ;)
41   
42   * Microchip's MPLAB X IDE.(Maybe not need?)
43      http://www.microchip.com/pagehandler/en-us/family/mplabx/
44
45   * Compiler: SDCC v3.3.0(or later) or Microchip's XC8 compiler.
46      http://sdcc.sourceforge.net/
47      http://www.microchip.com/pagehandler/en_us/devtools/mplabxc/
48
49 * First step
50
51    1. Assemble circuits below of gSCH/ . MW/SW Pre amp seems to be
52       not needed if your home is better or has good antenna.
53    2. Burn bin/*/*.hex to PIC18F45K20 (or other) MCU via MPLAB X IPE
54       or MPLAB X IDE.
55       Put MCU(or others) to board.
56       And play to GOD,Budda,Allah(or other) ;) and turn on power.
57       
58       
59 Have fun!
60
61 Ohta.