由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - usb 与 I2C 接口
相关主题
该选Power的哪个方向好呢?问个Orcad-Pspice仿真的问题,大牛帮一下,谢谢!
digital power ICMOSFET模拟?
请问基于DSP和单片机的嵌入式系统各有什么样的应用?数字天线的可能性。
招聘Electrical Engineer/DSP Engineer问个直流电压放大电路的问题
讨论一下SPI,I2C,RS232,UART,USB,Ethernet的优缺点吧请教一个貌似naive的阻抗匹配问题
问个技术问题 I2C协议 (转载)有没有做sensor兄弟?
USB 3.0 数据线 D+, D- 电压是多少?大家推荐一种单线总线
问几个基础的数电问题FPGA I/O configuration
相关话题的讨论汇总
话题: i2c话题: usb话题: 8051话题: 接口话题: pins
进入EE版参与讨论
1 (共1页)
l*******k
发帖数: 1974
1
各位高人,
要做一个USB与I2C接口的电路。
有什么芯片可以用吗?
谢谢
t*********g
发帖数: 124
2
phillips has this kind of chip. I don't remember the chip number, but I
think it was called I2C USB conversion bridge. probably under the UART
bridge catalog. you might need micro-controller to go with these conversion
depends on the specific application. The easiest way is to call them and
tell them what you need.
l*******k
发帖数: 1974
3
Thanks,
f*****0
发帖数: 489
4
or get a PIC12F675 and just program a few pins.
l*******k
发帖数: 1974
5
PIC12F675 只比 PIC12F629多了4个A/D通道。PIC12F629应该也可以完成这个转换功能
吧。
大概看了看PIC12F629/75的datasheet。I2C可以用GP0和GP1实现。
usb的数据传输用哪几个pin如何实现呢。
谢谢

【在 f*****0 的大作中提到】
: or get a PIC12F675 and just program a few pins.
l*******k
发帖数: 1974
6
相比较PIC12F675,
好象PDIUSBD12专用于USB,比较容易开发?
另外看到一个Atmel的8位单片机,ATTINY 45-20PU。尺寸还要小。
http://www.harbaum.org/till/i2c_tiny_usb/index.shtml
这个星期要订好方案。没做过,不知道各个解决方法的优势劣势。做过的指点一下吧。
f*****0
发帖数: 489
7
pretty much any pic will do.
pic675/629 is a dip8 device and has 6 GPIO pins. however, gp3 is input only
and others are all bi-directional. so if your chip is to be used in one
direction, it is not a problem.
I would use gp0/gp1 in one direction (i2c or usb), and gp5/gp4 in another
direction (usb or i2c) for easier layout.
if you do this, you are limited to use just the internal oscillator.
another approach, if you want to save one of the clock pins, is to use gp3
for i2c's scl if it is input on
l*******k
发帖数: 1974
8
这个Project的大致意思是用usb连接到PC。用户可以用PC调节一个数字可调电阻阻值。
I2C用来控制Analog Devices的数字可调电阻。比如AD5241。所以,I2C应该要发送数据
的。
另外,大概用pic675/629开发要多久呢?3,4个星期够了吧。
以前用过8051和Mortorola的DSP。主要用来做采样和控制。数据传输的学校学过,忘了
,没有实际没做过。
l*******k
发帖数: 1974
9
这个Project的大致意思是用usb连接到PC。用户可以用PC调节一个数字可调电阻阻值。
I2C用来控制Analog Devices的数字可调电阻。比如AD5241。所以,I2C应该要发送数据
的。
另外,大概用pic675/629开发要多久呢?3,4个星期够了吧。
以前用过8051和Mortorola的DSP。主要用来做采样和控制。数据传输的学校学过,忘了
,没有实际没做过。
f*****0
发帖数: 489
10
sounds like it is one way.
there may be more efficient software solutions. check linear, ti, nxp, maxim
/ dallas or national if you can. I am not aware of any usb->i2c
transceivers but quite a few usb->spi transceivers (max3420) and you can
find plenty of spi-interfaced digital pot.
if you intend to go down the up approach, and has familiarity with 8051, you
may try keil C51 which is a 8051 c development environment. 8051 is a more
complete solution but may be an overkill for this project. with
l*******k
发帖数: 1974
11
It is very helpful.
Thanks a lot,
l*******k
发帖数: 1974
12
It is very helpful.
Thanks a lot,
e*****a
发帖数: 2
13
USB2I2C直接硬件实现USB转I2C接口,无需写任何固件代码,PC机驱动丰富,我手头上
有一个,调试电路非常好使:-)
e*****a
发帖数: 2
14
嗯?为什么不能显示?
1 (共1页)
进入EE版参与讨论
相关主题
FPGA I/O configuration讨论一下SPI,I2C,RS232,UART,USB,Ethernet的优缺点吧
这样检测电压行不行问个技术问题 I2C协议 (转载)
I2C BUS写数不稳定会是啥原因USB 3.0 数据线 D+, D- 电压是多少?
请教高手_可以控制上百开关的装置问几个基础的数电问题
该选Power的哪个方向好呢?问个Orcad-Pspice仿真的问题,大牛帮一下,谢谢!
digital power ICMOSFET模拟?
请问基于DSP和单片机的嵌入式系统各有什么样的应用?数字天线的可能性。
招聘Electrical Engineer/DSP Engineer问个直流电压放大电路的问题
相关话题的讨论汇总
话题: i2c话题: usb话题: 8051话题: 接口话题: pins