WELCOME TO SHOP 회원가입을 하시면 다양한 혜택과 이벤트가 기다리고 있습니다.

로그인 회원가입

상품상세 정보

뒤로가기

I/O Learning HAT with Full Node-RED Tutorial for Raspberry Pi

  •  

I/O Learning HAT with Full Node-RED Tutorial for Raspberry Pi

상품 정보
판매가 113850
할인판매가 113,850원
할인금액 총 할인금액 원
(모바일할인금액 원)
적립금
제휴적립금
배송방법 택배
배송비 3,000원 (50,000원 이상 구매 시 무료)
상품 추가설명 번역정보
구매방법
배송주기
상품 옵션
배송
수량
down up  
수량
down up  
상품 목록
상품 정보 가격 삭제
총상품금액(수량) 0

할인가가 적용된 최종 결제예정금액은 주문 시 확인할 수 있습니다.

구매하기

 

FEATURES

This card lets you learn to control automation interfaces using Node-RED. From "Hello World" to PID looks, it is the ideal teaching platform for student, teacher or hobbyist. It brings to Raspberry Pi all the common interfaces needed to connect to the automation world: 

  • Two 0-10V input and output ports (one of each)
  • Two 4-20mA input and output ports (one of each)
  • Two relays 4A/24V with status LEDs
  • One RS485 serial port
  • H-Bridge PWM Motor Driver
  • Four optically isolated contact closure inputs
  • On-board push-button
  • Four general purpose LEDs
  • Two servo control ports
  • Command Line Driver
  • Python Library
  • Node-Red nodes


DESCRIPTION

I/O INTERFACES USING RASPBERRY PI AND NODE-RED

Although the variety of sensors and actuators is almost unlimited, they can all be grouped in three categories, based on their electrical interfaces:

1. Serial communication - RS-485 is the dominant choice, due to its ability to support multiple devices with excellent noise immunity at long distances.

2. Digital inputs and outputs - From find simple switches, contacts and pushbuttons, to any circuit which can be powered by a relay.

3. Analog inputs and outputs - Temperature, pressure, humidity, level, position, light and other sensors. Motors, linear and rotary actuators, and many many other devices have analog inputs and outputs. The industry standards are 0-10V and 4-20mA current loops.

POWER REQUIREMENTS

The I/O Learning Card needs 5V/50mA to operate with the relays off, or 200mA with both relays on. It is powered from the Raspberry Pi through the GPIO connector.  A Raspberry Pi power supply able to provide minimum 3A is recommended.

RS485 PORT

The Card contains a standard RS485 transceiver which can be accessed by the serial port of the Raspberry Pi. MODBUS protocol can be run on Raspberry Pi to access industry standard sensors and actuators.

PLUGGABLE CONNECTORS

Pluggable connectors ease connecting the card to external devices.  All the connector plugs are included in your kit.

DISPLAY LEDS

Nine LEDs on the bottom edge of the card show you the status of the inputs and outputs. The leftmost LED shows when the power is connected to the board.

The next two LEDs, labeled IN1 and IN3, show the status of the corresponding opto-isolated digital inputs.

The middle four LEDs are general purpose. They can be connected in software to show the status of any input or output. They can also be programmed to light at a certain input or output level. For example, you can learn how to turn on a LED when a temperature reaches a threshold. You can also blink a led slower when a temperature is relatively low, and faster as it approaches a preset limit.

The two rightmost LEDs are routed to the corresponding relays and show when the relay coil is activated.

0-10V INPUT AND OUTPUT
Zero to 10V Input can be used to sense voltage levels from devices such as thermistors, humidity sensors, or photoresistors. Zero to 10V output can be used for actuating industry standard devices such as lighting controller.

4-20mA CURRENT LOOP INPUT AND OUTPUT
Widely used industry standard 4-20mA current loops can be used to control remote devices over long distances with high noise immunity.

PUSH BUTTON
A pushbutton is provided to be able to add manual input to any system. The button can also be used by Node-RED or other Raspberry Pi programming in an arbitrary manner. The first Tutorial lesson gives some examples from saying "Hello World" to sending SMS or email messages.

PWM MOTOR
The Motor port can drive a 5V/100mA DC Motor. You can learn how to control the speed and the direction of the motor from the command line, Python or Node-Red graphical user interface.

TWO SERVO INTERFACES

Since we ran out of processor resources, the servo ports are multiplexed with the analog output ports. The servo ports connectors consist of a 2x3 jumper where you can plug directly any of the readily available servos at Amazon or elsewhere.

SELF TEST LOOPBACK CABLE

The card is designed such as all inputs and outputs are in symmetrical pairs and can be self-tested with a loopback cable. The exceptions are the Motor and Servo ports, which cannot be tested with the cable. The self-test software detects automatically the position of the cable and reports accordingly the test results. The following tests can be performed:



DOWNLOADS

 I/O LEARNING KIT DOWNLOADS


SOFTWARE

SOFTWARE INTERFACES

You can write your own application using the Command Line or Python Library provided. No programming is required if you use the Node-Red nodes we supply. You can drag-and-drop the functional blocks to design your application. 

Node-RED PROGRAMMING

Node-RED is a programming tool for wiring together hardware devices, APIs and online services in new and interesting ways. It provides a browser-based editor that makes it easy to design flows using nodes from a large library covering a wide range of automation tasks.

The Learning Kit native Node-RED nodes included in the repository make it easy to interface with the hardware.

Node-RED TUTORIAL

The Tutorial will help you use the Learning Kit with Node-RED without writing a single line of code. It will show you how to use Node-RED to control each of the interfaces of the Learning Kit. It will start by building simple flows using the pushbuttons and the LEDs and advance to the point where you can control devices over the internet. 

You can start learning Node-RED today without waiting for the Learning Kit. You will start by sending "Hello World" greetings to your screen or your speakers, and advance to sending emails and SMS messages to your smart phone.

Node-RED Tutorial Table of Contents (Preliminary)

1. Introduction

Before We Begin
What You Will Learn
Safety First!
Setting Up Your System
The I/O Learning Card
Node-RED: What’s It All About
Node-RED Basics
Becoming Familiar with the Node-RED System

2. Your First Flow – “Hello World”, What Else?

Hello World – As Simple as it Gets
Dreaded Documentation
Packing up, Cleaning House and Moving On
Graduation Time!

3. Using the Humble Pushbutton

Crawling – Pushbutton to Debug Output
Walking – Pushbutton Says “Hello World” Out Loud
Pushbutton to Console
Pushbutton to Sound
Running – Pushbutton Controls the World
Pushbutton sends Email
Pushbutton sends SMS Messages

4. Let there be light! – On board LEDs

Pushbutton to Light
Using Delay Blocks
Sub-Flows
Email to Light

5. Contact Closures Inputs

Contact to LED
Simple Arithmetic
Dashboard Outputs

6. Clickety Click – Using Relays


Dashboard Inputs
Dashboard to LED
Dashboard to Relay
Simple Motor Control

7. Measuring the World – Voltage Inputs

Analog Display
Using Potentiometers
Scaling Inputs
Simple Calculations
Sensing Light
Charting
Sensing Temperature
Temperature control (relay plus thermistor)

8. Controlling the World - Voltage Control

Analog Control

9. Factory Automation Inputs – Current Loops

Temperature Sensing

10. Factory Automation Outputs – Current Loops

11. Mighty Mini Motor – Proportional Speed Control

Proportional Control
Light Controlled Motor
Proportional Temperature Controller
Proportional Position Controller

12. Talking to Others – RS-485 Communications

Measuring Temperature and Humidity
Talking to Other Systems
Appendix
Node-RED Messages and How to Use Them
Simple Types in Node-RED
Simple Code in Node-RED
I/O Learning Card Electrical Interfaces
References


ACCESSORIES

A separate I/O accessories kit is available for purchase. Using each of the kit items is described at length in the Tutorial. Each Accessory is equipped with a pluggable mating connector and can be used with the examples in the Tutorial.

1. ON-OFF-ON Switch. The switch can be used to read the contact closure inputs.


2. 10K Thermistor. The thermistor can be used to measure ambient temperature using the 0-10V input.  
3. Photoresistor. The photoresistor will let you measure light. You can use it to turn lights on at dark, to see when somebody enters a room, or for any application which needs light. It can be read also with the 0-10V input.
4. Potentiometer. Used also with the 0-10V input, the potentiometer will let you simulate the analog output of a sensor which you can display in Node-RED.
5. RS485 Temperature and Humidity Sensor.  Plug it into the RS485 port for data, and the 4-20mA port for power, and use Node-RED to interface to it.

6. MICROMOTOR
Plug the micromotor into the MOTOR port and use Node-RED to control the speed and direction. Use it with a SERVO connected to the 6 pin header (SERVO not included) and build a small robot driven by Raspberry Pi.


YOUR KIT

When you purchase the I/O Learning Kit you will receive the following items:

1. I/O LEARNING CARD


2. MOUNTING HARDWARE

  • Four M2.5x18mm male-female brass standoffs
  • Four M2.5x5mm brass screws
  • Four M2.5 brass nuts

3. TWO JUMPERS

4. MATING CONNECTOR PLUGS

5. Self Test Cable


QUICK START

  1. Plug your Learning KIT card on top of your Raspberry Pi and power up the system.
  2. Enable I2C communication on Raspberry Pi using raspi-config.
  3. Install the card software from github.com:

The program will respond with a list of available commands.



 
상품결제정보
배송 안내
  • 배송 방법 : 택배
  • 배송 지역 : 전국지역
  • 배송 비용 : 3,000원
  • 배송 기간 : 3일 ~ 14일
  • 배송 안내 :
교환/반품 안내
서비스문의 안내
판매자 정보

게시물이 없습니다

글작성 모두보기

게시물이 없습니다

글작성 모두보기


닫기