Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,303
» Latest member: jackleen
» Forum threads: 16,143
» Forum posts: 116,676
Full Statistics
|
Latest Threads |
Third-party cheap touchsc...
Forum: PinePhone Hardware
Last Post: mikeb
5 hours ago
» Replies: 2
» Views: 774
|
eMMC failed
Forum: Pinebook Pro Hardware and Accessories
Last Post: Der Geist der Maschine
6 hours ago
» Replies: 17
» Views: 12,035
|
(real) Mainline U-boot fi...
Forum: General Discussion on ROCKPRO64
Last Post: aleksei
Today, 06:21 AM
» Replies: 0
» Views: 48
|
Thoughts after a year wit...
Forum: General Discussion on Pinebook Pro
Last Post: ksosn
Yesterday, 03:00 AM
» Replies: 0
» Views: 72
|
Pinebook Pro in EU for Sa...
Forum: General Discussion on Pinebook Pro
Last Post: shelfaberrant
06-19-2025, 02:14 AM
» Replies: 4
» Views: 2,533
|
Axolotl on PinePhone / Mo...
Forum: Mobian on PinePhone
Last Post: zetabeta
06-19-2025, 01:52 AM
» Replies: 222
» Views: 237,611
|
touchscreeh doesn't accep...
Forum: PinePhone Pro Hardware
Last Post: teekay
06-19-2025, 01:13 AM
» Replies: 5
» Views: 445
|
Wake-up call
Forum: General Discussion on PinePhone
Last Post: KC9UDX
06-18-2025, 08:38 PM
» Replies: 9
» Views: 625
|
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
06-17-2025, 06:27 AM
» Replies: 64
» Views: 20,863
|
VoIP account on mobian di...
Forum: Mobian on PinePhone
Last Post: j_s
06-15-2025, 04:19 PM
» Replies: 0
» Views: 87
|
|
|
CSI / Camera Module Compatibility? |
Posted by: vade - 01-24-2016, 10:55 AM - Forum: Camera Module
- Replies (8)
|
 |
Hello
I am curious if the CSI lanes on the Pine64 are compatible with existing Raspberry Pi CSI inputs like their camera, the NOIR camera, and other inputs like Auvidea's HDMI Input via CSI.
Thank you.
|
|
|
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
|
|
|
|