SinoVoip bpi BerryClip Hardware Manual

Advertisement

Quick Links

Hardware manual
BerryClip Module:
www.banana-pi.com
BerryClip Module Datesheet

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the bpi BerryClip and is the answer not in the manual?

Questions and answers

Summary of Contents for SinoVoip bpi BerryClip

  • Page 1 Hardware manual BerryClip Module: www.banana-pi.com BerryClip Module Datesheet...
  • Page 2 Hardware manual Contact Us SINOVOIP CO., LIMITED Company Add:5/F,Comprehensive Building of Zhongxing industryCity,Chuangye Road,Nanshan District, Shenzhen,Guangdong,China judyhuang@banana-pi.com www.banana-pi.com Version:1.0 Data:2014.7.25 www.banana-pi.com BerryClip Module Datesheet...
  • Page 3 You can consult with contact and agency in your local area. Copyright to the document belong to Shenzhen SINOVOIP CO.,LIMITED. User only can use these content after he or she get authorization from our company or other obligee.
  • Page 4 Hardware manual Banana Pi Expand Module Serial: Infinity cascade IO expand module: This module is designed specifically for the Banana Pi IO expansion modules. The module expand 32 IO, Multiple modules can cascade, infinity cascade,infinity GPIO. I2C GPIO expand module: This module is designed specifically for the Banana Pi IO expansion modules.
  • Page 5 Hardware manual Product specification Product Overview: The module is designed specifically for learning control the GPIO of Banana Pi. There are 6 LED, 1 button and 1 Beep on the module; All of them can use the GPIO of Banana Pi to control. The beginner can learn the INPUT mode of GPIO through the key and learn the OUTPUT mode through the LED or Beep www.banana-pi.com BerryClip Module Datesheet...
  • Page 6 Hardware manual Product Feature:  6 multicolor LED  1 single button on board  1 Beep on board Port:  BananaPi 2X13 port Product Parameters:  Working voltage: 3.3V  LED max current allow 8mA  Beep max current allow 12mA Typical Application:...
  • Page 7 Hardware manual pinMode(0,OUTPUT); pinMode(3,OUTPUT); pinMode(12,OUTPUT); pinMode(13,OUTPUT); pinMode(14},OUTPUT); LED() for(i=0;i<=6;i++) digitalWrite(LED1[i],1); delay(500); digitalWrite(LED1[i],0); delay(500); main() val; wiringPiSetup(); pcf8574Setup(200,0x27); initIO(); pinMode(10,INPUT); digitalWrite(11,1); while(1) blink(); val=digitalRead(10); if(val==0) LED(); digitalWrite(11,1); i=0; else blink(); www.banana-pi.com BerryClip Module Datesheet...

Table of Contents