OSDN Git Service

[SCHEMATIC] Modify SW/MW/LW Preamp, insert galbanic-isolator replace of common-mode...
[openi2cradio/OpenI2CRadio.git] / README
1 ** UTF-8 **
2 Open I2C Radio v1.0 
3
4                         http://sourceforge.jp/projects/openi2cradio/
5                         http://sourceforge.jp/projects/openi2cradio/wiki/FrontPage
6                         Nov 07, 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               
21  I *do not* restrict commercial-use!
22  But, I'm very,very,very,(repeat 253times) poor X-) 
23  So, please contact and donate to me if you pleasure or using to commercial products!
24  If you don't use to commercial product, I also welcome donation from you ;)
25  
26 * Need items
27   * MCU, as of PIC18F45K20. But (maybe) easy to port to other MCU, PIC18F
28     family or (maybe) AVR, ATMega, but not tested yet.
29     http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en026337
30     
31   * AKC6955 DSP-RADIO-CHIP made by disipur.com (深圳市迪斯普科技有限公司) in china.
32     Japanese shop AITENDO sells this chip as DIP MODULE.
33      http://www.disipur.com/down/html/?4.html
34      http://www.aitendo.com/product/7012
35
36   * LCD character display with HD44780 compatible and 3.3V powered.
37     I recommand 16colomns x 2lines display or larger.
38  
39   * 8.000MHz christal or ceramic-rezonator.
40   
41   * And other electronics parts and tools ;)
42   
43   * Microchip's MPLAB X IDE.(Maybe not need?)
44      http://www.microchip.com/pagehandler/en-us/family/mplabx/
45
46   * Compiler: 
47      - Microchip's XC8 compiler, you can use 32KB program-area PIC18F.
48        http://www.microchip.com/pagehandler/en_us/devtools/mplabxc/
49      - If you want to build with SDCC(v.3.3.x),
50        you should use greater than 48KB program-area PIC18F.
51        http://sdcc.sourceforge.net/
52
53 * First step
54
55    1. Assemble circuits below of gSCH/ . MW/SW Pre amp seems to be
56       not needed if your home is better or has good antenna.
57    2. Burn bin/*/*.hex to PIC18F45K20 (or other) MCU via MPLAB X IPE
58       or MPLAB X IDE.
59       Put MCU(or others) to board.
60       And play to GOD,Budda,Allah(or other) ;) and turn on power.
61       
62       
63 Have fun!
64
65 Ohta.