码迷,mamicode.com
首页 >  
搜索关键字:raspberry-pi    ( 381个结果
Cross-compiling Qt Embedded 5.5 for Raspberry Pi 2
This tutorial shows how to cross-compile the Embedded build of Qt 5.5 for Raspberry Pi 2. The Embedded build does not use the X11 server and instead d...
分类:Web程序   时间:2015-10-14 21:15:51    阅读次数:386
IoT 开发平台多样性让创新规模史无前例
Arduino Due、Beaglebone、mbed 或Raspberry Pi 仅仅是用于 IoT 产品原型制作且基于?ARM?的嵌入式平台中的几个例子。我们撰写这篇博文的意图,不仅是要比较这些开发板,还要审视其中的处理器在您的设计投入生产...
分类:其他好文   时间:2015-10-11 18:17:21    阅读次数:283
ROS(10):mac 下树莓派Raspberry Pi 烧录 img
https://www.raspberrypi.org 树莓派是一个Arm的开发板,只有香烟盒大小,最新版本的树莓派是B+版本。4 cup 900MHZ,1G内存大小,4个usb接口。 https://www.raspberrypi.org/products/model-b-plus/...
分类:Web程序   时间:2015-10-09 00:44:54    阅读次数:495
树莓派raspberry Pi2 介绍
Compared to the Raspberry Pi 1 it has:A 900MHz quad-core ARM Cortex-A7 CPU1GB RAMLike the (Pi 1) Model B+, it also has:4 USB ports40 GPIO pinsFull HDM...
分类:Web程序   时间:2015-10-03 23:10:55    阅读次数:280
树莓派 raspi-config 设置详解
一、简介:raspi-config是Raspberry PI官方Raspbian镜像自带的一个系统配置工具。它都可以做什么呢?让我们来学习一下吧。raspi-config,会在系统首次启动时自动运行,就是那个蓝色背景,灰底黑字的界面。首次自动...
分类:Web程序   时间:2015-09-21 12:36:33    阅读次数:220
树莓派学习--远程桌面连接
作为一个工科的女生,其实我是非常讨厌写代码的,搞硬件比较感兴趣,但是现实就是什么都要学,所以作为一个技术小白,我把自己学习心得记录下来,方便日后学习。大牛们不要笑话我,零基础,要加油!树莓派Raspberry Pi 2 (Model B),不作过多的介绍,因为同门已经使用过,我就拿来直接用。那首先要...
分类:其他好文   时间:2015-09-18 15:34:56    阅读次数:233
Raspberry Pi GPIO Protection
After damaging the GPIO port on our raspberry pi while designing a new solar monitoring system we decided that it might be a good idea to build a buff...
分类:Web程序   时间:2015-09-17 23:17:33    阅读次数:393
CentOS交叉编译raspberry pi 2 内核
交叉编译工具链在centos 6.6 x64需要glibc-2.14支持(x86不需要),所以先安装glibc-2.14安装前把编译需要的相关工具安装下,我这里直接安装整个组yum groupinstall "Development tools" -y下载glibc-2.14源码,编译,安装wget...
分类:Web程序   时间:2015-09-16 00:57:23    阅读次数:254
Raspberry pi 蓝牙音响播放
Raspberrypi自带3.5mm的音频输出口,但是由于某种原因,这个接口比较鸡肋。用这个接口播放音乐的话有比较明显的噪音。一向喜欢折腾的我就想到用蓝牙连接音响播放音乐。于是从亚马逊买了个蓝牙接收器。sudoapt-getinstallbluezpulseaudio-module-bluetoothpython-gobjectpython-..
分类:Web程序   时间:2015-09-15 15:00:51    阅读次数:1265
Raspberry Pi 2 Raspbian kernel compile and install
$ git clone --depth=1 https://github.com/raspberrypi/linux$ cd linux$ KERNEL=kernel7$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- bcm2709_defconf...
分类:Web程序   时间:2015-09-12 17:43:26    阅读次数:450
381条   上一页 1 ... 23 24 25 26 27 ... 39 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!