Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)

Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)
Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)Gravity: RS485 IO Expansion Shield for Arduino (แท้จาก DFRobot)
รหัสสินค้า SA00152
หมวดหมู่ Arduino Shields
ราคา 585.00 บาท
สถานะสินค้า พร้อมส่ง
จำนวน
ชิ้น
หยิบลงตะกร้า
หนังสือรับรองบริษัท
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay

INTRODUCTION

Our IO expansion board is evolving, the RS485 IO Expansion Shield is now supporting Xbee and has colour coded pin header. It combines our popular Xbee shield with IO expansion shield.

It even supports SD module card which provides the ultimate functional expansion for Arduino so far.  As its predecessor, it supports RS485, APC220 Radio Communication Module, Bluetooth , Xbee communication, servo control.

Specification
  • Support Seperate Servo Power Supply
  • Support RS485
  • Support Xbee (Xbee pro)
  • Support Bluetooth
  • Support APC220
  • Support SD card read/write
  • Support URM04 (RS485 Ultrasonic Sensor)

Resources

Part List
  • RS485 IO Expansion Shield for Arduino x1
 


RS485
It uses an SP485CN chip to handle comms.
The screw terminals (assuming that the three jumpers are set to '485') marked 'A' and 'B' go directly to the IC 'A' and 'B' pins (6 & 7 respectively).
The screw terminal marked VCC goes to the IC VCC pin (8), and also to the board's +5V line (i.e. the Arduino's +5V rail).
The screw terminal marked GND goes to the IC GND pin (5), and also to the board's GND line (i.e. the Arduino's 0V rail).
The chip's DI (Data Input?) pin (4) is connected to the Arduino's Digital Pin 1 (TX).
The chip's RO (Data Output?) pin (1) is connected to the Arduino's Digital Pin 0 (RX), with a resistor pull-up to the +5V rail.
The chip's DE (output enable) pin (3) is connected (via a resistor) to the Arduino's Digital Pin 2 - this is active high.
This DE pin is also connected to the chip's RE bar (receiver enable) pin (2) and therefore controlled by the Arduino's Digital pin 2 too - this is active low.
Arduino Digital Pin 2 = Rx/Tx 'Enable'; High to Transmit, Low to Receive
So, to transmit data from Arduino Digital Pin 1 you need to take Digital pin 2 high, and to receive data to Arduino Digital Pin 0 you need to take Arduino Digital pin 2 low.

Pin Out


Shield functions & pins usage



Sample Code

RS485 Transmit Data

int EN = 2; //RS485 has a enable/disable pin to transmit or receive data. Arduino Digital Pin 2 = Rx/Tx 'Enable'; High to Transmit, Low to Receive

void setup()
{
pinMode(EN, OUTPUT);
Serial.begin(19200);
}

void loop()
{
// send data
digitalWrite(EN, HIGH);//Enable data transmit
Serial.print('A');
delay(1000);
}

RS485 Receiving Data

int ledPin = 13;
int EN = 2;
int val;

void setup()
{
pinMode(ledPin, OUTPUT);
pinMode(EN, OUTPUT);
Serial.begin(19200);
}

void loop()
{
// receive data
digitalWrite(EN, LOW);//Enable Receiving Data
val = Serial.read();
if (-1 != val) {
if ('A' == val) {
digitalWrite(ledPin, HIGH);
delay(500);
digitalWrite(ledPin, LOW);
delay(500);
}
}
}

Compatibility

  • Arduino UNO
  • Arduino Duemilanov
  • Arduino Mega 1280/2560


 

วิธีการชำระเงิน

ชำระเงินค่าสินค้าโดยการโอนเงินเข้าบัญชีธนาคาร KBANK, SCB, BBL,TMB

กรุณาเก็บหลักฐานการโอนเงินของท่านไว้เพื่อแจ้งการชำระเงินด้วยค่ะ

 

ท่านสามารถแจ้งการชำระเงินผ่านระบบอัตโนมัติได้โดย Click Link ข้างล่างค่ะ

https://www.arduitronics.com/informpayment

 

บมจ. ธนาคารกสิกรไทย สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขาเซ็นทรัล แจ้งวัฒนะ ออมทรัพย์
ธนาคารกรุงเทพ จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 สะสมทรัพย์
ธนาคารทหารไทยธนชาต จำกัด (มหาชน) สาขาเซนทรัล พระราม 3 กระแสรายวัน

เพิ่มเพื่อน

@rfm0967y

ติดต่อสอบถาม

เพิ่มเพื่อน

CATEGORY

Sensors / Modules [1702]

CONTACT US

มือถือ 0887823467 แฟกซ์ 02-0153201

Join เป็นสมาชิกร้านค้า

ร้านArduitronics
ร้านArduitronics
/www.arduitronics.com/
Join เป็นสมาชิกร้าน
2129
สมัครสมาชิกร้านนี้ เพื่อรับสิทธิพิเศษ

STATISTICS

หน้าที่เข้าชม15,393,408 ครั้ง
ผู้ชมทั้งหมด5,896,486 ครั้ง
เปิดร้าน21 พ.ค. 2556
ร้านค้าอัพเดท16 ก.ย. 2568

MEMBER

พูดคุย-สอบถาม