论坛风格切换切换到宽版
  • 64486阅读
  • 830回复

cdg2000的板子已经做好了! [复制链接]

上一主题 下一主题
离线4TBI
发帖
611
只看该作者 220楼 发表于: 2006-06-26
'
收到了4tbi的pic17c766/cl.
好像有一块eprom在windows上看有一点error?
'
写片子前要保证内存为空,先上紫外擦除然后再检查.
离线4TBI
发帖
611
只看该作者 221楼 发表于: 2006-06-26
'
我靠,不是吧。我家里nnn多74系列的都是我顺手申请回来的,ti给样片很大方10片都可以,你可以再试一下!
'
我再试试ti看看怎么样
离线BG3XS
发帖
2768
只看该作者 222楼 发表于: 2006-06-26
对了,4tbi   cdg2000上的所有贴片元件我要一整套.
离线Franklin
发帖
122
只看该作者 223楼 发表于: 2006-06-26
抄收了,俺们know.
离线4TBI
发帖
611
只看该作者 224楼 发表于: 2006-06-26
哪位有空把电阻,电容分类整理一下,我一个人搞不过来哦
离线bd7idi
发帖
916
只看该作者 225楼 发表于: 2006-06-26
'
哪位有空把电阻,电容分类整理一下,我一个人搞不过来哦
'

时间紧迫,我搞了一个,用excel做的...有些不明白的我就引用了原文,电阻没有写k的单位都是欧姆...
离线radiolee
发帖
6050
只看该作者 226楼 发表于: 2006-06-26
对了,这台机器有没有cat协议或者cat软件?有电话我们可以做cat控制,这样就可以不必浪费钱去买豪华的320*240屏幕了。
离线bg2raq
发帖
3978
只看该作者 227楼 发表于: 2006-06-26
'
对了,这台机器有没有cat协议或者cat软件?有电话我们可以做cat控制,这样就可以不必浪费钱去买豪华的320*240屏幕了。
'
还是有个屏幕好 总不能看电台就开电脑吧? 呵呵
离线4TBI
发帖
611
只看该作者 228楼 发表于: 2006-06-26
'
对了,这台机器有没有cat协议或者cat软件?有电话我们可以做cat控制,这样就可以不必浪费钱去买豪华的320*240屏幕了。
'
硬件上具备了,用了两个1488和1489作通讯.,程序不支持,有空你看看源程序给加上吧.
离线BA4TB
发帖
3431
只看该作者 229楼 发表于: 2006-06-26
我可以免费提供SOT23封装的BAV99和BAV70.
离线Franklin
发帖
122
只看该作者 230楼 发表于: 2006-06-26
for 4tbi
hi

that definition refers to the original prototype pcb that we built which had a different relay pinout to the one that was finally published. you probably do not want that option !

also you have included dsp_dds. what that does is to assume that there is an i2c connected dsp. i built one into my rig but never published it. if you want to experiment with that then fine but i do not intend to publish it. it works by means of a pic16f876 chip acting as a i2c slave that accepts commands and writes via dma into the data space of an ad dsp.

the alternative to that is the dsp_control function that provides some dsp conrtol lines for controlling an external dsp.

dave



what is the
; protoype front end board ( has diferent relay mappings )
#define prototype_feb

#ifdef include_transverter_fan
; 12 bands, 1.8 to 28 mhz + 144 / 432 as transverter from 28 mhz

this is my cdg2000's xcvr.h, pls check it, thank you very much.

;-----------------------------------------------------------------------------

#ifdef fan_320x240_8574a
#ifdef version_defined
error "ambiguous version specified!"
#else
#define version_defined
#endif
messg "building bg4qpv's version"
#define include_transverter_fan
; protoype front end board ( has diferent relay mappings )
#define prototype_feb
; 4x4 scanned keyboard ( 0..3 outputs, 4..7 inputs with pullups )
#define kbd_4x4
; number of actual display switches
num_buttons equ d཈'
; swap function of two switch matrix inputs
#define swap_switch_ports
#ifdef include_transverter_fan
; 12 bands, 1.8 to 28 mhz + 144 / 432 as transverter from 28 mhz
num_bands equ dཇ'
#else
; 10 bands, 1.8 to 28 mhz
num_bands equ dཅ'
#endif
; display is 320x240 pixel alphanumeric / graphic using sed1300
#define display_320_240
; display needs graphics functions
#define include_graphics
; location on screen for configuration data changes
#define config_locn dཎ',5
; blank display of hz, so minimum shown is 10's of hz
#define do_not_display_hz
; include on screen graphics s meter
#define onscreen_smeter
; bg4qpv's hardware is based on 8574a's not 8574s
#define i2c_tx_filter_is_8574a
#define i2c_tx_filter2_is_8574a
#define i2c_feb1_is_8574a
#define i2c_feb2_is_8574a
#define i2c_vco_ctrl_is_8574a
; include keyer
#define include_keyer
; include backlight control instead of 2 tone tuneup
#define backlight_control
;
; low pass filter default values
; #define lpf_v3
;
; implement 2 tone tuneup instead of backlight
;; #define two_tone_tune
;
; include dsp control
#define dsp_dds
;
; include dsp control
#define dsp_control
#define dsp_control_is_8574a
;
; include code for relay switch board for tx / rx
#define relay_board
;
; include bandscan logic
#define bandscan

#endif
;-----------------------------------------------------------------------------
离线4TBI
发帖
611
只看该作者 231楼 发表于: 2006-06-27
我检查了你的文件,发现有几处问题.
1: 你用的是原设计的bpf,所以 prototype_feb 不应该被定义.
2:现在使用的是9波段,所以num_bands equ dཇ' 不要定义
3,现在没有dsp 因此也可以不定义
4,继电器板目前也没有,所以不要定义
5,two -tone的功能可以定义,但不要定义为背光控制
离线4TBI
发帖
611
只看该作者 232楼 发表于: 2006-06-27
'
我可以免费提供SOT23封装的BAV99和BAV70.
'
还有什么好东西一块儿拿出来啊,呵呵
离线4TBI
发帖
611
只看该作者 233楼 发表于: 2006-06-27
这是我的xvcr.h文件里关于版本配置的一段,大家可以看看,如果你用的液晶屏不是320*240的话,就要修改相关定义.

#ifdef bg4tbi_320x240_8574a

#ifdef version_defined
     error "ambiguous version specified!"
#else
#define version_defined
#endif

     messg      "building bg4tbi's version (320x240) with 8574a"

; 4x4 scanned keyboard on porth ( 0..3 outputs, 4..7 inputs with pullups )
#define kbd_4x4
; number of actual display switches in 32 interrupt controls
num_buttons      equ      d཈'
; swap function of two switch matrix inputs
#define swap_switch_ports
; 10 bands, 1.8 to 28 mhz
num_bands      equ      dཅ'
; display is 320x240 pixel alphanumeric / graphic using sed1300
#define display_320_240
; display needs graphics functions
#define include_graphics
; location on screen for configuration data changes
#define config_locn      dཎ',5
; blank display of hz, so minimum shown is 10's of hz
#define do_not_display_hz
; include on screen graphics s meter
#define onscreen_smeter
; bg4tbi's hardware is based on 8574a's not 8574s
#define i2c_tx_filter_is_8574a
#define i2c_tx_filter2_is_8574a
#define i2c_feb1_is_8574a
#define i2c_feb2_is_8574a
#define i2c_vco_ctrl_is_8574a
; include keyer
#define include_keyer
; include backlight control instead of 2 tone tuneup
; #define backlight_control
;
; low pass filter default values
#define lpf_v3
;
; implement 2 tone tuneup instead of backlight
#define two_tone_tune
;
; include dsp control
;#define dsp_dds
;
; include dsp control
#define dsp_control
#define dsp_control_is_8574a
;
; include code for relay switch board for tx / rx
; #define relay_board
;
; include bandscan logic
#define bandscan


#endif
离线Franklin
发帖
122
只看该作者 234楼 发表于: 2006-06-27
pls check it.
#ifdef fan_320x240_8574a

#ifdef version_defined
     error "ambiguous version specified!"
#else
#define version_defined
#endif
     messg "building bg4qpv's version (320x240)"
; 4x4 scanned keyboard ( 0..3 outputs, 4..7 inputs with pullups )
#define kbd_4x4
; number of actual display switches in 32 interrupt controls
num_buttons equ d཈'
; swap function of two switch matrix inputs
#define swap_switch_ports
; 10 bands, 1.8 to 28 mhz
num_bands      equ      dཅ'
#endif
; display is 320x240 pixel alphanumeric / graphic using sed1300
#define display_320_240
; display needs graphics functions
#define include_graphics
; location on screen for configuration data changes
#define config_locn dཎ',5
; blank display of hz, so minimum shown is 10's of hz
#define do_not_display_hz
; include on screen graphics s meter
#define onscreen_smeter
; bg4qpv's hardware is based on 8574a's not 8574s
#define i2c_tx_filter_is_8574a
#define i2c_tx_filter2_is_8574a
#define i2c_feb1_is_8574a
#define i2c_feb2_is_8574a
#define i2c_vco_ctrl_is_8574a
; include keyer
#define include_keyer
; include backlight control instead of 2 tone tuneup
;; #define backlight_control
;
; low pass filter default values
#define lpf_v3
;
; implement 2 tone tuneup instead of backlight
#define two_tone_tune
;
; include dsp control
;; #define dsp_dds
;
; include dsp control
#define dsp_control
#define dsp_control_is_8574a
;
; include code for relay switch board for tx / rx
;; #define relay_board
;
; include bandscan logic
#define bandscan

#endif
;-----------------------------------------------------------------------------
离线4TBI
发帖
611
只看该作者 235楼 发表于: 2006-06-27
ok,可以开始干了,等你的消息
离线bg2raq
发帖
3978
只看该作者 236楼 发表于: 2006-06-27
期待啊 就等你的好消息了 rf兄
离线radiolee
发帖
6050
只看该作者 237楼 发表于: 2006-06-27
汗……
看不懂……
能不能跟作者商量,我们共同制定一个协议,让他改程序,作为回报,我们帮助cdg2000制作一套英文版的cat软件。
离线4TBI
发帖
611
只看该作者 238楼 发表于: 2006-06-27
'
汗……
看不懂……
能不能跟作者商量,我们共同制定一个协议,让他改程序,作为回报,我们帮助cdg2000制作一套英文版的cat软件。
'
这个注意不错,可以试试.
离线radiolee
发帖
6050
只看该作者 239楼 发表于: 2006-06-29
'
这个注意不错,可以试试.
'

快干活吧,嘿嘿。每天支持一贴。