SlideShare a Scribd company logo
1 of 18
Download to read offline
CubieBoard
CubieBoard 
Modelli 
Cubieboard A10 
10/100 Ethernet 
1G Ram 
HDMI 
Sata 
3 usb 
Cubieboard2 A20 
Dual Core A7 
Stesso pcb di cubie1 
CubieTruck A20 
Dual Core A7 
2G Ram 
Gigabit ethernet 
Rtc battery,Wifi+ bluetooth,spdif,vga
CubieBoard 
Storia 
EOMA68 http://rhombus-tech.net/ 
AllwinnerTech A10 Soc http://www.allwinner.com/ 
Tom Cubie (hipboy) Ingegnere presso AllwinnerTech 
linux-sunxi Comunity http://linux-sunxi.org/
CubieBoard 
Allwinner 
● fabb-less 
● low cost 5-7$ 
● dual core A20 dual A7(mali) pin compatibipe con A10 
● quad core A31 quad A7(sgx) 
● next octa core A80 big.little A15+A7 (mali ? sgx)
CubieBoard
CubieBoard 
SOC A10 
● CPU: ARMv7-A Cortex-A7 or Cortex-A8 Central Processor Unit 
● Advanced SIMD: NEON 
● Vector FPU: Vector Floating Point Unit - ARM VFPv3 lite (Cortex-A8) / VFPv4 (Cortex-A7) VFPU (Vector Floating Point 
Unit) 
● Security Extensions: 
○ TrustZone cryptographic engine 
○ Security accelerator supporting AES, DES, 3DES, SHA-1, and MD5 
○ Hardware random generator 
○ Thumb2 intruction set extension for optimized code to reduce memory footprint and improve performance 
● GPU: Mali400 or SGX544 Graphics Procesor Unit, supporting OpenGL ES and Framebuffer 
● VPU: CedarX (Video Processor Unit for audio and video hardware decoding or encoding) 
● HDMI-transmitter with HDMI CEC (Consumer Electronics Control 
● Hardware virtualization capabilities (Cortex-A7 only). 
● Up to 4GB memory (Cortex-A8), Up to 1TB memory with LPAE (Cortex-A7 only).
CubieBoard 
CubieBoard 
1. AllWinnerTech SOC A10,ARM® Cortex™-A8 ARM® Mali400 MP1 Complies with OpenGL 
ES 2.0/1.1 
2. 1GB DDR3 @480M 
3. 4GB internal NAND flash, up to 64GB on SD slot, up to 2T on 2.5 SATA disk 
4. 5VDC input 2A or USB otg input 
5. 1x 10/100 ethernet, support usb wifi 
6. 2x USB 2.0 HOST, 1x mini USB 2.0 OTG, 1x micro sd 
7. 1x HDMI 1080P display output 
8. 1x IR, 1x line in, 1x line out 
9. 96 extend pin interface, including I2C, SPI, RGB/LVDS, CSI/TS, FM-IN, ADC, CVBS, VGA, 
SPDIF-OUT, R-TP, and more
CubieBoard 
Perchè A10 ? 
Soc utilizzato in: 
1. tvbox (A10) 
2. tablet (A13) 
3. hdmi stick (A10s)
CubieBoard 
Perche’ Cubieboard 
● low price 49$+shipping 
● SATA nativo 
● Ethernet nativo 
● un-brickable 
● I/O 
● opensource SW(u-boot,linux,mali,vpu) 
● Community 
● Fatta da sviluppatori per sviluppatori
CubieBoard 
Possibili utlilizzi: 
● mini pc 
● vdr 
● Media Center 
● Nas 
● mini server 
● Stazione meteo
CubieBoard 
Esempi 
Cluster ARM 
Mele A2000 
Hadoop Cluster NAS Server 
OwnCloud
CubieBoard 
Progetto domotico 
1. Sensori 
2. Attuatori 
3. Board di Controllo 
4. Bus 
5. Cloud?
CubieBoard 
Sensori 
Bus :1-wire,xbee,433Mhz,FEM,X10,KONNEX 
1-wire BUS 
sensore temp DS18B20 
3 fili : 5V,GND,DATA 
piu’ sensori sullo stesso bus in parallelo 
1 pin gpio della cubieboard
CubieBoard 
Acquisizione Dati 
Nodejs 
Node.js is an evented I/O framework for the V8 JavaScript engine. 
Node’s goal is to provide an easy way to build scalable network programs. 
Node is similar in design to and influenced by systems like 
Ruby’s Event Machine or Python’s Twisted. 
oppure c select() 
var all_d=[]; 
serialPort.on("data", function (data) { 
var ts=(new Date()).getTime(); 
var temp =[]; 
temp[0]= data.toString(); 
temp.unshift(ts); 
all_d.push(temp); 
io.sockets.emit('newdata', temp); 
console.log(data.toString()); 
});
CubieBoard 
Videocamere 
webcam usb 
Ip-webcam 
CSI webcam 
VPU cedar per encoding in h264 
Zoneminder: motion detection e web interface 
SATA per salvataggio dati
CubieBoard 
Salvataggio dati:Couchdb 
NoSql Db 
Replica master-master 
Http Api - Rest Api 
MapReduce 
Json per documenti 
{ 
"_id": 
"a631c192ffebb7b0d543863925f4e8f9", 
"_rev": "1- 
9e8bacc2a3b79a2dc37ffeb5c53383f9", 
"source": "sensorbox", 
"location": "living room", 
"type": "temperature", 
"value": 25.3, 
"created": 1358270795751 
}
CubieBoard 
Dati Temperatura Realtime - WebSocket 
https://github.com/arete/node_temp_plot 
nodejs 
legge dati e invia via websocket 
WebSocket 
canale di comunicazione 
Flot 
libreria js per grafici
CubieBoard 
Domande 
Don’t ask to ask.Just ask and wait!

More Related Content

What's hot

Playing hardware with Firebase
Playing hardware with FirebasePlaying hardware with Firebase
Playing hardware with Firebase
Henri Cavalcante
 

What's hot (18)

Internet Technology for the Commodore 64
Internet Technology for the Commodore 64Internet Technology for the Commodore 64
Internet Technology for the Commodore 64
 
Sensors, actuators and the Raspberry PI using Python
Sensors, actuators and the Raspberry PI using PythonSensors, actuators and the Raspberry PI using Python
Sensors, actuators and the Raspberry PI using Python
 
Panda board
Panda boardPanda board
Panda board
 
Pandaboard
PandaboardPandaboard
Pandaboard
 
Raspberry Pi Using Python
Raspberry Pi Using PythonRaspberry Pi Using Python
Raspberry Pi Using Python
 
Hardware Hacks
Hardware HacksHardware Hacks
Hardware Hacks
 
SSTIC RUMP 2018 - Modmobjam
SSTIC RUMP 2018 - ModmobjamSSTIC RUMP 2018 - Modmobjam
SSTIC RUMP 2018 - Modmobjam
 
Python code for Buzzer Control using Raspberry Pi
Python code for Buzzer Control using Raspberry PiPython code for Buzzer Control using Raspberry Pi
Python code for Buzzer Control using Raspberry Pi
 
New Commodore 64 Network Game Developments
New Commodore 64 Network Game DevelopmentsNew Commodore 64 Network Game Developments
New Commodore 64 Network Game Developments
 
Py drum
Py drumPy drum
Py drum
 
Pi Is For Python
Pi Is For PythonPi Is For Python
Pi Is For Python
 
Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014
Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014
Internet of Things, Mobility & .Net Micro Framework SydMobNet March 2014
 
Arduino Meetup with Sonar and 433Mhz Radios
Arduino Meetup with Sonar and 433Mhz RadiosArduino Meetup with Sonar and 433Mhz Radios
Arduino Meetup with Sonar and 433Mhz Radios
 
Nettab 2006 Tutorial 3B part 2
Nettab 2006 Tutorial 3B part 2Nettab 2006 Tutorial 3B part 2
Nettab 2006 Tutorial 3B part 2
 
Raspberry Pi - HW/SW Application Development
Raspberry Pi - HW/SW Application DevelopmentRaspberry Pi - HW/SW Application Development
Raspberry Pi - HW/SW Application Development
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
SMP Implementation for OpenBSD/sgi [Japanese Edition]
SMP Implementation for OpenBSD/sgi [Japanese Edition]SMP Implementation for OpenBSD/sgi [Japanese Edition]
SMP Implementation for OpenBSD/sgi [Japanese Edition]
 
Playing hardware with Firebase
Playing hardware with FirebasePlaying hardware with Firebase
Playing hardware with Firebase
 

Similar to Cubie board

Similar to Cubie board (20)

QEMU and Raspberry Pi. Instant Embedded Development
QEMU and Raspberry Pi. Instant Embedded DevelopmentQEMU and Raspberry Pi. Instant Embedded Development
QEMU and Raspberry Pi. Instant Embedded Development
 
Parallel Rendering of Webpages
Parallel Rendering of WebpagesParallel Rendering of Webpages
Parallel Rendering of Webpages
 
iWave Systems Techologies Pvt Ltd: Products- Software BSPs
iWave Systems Techologies Pvt Ltd: Products- Software BSPsiWave Systems Techologies Pvt Ltd: Products- Software BSPs
iWave Systems Techologies Pvt Ltd: Products- Software BSPs
 
Single board computer options
Single board computer optionsSingle board computer options
Single board computer options
 
iWave Systems Techologies Pvt Ltd: Products-Hardware IPs
iWave Systems Techologies Pvt Ltd: Products-Hardware IPsiWave Systems Techologies Pvt Ltd: Products-Hardware IPs
iWave Systems Techologies Pvt Ltd: Products-Hardware IPs
 
Geniatech 2023 Product Catalog
Geniatech 2023 Product CatalogGeniatech 2023 Product Catalog
Geniatech 2023 Product Catalog
 
Product Roadmap iEi 2017
Product Roadmap iEi 2017Product Roadmap iEi 2017
Product Roadmap iEi 2017
 
20170626 rsb4760 introduction
20170626 rsb4760 introduction20170626 rsb4760 introduction
20170626 rsb4760 introduction
 
Presentation for IoT workshop at Sinhagad University (Feb 4, 2016) - 2/2
Presentation for IoT workshop at Sinhagad University (Feb 4, 2016) - 2/2Presentation for IoT workshop at Sinhagad University (Feb 4, 2016) - 2/2
Presentation for IoT workshop at Sinhagad University (Feb 4, 2016) - 2/2
 
Geniatech nxp product line For Industrial and Enterprise
Geniatech nxp product line For Industrial and EnterpriseGeniatech nxp product line For Industrial and Enterprise
Geniatech nxp product line For Industrial and Enterprise
 
Vxl Thin Client presentation
Vxl Thin Client presentation Vxl Thin Client presentation
Vxl Thin Client presentation
 
Asus Tinker Board
Asus Tinker BoardAsus Tinker Board
Asus Tinker Board
 
MYS-6ULX Single Board Computer for Industry 4.0 and IoT Applications
MYS-6ULX Single Board Computer for Industry 4.0 and IoT ApplicationsMYS-6ULX Single Board Computer for Industry 4.0 and IoT Applications
MYS-6ULX Single Board Computer for Industry 4.0 and IoT Applications
 
Rasperry pi Part 10
Rasperry pi Part 10Rasperry pi Part 10
Rasperry pi Part 10
 
Embest catalog 2011
Embest catalog 2011Embest catalog 2011
Embest catalog 2011
 
Webinar: NVIDIA JETSON – A Inteligência Artificial na palma de sua mão
Webinar: NVIDIA JETSON – A Inteligência Artificial na palma de sua mãoWebinar: NVIDIA JETSON – A Inteligência Artificial na palma de sua mão
Webinar: NVIDIA JETSON – A Inteligência Artificial na palma de sua mão
 
Asus Tinker Board
Asus Tinker BoardAsus Tinker Board
Asus Tinker Board
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Development Board for NXP i.MX 8M Quad Application Processors
Development Board for NXP i.MX 8M Quad Application ProcessorsDevelopment Board for NXP i.MX 8M Quad Application Processors
Development Board for NXP i.MX 8M Quad Application Processors
 
Aewin network security appliance network management platform_scb9610_intel e5...
Aewin network security appliance network management platform_scb9610_intel e5...Aewin network security appliance network management platform_scb9610_intel e5...
Aewin network security appliance network management platform_scb9610_intel e5...
 

More from Gerardo Di Iorio (7)

Docker & DevOps
Docker  & DevOpsDocker  & DevOps
Docker & DevOps
 
Git/Continuous Integration/Docker: la terna dello sviluppo moderno.
Git/Continuous Integration/Docker: la terna dello sviluppo moderno.Git/Continuous Integration/Docker: la terna dello sviluppo moderno.
Git/Continuous Integration/Docker: la terna dello sviluppo moderno.
 
Caratterizzazione di un rivelatore a piatti resistivi (RPC)
Caratterizzazione di un rivelatore a piatti resistivi (RPC)Caratterizzazione di un rivelatore a piatti resistivi (RPC)
Caratterizzazione di un rivelatore a piatti resistivi (RPC)
 
Scan Back and Vertex Analysis
Scan Back and Vertex AnalysisScan Back and Vertex Analysis
Scan Back and Vertex Analysis
 
Ricostruzione di interazioni di pioni nelle Emulsion Cloud Chamber di OPERA
Ricostruzione di interazioni di pioni nelle Emulsion Cloud Chamber di OPERARicostruzione di interazioni di pioni nelle Emulsion Cloud Chamber di OPERA
Ricostruzione di interazioni di pioni nelle Emulsion Cloud Chamber di OPERA
 
Think open IoT
Think open IoTThink open IoT
Think open IoT
 
Privacy e sicurezza
Privacy e sicurezzaPrivacy e sicurezza
Privacy e sicurezza
 

Recently uploaded

CHEAP Call Girls in Mayapuri (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Mayapuri  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Mayapuri  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Mayapuri (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
anilsa9823
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Naicy mandal
 
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcRCALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
dollysharma2066
 

Recently uploaded (20)

CHEAP Call Girls in Mayapuri (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Mayapuri  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Mayapuri  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Mayapuri (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
 
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
 
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
 
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Pimple Saudagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Chakan ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
 
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...High Profile Call Girls In Andheri 7738631006 Call girls in mumbai  Mumbai ...
High Profile Call Girls In Andheri 7738631006 Call girls in mumbai Mumbai ...
 
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
 
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
VVIP Pune Call Girls Balaji Nagar (7001035870) Pune Escorts Nearby with Compl...
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
 
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
 
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
Book Paid Lohegaon Call Girls Pune 8250192130Low Budget Full Independent High...
 
Develop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointDevelop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power point
 
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcRCALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
 
Get Premium Pimple Saudagar Call Girls (8005736733) 24x7 Rate 15999 with A/c ...
Get Premium Pimple Saudagar Call Girls (8005736733) 24x7 Rate 15999 with A/c ...Get Premium Pimple Saudagar Call Girls (8005736733) 24x7 Rate 15999 with A/c ...
Get Premium Pimple Saudagar Call Girls (8005736733) 24x7 Rate 15999 with A/c ...
 

Cubie board

  • 2. CubieBoard Modelli Cubieboard A10 10/100 Ethernet 1G Ram HDMI Sata 3 usb Cubieboard2 A20 Dual Core A7 Stesso pcb di cubie1 CubieTruck A20 Dual Core A7 2G Ram Gigabit ethernet Rtc battery,Wifi+ bluetooth,spdif,vga
  • 3. CubieBoard Storia EOMA68 http://rhombus-tech.net/ AllwinnerTech A10 Soc http://www.allwinner.com/ Tom Cubie (hipboy) Ingegnere presso AllwinnerTech linux-sunxi Comunity http://linux-sunxi.org/
  • 4. CubieBoard Allwinner ● fabb-less ● low cost 5-7$ ● dual core A20 dual A7(mali) pin compatibipe con A10 ● quad core A31 quad A7(sgx) ● next octa core A80 big.little A15+A7 (mali ? sgx)
  • 6. CubieBoard SOC A10 ● CPU: ARMv7-A Cortex-A7 or Cortex-A8 Central Processor Unit ● Advanced SIMD: NEON ● Vector FPU: Vector Floating Point Unit - ARM VFPv3 lite (Cortex-A8) / VFPv4 (Cortex-A7) VFPU (Vector Floating Point Unit) ● Security Extensions: ○ TrustZone cryptographic engine ○ Security accelerator supporting AES, DES, 3DES, SHA-1, and MD5 ○ Hardware random generator ○ Thumb2 intruction set extension for optimized code to reduce memory footprint and improve performance ● GPU: Mali400 or SGX544 Graphics Procesor Unit, supporting OpenGL ES and Framebuffer ● VPU: CedarX (Video Processor Unit for audio and video hardware decoding or encoding) ● HDMI-transmitter with HDMI CEC (Consumer Electronics Control ● Hardware virtualization capabilities (Cortex-A7 only). ● Up to 4GB memory (Cortex-A8), Up to 1TB memory with LPAE (Cortex-A7 only).
  • 7. CubieBoard CubieBoard 1. AllWinnerTech SOC A10,ARM® Cortex™-A8 ARM® Mali400 MP1 Complies with OpenGL ES 2.0/1.1 2. 1GB DDR3 @480M 3. 4GB internal NAND flash, up to 64GB on SD slot, up to 2T on 2.5 SATA disk 4. 5VDC input 2A or USB otg input 5. 1x 10/100 ethernet, support usb wifi 6. 2x USB 2.0 HOST, 1x mini USB 2.0 OTG, 1x micro sd 7. 1x HDMI 1080P display output 8. 1x IR, 1x line in, 1x line out 9. 96 extend pin interface, including I2C, SPI, RGB/LVDS, CSI/TS, FM-IN, ADC, CVBS, VGA, SPDIF-OUT, R-TP, and more
  • 8. CubieBoard Perchè A10 ? Soc utilizzato in: 1. tvbox (A10) 2. tablet (A13) 3. hdmi stick (A10s)
  • 9. CubieBoard Perche’ Cubieboard ● low price 49$+shipping ● SATA nativo ● Ethernet nativo ● un-brickable ● I/O ● opensource SW(u-boot,linux,mali,vpu) ● Community ● Fatta da sviluppatori per sviluppatori
  • 10. CubieBoard Possibili utlilizzi: ● mini pc ● vdr ● Media Center ● Nas ● mini server ● Stazione meteo
  • 11. CubieBoard Esempi Cluster ARM Mele A2000 Hadoop Cluster NAS Server OwnCloud
  • 12. CubieBoard Progetto domotico 1. Sensori 2. Attuatori 3. Board di Controllo 4. Bus 5. Cloud?
  • 13. CubieBoard Sensori Bus :1-wire,xbee,433Mhz,FEM,X10,KONNEX 1-wire BUS sensore temp DS18B20 3 fili : 5V,GND,DATA piu’ sensori sullo stesso bus in parallelo 1 pin gpio della cubieboard
  • 14. CubieBoard Acquisizione Dati Nodejs Node.js is an evented I/O framework for the V8 JavaScript engine. Node’s goal is to provide an easy way to build scalable network programs. Node is similar in design to and influenced by systems like Ruby’s Event Machine or Python’s Twisted. oppure c select() var all_d=[]; serialPort.on("data", function (data) { var ts=(new Date()).getTime(); var temp =[]; temp[0]= data.toString(); temp.unshift(ts); all_d.push(temp); io.sockets.emit('newdata', temp); console.log(data.toString()); });
  • 15. CubieBoard Videocamere webcam usb Ip-webcam CSI webcam VPU cedar per encoding in h264 Zoneminder: motion detection e web interface SATA per salvataggio dati
  • 16. CubieBoard Salvataggio dati:Couchdb NoSql Db Replica master-master Http Api - Rest Api MapReduce Json per documenti { "_id": "a631c192ffebb7b0d543863925f4e8f9", "_rev": "1- 9e8bacc2a3b79a2dc37ffeb5c53383f9", "source": "sensorbox", "location": "living room", "type": "temperature", "value": 25.3, "created": 1358270795751 }
  • 17. CubieBoard Dati Temperatura Realtime - WebSocket https://github.com/arete/node_temp_plot nodejs legge dati e invia via websocket WebSocket canale di comunicazione Flot libreria js per grafici
  • 18. CubieBoard Domande Don’t ask to ask.Just ask and wait!