BPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
BPI-M2+ Weather station_06_temperature sensor arduino lib (DS18b20) #include <OneWire.h> // OneWire DS18S20, DS18B20, DS1822 Temperature Example // //...
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
BPI-M2+ Weather station_05_light intensity sensor arduino lib (BH1750) light intensity sensor use IIC interface(A4->SDA,A5->SCL) #include "bh1750.h" bh1750 BH1750; void setup() {...
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
BPI-M2+ Weather station_07_CO2 sensor arduino lib(MH-Z14A/MH-Z19B) CO2 sensor support read from UART and PWM at the same time: PWM : #include "MH_Z1X.h" MH_Z1X co2; #define pin 11 void setup() {...
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
BPI-M2+ Weather station_08_PM2.5 sensor arduino lib(ZH03A) PM2.5 sensor support read from UART and PWM PMW: #include "ZH03A.h" ZH03A pm2_5; #define pin 11 void setup() { Serial.begin(9600); } void...
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
BPI-M2+ Weather station_01_read dht11 data: dht11 DHT11; #define DHT11PIN 2 void setup() { Serial.begin(9600); Serial.println("DHT11 TEST PROGRAM "); Serial.print("LIBRARY VERSION: ");...
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
PM2.5 sensor (HLPM025K3)lib: UART port read data: #include "HLPM025K3.h" #ifdef HLPM025K3_USE_SOFTWARE_SERIAL SoftwareSerial mySerial(2, 3); // MEAG TX:10, RX:11 HLPM025K3 pm2_5(mySerial); #else...
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
BPI-M2+ Weather station_10 PM2.5 sensor (PMS5003[G5]) Read data form UART port: #include "PMS5XXX.h" #ifdef PMS5XXX_USE_SOFTWARE_SERIAL SoftwareSerial mySerial(6, 7); // MEAG TX:10, RX:11 PMS5XXX...
View ArticleBPI-M3 new image:Debian-8-jessie-lite-bpi-m3-sd-emmc.img 2016-5-15
eternalWalker: aptitude upgrade -> OK ...reboot -> && nope Check dpkg -l before you reboot. The simple reason is: they don't test the stuff they provide:...
View ArticleBPI-M3 compile Opencv 3.1.0 source code
zhiqing_yu: bpi m3 use Allwinner A83t SGX544 MP2 This is not true. A31/A31s used SGX544MP2, A83T contains only SGX544MP1 (half that fast) and you can't use OpenCL 'out of the box' anyway. Just read...
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
sinovoip: BPI-M2+ Weather station_06_temperature sensor arduino lib (DS18b20) Unbelievable. The picture above shows sensor connected to Arduino and BPi M2+ connected through USB to Arduino. So all...
View ArticleBPI-M3 compile Opencv 3.1.0 source code
zhiqing_yu: http://bbs.meizu.cn/thread-5868029-1-1.html So you believe every BS you find somewhere on the web? GPU is wrong there, MHz are wrong, GFLOPS are wrong. Look into the datasheet...
View ArticleCannot Use Youtube and Kodi 1080P on BPI-M3 running Android 5.1.1
Hi BPI TeamI cannot use Youtube and Kodi 1080P mode on BPI-M3 running Android 5.1.1can i config someting for this issue ??
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
BPI-M2+ Weather station_11 create web server(nginx+php) we need finish create nginx+php server install nginx: 1 install nginx sudo apt-get install nginx Modify Profile sudo nano...
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
BPI-M2+ Weather station_12 create yourself website (nginx+php): at Weather station_11,we have create web server ,so we can add ourself mainpage on it(mainpgae main function is :data receive ,save and...
View ArticleBPI-M2+ Weather station:Air pressure sensor, temperature sensor,light...
BPI-M2+ Weather station_13_ The data uploading (arduino): Used here hardware is more, also can upload only part of the sensor data 1.arduino nano (mega2560, uno all support);2.ds18b20; 3.dht11;...
View ArticleCompile and Run OpenCV2 on Banana Pi
About OpenCV OpenCV (Open Source Computer Vision) is a library of programming functions mainly aimed at real-time computer vision. Wikipedia OpenCV Install and use OpenCV library is very easy. In this...
View ArticleBPI-M3 new image:Debian-8-jessie-lite-bpi-m3-sd-emmc.img 2016-5-15
root@bananapi:~# dpkg -l | egrep "armbian| linux"ii armbian-hostapd 5.11 armhf Patched hostapdii linux-bananapi-bpi-m2-kernel3 1.2.3 armhf Banaan Pi BPI-M2: linux kernel 3.3 image & modulesii...
View ArticleBPI-M3 new image:Debian-8-jessie-lite-bpi-m3-sd-emmc.img 2016-5-15
eternalWalker: linux-u-boot-bananapim2plus-default Only this package is problematic since it overwrites the bootloader. They do not think a second and do not do even most basic testing. Just take...
View Article