Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,451
» Latest member: librem.d.s
» Forum threads: 16,190
» Forum posts: 116,847
Full Statistics
|
Latest Threads |
Upgrading Armbian from v2...
Forum: Linux on Pinebook Pro
Last Post: Sb2024
Yesterday, 06:53 AM
» Replies: 1
» Views: 692
|
PulseAudio dropouts after...
Forum: Linux on Pinebook Pro
Last Post: P. Siera
Yesterday, 03:03 AM
» Replies: 3
» Views: 163
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: P. Siera
Yesterday, 03:02 AM
» Replies: 6
» Views: 310
|
Hello from Ukraine
Forum: P64-LTS / SOPINE Projects, Ideas and Tutorials
Last Post: Dendrocalamus64
08-08-2025, 07:13 PM
» Replies: 1
» Views: 43
|
Simple Outdoor Weather St...
Forum: General Discussion on PineTab
Last Post: aria22
08-08-2025, 12:47 PM
» Replies: 0
» Views: 51
|
Armbian fix, current vers...
Forum: Linux on Pinebook Pro
Last Post: Sb2024
08-08-2025, 08:49 AM
» Replies: 0
» Views: 47
|
Experimental Mobian kerne...
Forum: PinePhone Pro Software
Last Post: teekay
08-08-2025, 05:39 AM
» Replies: 2
» Views: 149
|
Pinephone Pro not in stor...
Forum: General Discussion on PinePhone
Last Post: P. Siera
08-08-2025, 02:12 AM
» Replies: 1
» Views: 210
|
Libre Office on Pinetab2?
Forum: General Discussion on PineTab
Last Post: Kevin Kofler
08-07-2025, 09:50 PM
» Replies: 1
» Views: 79
|
Won't boot with a MicroSD...
Forum: General Discussion on PineTab
Last Post: acruhl
08-07-2025, 06:59 PM
» Replies: 0
» Views: 38
|
|
|
PinePlex |
Posted by: Nilocsemliw - 01-23-2016, 10:56 PM - Forum: Linux on Pine A64(+)
- Replies (1)
|
 |
I have been a fan of Rasplex for a long time now and have decided to do other things with my raspberry pis instead.
I am hoping to use the Pine64+ I pledged for to get another Rasplex like system set up for a while after I get it.
What is the best option for a Plex media player at the current time for the Pine64+? Android, Linux?
Thanks in advance for the help!
|
|
|
Arduino API |
Posted by: Opine - 01-23-2016, 10:15 PM - Forum: Pine A64 Projects, Ideas and Tutorials
- Replies (7)
|
 |
The fact Pine64 has many free GPIO and comms interfaces, makes it a great candidate for an Arduino API.
I have been a contributor to the Arduino project for quite some time now, and have seen it grow to other great devices like the ESP8266 and such. Basically I think an Arduino API for Pine64 linux would be quite useful for non-programmers and the like.
Now that the IDE is quite versatile, a Pine64 can be integrated directly in. And the simple API with a reference/documentation already (on arduino.cc) would make it quite fun and simple to use, not to mention extendable by numerous Linux libs already available.
I'm going to start putting together a core for the Pine64 (attempt to anyway). I'll start implementing the high level shell and things common to linux like console in/output (Serial), Ethernet, even the EEPROM can be emulated as a per-program storage block on the SD card.
And then add in the low level features of GPIO manipulation. And any packaged drivers can be simply wrapped by Arduino libs (use driver for SPI, I2C if available, rather than bit-banging). However this will probably have to wait until I have something to test against. Plus the pin mapping will have to match that of the Arduino form-factor shield I have seen the creators talking about.
As my board probably won't make it to Australia until probably April, I have plenty of time to begin a basic implementation, but I'm curious to see who else might be interested in this, or more so interested in helping out.
I have created an empty repo here. However, I'm quite busy for the next few days, including researching what is available on the A64, but will get at least a start happening by the end of the week coming and pushed up to GitHub.
Cheers
|
|
|
|