0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
会员中心
创作中心
发布
  • 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
MIKROE-2227

MIKROE-2227

  • 厂商:

    MIKRO

  • 封装:

  • 描述:

    MCP2003B 收发器 接口 mikroBUS™ Click™ 平台评估扩展板

  • 数据手册
  • 价格&库存
MIKROE-2227 数据手册
MCP2003B click PID: MIKROE-2227 MCP2003B click is a mikroBUS™ add-on board with a bi-directional LIN transceiver. It’s a physical interface to automotive and industrial LIN systems, in accordance to the LIN Bus Specifications Revision 2.2, SAE J2602 and ISO 17987. This standard requires that all nodes in the system are to be connected through a LIN bus. Up to 15 slave devices can be connected to a single master. The click has three onboard screw terminals for connecting the transceiver to a LIN network (three wires: LIN, VBB and GND). MCP2003B click communicates with the target board MCU through the mikroBUS™ UART interface (RXD, TXD), with additional functionality provided by the VRENDIV and LWAKE pins. Extra pins for LWAKE, CS, and TX and RX are also available above the mikroBUS™. The board is designed to use a 3.3V power supply only. Downloads MCP2003B click Examples MCP2003B click Schematic Type LIN Applications Prototyping sensor networks for vehicles On-board modules Bi-directional LIN transceiver Key Features MCP2003B IC, Supports baud rates up to 20 Kbaud Key Benefits High immunity to RF disturbance, ESD, EMI, Multiple operating modes, Compliant with LIN Bus Specs revision 2.2 Interface GPIO,UART Input Voltage 3.3V Compatibility mikroBUS Click board size M (42.9 x 25.4 mm) MCP2003B click is a mikroBUS™ add-on board with a bi-directional LIN transceiver from Microchip. Features and usage notes LIN (Local Interconnect Network) is a serial network protocol used for communication between components in vehicles (used in conjunction with CAN). It’s a physical interface to automotive and industrial LIN systems, in accordance to the LIN Bus Specifications Revision 2.1 and SAE J2602. This standard requires that all nodes in the system are to be connected through a LIN bus. Up to 15 slave devices can be connected to a single master. The device has four operating modes: power-down (everything except the wake-up pin is shut down), ready (receiver powered up, transmitter disabled), operation (all internal modes operational), and transmitter (when transmitter is disabled). Programming This is a simple example of LIN Communication, the master sends data, the first time the slave just receives the data, the second time the slave responds from the response buffer. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 #include #include "lin.h" sbit tx_pin at LATF4_BIT; void main() { uint8_t send_buffer[10] = {0}; uint8_t recv_buffer[10] = {0}; uint8_t response_buffer[10] = {0}; UART2_Init( 9600 ); delay_ms(300); send_buffer[0] send_buffer[1] send_buffer[2] send_buffer[3] send_buffer[4] = = = = = 'H'; 'E'; 'L'; 'L'; 'O'; response_buffer[0] response_buffer[1] response_buffer[2] response_buffer[3] response_buffer[4] response_buffer[5] response_buffer[6] response_buffer[7] = = = = = = = = 'H'; 'E'; 'L'; 'L'; 'O'; 'B'; 'C'; 'K'; lin_begin(9600); lin_hal_init(); lin_send(50,send_buffer,5,2); lin_slave_receive(50,recv_buffer,2,0); lin_send(50,send_buffer,5,2); lin_slave_receive(50,response_buffer,2,1); lin_slave_receive(50,recv_buffer,2,0); while(1); } Code examples that demonstrate the usage of MCP2003B click with MikroElektronika hardware, written for mikroC for ARM, and PIC32 are available on Libstock. https://www.mikroe.com/mcp2003b-click 3-8-18
MIKROE-2227 价格&库存

很抱歉,暂时无法提供与“MIKROE-2227”相匹配的价格&库存,您可以联系我们找货

免费人工找货