Coder Social home page Coder Social logo

lmtan91 / buildroot-nanopi-neoair Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 14.38 MB

Bluetooth Speaker and Google Assistance

License: Other

Makefile 73.61% Arc 0.04% Shell 6.07% Tcl 0.25% Batchfile 0.36% M4 0.08% C 10.05% PHP 0.76% Assembly 0.36% Dockerfile 0.04% C++ 1.24% Perl 1.04% Lex 0.16% Yacc 0.40% CMake 0.09% Ruby 0.04% Python 5.41%
nanopi-neo-air pcm5102a bluez buildroot bluetooth-speaker bluetooth ble bluetooth-low-energy nanopi kernel device-tree linux

buildroot-nanopi-neoair's Introduction

buildroot-nanopi-neoair

This supports PCM5102A codec, WiFi and Bluetooth.

  1. How to build
make nanopi_neo_air_defconfig  
  1. How to configure wifi
modprobe brcmfmac  
ifconfig wlan0 up  
wpa_passphrase NETGEAR44 jollysky340 > /etc/wpa_supplicant.conf  
wpa_supplicant -B -i wlan0 -D wext -c /etc/wpa_supplicant.conf  
  1. How to configure bluetooth
modprobe brcmfmac  
echo " " > /dev/ttyS3  
devmem2 0x1f00060 b 1  
echo 205 > /sys/class/gpio/export  
echo out > /sys/class/gpio/gpio205/direction  
echo 0 > /sys/class/gpio/gpio205/value  
echo 1 > /sys/class/gpio/gpio205/value  
hciattach /dev/ttyS3 bcm43xx 115200 flow bdaddr 43:29:B1:55:01:01  
#hciconfig hci0 up  
  1. How to play music
aplay c304-2.wav  

Use full infomation

https://linux-sunxi.org/Mainline_U-Boot
https://linux-sunxi.org/DRAM_Controller

  1. Linux patches:
https://github.com/lmtan91/buildroot-nanopi-neoair/tree/master/board/friendlyarm/nanopi-neo/linux-patches

buildroot-nanopi-neoair's People

Contributors

lmtan91 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.