Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,669
» Latest member: victor_yeh
» Forum threads: 16,243
» Forum posts: 117,143

Full Statistics

Latest Threads
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: victor_yeh
5 hours ago
» Replies: 0
» Views: 12
Wake up Call
Forum: General Discussion on PinePhone
Last Post: zetabeta
11 hours ago
» Replies: 5
» Views: 252
I think you can try compi...
Forum: General Discussion on Pinebook Pro
Last Post: wangyukunshan
Yesterday, 02:25 AM
» Replies: 0
» Views: 66
Second screen mirroring
Forum: General
Last Post: OpalTromp
11-04-2025, 09:53 PM
» Replies: 2
» Views: 1,718
kivy app keeping focus wh...
Forum: Mobian on PinePhone
Last Post: Kevin Kofler
11-04-2025, 08:37 PM
» Replies: 1
» Views: 60
How to add an homemade ap...
Forum: Mobian on PinePhone
Last Post: JChdeL
11-04-2025, 04:13 AM
» Replies: 3
» Views: 301
Has anyone installed Tris...
Forum: General
Last Post: RandB
11-03-2025, 12:08 PM
» Replies: 1
» Views: 2,186
Xen hypervisor on Rock64
Forum: Linux on Rock64
Last Post: darkfader
11-03-2025, 09:25 AM
» Replies: 6
» Views: 9,698
[Article] RISC-V Ox64 BL8...
Forum: General
Last Post: smithjohns
11-03-2025, 12:54 AM
» Replies: 3
» Views: 9,477
Pinetab2s running DanctNI...
Forum: PineTab Software
Last Post: biketool
11-02-2025, 04:45 AM
» Replies: 0
» Views: 108

 
  Can I use HDMI + USB touch screen?
Posted by: Voyager - 08-29-2016, 12:56 PM - Forum: Accessories - Replies (9)

I recently purchased a 7" touchscreen that uses HDMI for video and a USB connection for touch input. This is the specific product I purchased. Will this work with the P64+ board running Android? How would I set it up?


  What happened to the images for the7" touch screen?
Posted by: tanarri - 08-29-2016, 11:27 AM - Forum: Android on Pine A64(+) - Replies (1)

There used to be two different android images one for the touch pad and the regular one. What happened to the touch pad one?


  Johnny Five - Firmata
Posted by: HayseedGeek - 08-29-2016, 07:08 AM - Forum: Pi2, Euler and Exp GPIO Ports - No Replies

I'm curious if anyone has evaluated the Johnny-Five JavaScript Robotics and IoT programming framework at https://github.com/rwaldron/johnny-five? At first glance it seems quite robust and straightforward to use. It was developed for Arduino, but uses a plugin system to work with other platforms. An Rpi plugin already exists which may (?) work out of the box for Pine, but it appears to me that a Pine64 specific plugin could be developed by a JS guru. 

I went a little nuts ordering breadboards, jumper wires, LEDs, switches and buttons, sensors, motors, servos, drivers, relays and other assorted do-dads, but they have not yet arrived from China, so I haven't tried it myself and honestly don't yet have the experience to evaluate the utility of Johnny-Five, so I wonder if anyone thinks it is a worthwhile endeavor for Pine64 powered projects?


  assembly instructions
Posted by: loungehound - 08-29-2016, 05:49 AM - Forum: Enclosures - Replies (8)

Is there any assembly instructions for the playbox enclosure and LCD?
Not in a hurry to get the ribbons back to front and fry my pine after waiting so long.


  Cross-wired Uart Ports between two Pine Boards via Cat5 Cable
Posted by: MarkHaysHarris777 - 08-29-2016, 02:07 AM - Forum: Pi2, Euler and Exp GPIO Ports - Replies (10)

   

A Cat5 ethernet cable has four twisted pairs of high quality telephone wire (24 AWG) which may be used to connect the uart ports of two pine boards very effectively ( or between a pine board and a PC using a cp2102 based adapter similar to the one in the following pic. In the pic above I have four colored pairs (blue, orange, green, and brown). Each pair has a solid ie [B (blue)] and its partner the white wire with the stripe ie [Bw].  So we have [ B:Bw, G:Gw, and BR:BRw ]. I am ignoring the orange pair. 

   

The idea is to connect the uart3 of PineA to the uart0 (serial console) of PineB;  and to connect the uart3 of PineB to the uart0 (serial console) of PineA. The uart(s) of each pine board are cross-wired so that each machine (on ttyS3) may monitor the other machines boot progress on serial console uart0;  not at the same time, of course. 

The machine pictured above is machine PineB. The cable has been constructed so that all of the cross-wiring happens within the cable, so that the yellow and orange jumpers of each end of the cable plugs into uart3 (ttyS3) on the euler bus,  and the green and white jumpers plug into the serial console of each board at uart0 on the EXP header. Orange yellow is crossed with green white,  also G:Gw is crossed with Gw:G, and B:Bw is crossed with Bw:B-- this so that it does not matter which wires plug where on either board as long as both boards are plugged the same way -- they must be consistent !

   

In the pic above machine PineA is shown.  I have debian mate running on PineA, and ubuntu mate running on PineB. On each board I have the green jumper plugged into uart0 Tx, and the white jumper plugged into Rx.  Again, because the cable is constructed as a cross-over both boards are plugged the same--as long as they are consistent it does not matter.  I have the yellow jumper of each board plugged into uart3 Tx on the euler bus, and the orange jumper of each board plugged into the uart3 Rx on the euler bus for each board.

With this setup I can now monitor the bootup of either board, from the other board; of course, not at the same time. Or, from either board I may signon to the other board without a network connection using the serial console. I am using the screen program to access the ttyS3 (uart3) of each machine with :

Code:
sudo  screen  /dev/ttyS3  115200

The ends of the Cat5 cable have been removed and replaced with standard male header pins (and spacers) ; again, the orange pair has been ignored. Brown is ground, Blue and Green are the uart3 & uart0 crossed pairs, each containing a crossed Tx and Rx line.  No adapters are required; the uart(s) are simply wired together. The cable is something less than 2M and is standard Cat5.

You may need to download the screen program:

Code:
sudo apt-get install screen

   

In the pic above I'm using the same Cat5 cable with the cp2102 serial ttl bridge adapter to monitor the serial console uart0 of my ubuntu PineB machine. Of course in this setup only one twisted pair is required, and ground.


  What OS and emulators are you using for your emulation station?
Posted by: tanarri - 08-28-2016, 10:46 PM - Forum: Game Station Emulation - Replies (2)

So I spent the weekend hanging out with my cousin who brought his retropie along on our family vacation. I have been meaning to load one of my pine slated memory cards up as an emulation station, but after playing on his raspberry pi I have the bug and the need to get this going. What are you using for your OS and what programs are you using for emulation?


  Touch screen support
Posted by: shariq_2001 - 08-28-2016, 09:31 PM - Forum: LCD and Touch Panel - Replies (14)

Hi

Is there any update on touch screen support for Linux? Any eta on when the touch/lcd screen will be functional with Linux?

Any info is appreciated.

Thanks


  21 days and still no answer on RMA
Posted by: blackt1ger - 08-28-2016, 05:31 PM - Forum: General Discussion on PINE A64(+) - Replies (5)

I sent an email requesting an RMA number for a bad board on 8/8.  I got a reply from Van requesting my email id and then ...... nothing.  

The details are that I have two boards, one works with the LCD screen and one doesn't.  I've tried re-seating connectors, and used the same SD card.

Why is response so slow....... ? 

How can I get a board that works?


  Asked for the missing SD card
Posted by: Quiptix - 08-28-2016, 04:23 PM - Forum: Shipment Related Discussion - Replies (2)

With joy I received the PINE64 Media.
But with surprise I discovered that the SD card with OS and media software is missing, allthough the brag about increasing the size of it. I haven't received any SD card, just an empty SD box and adapter.

I have asked for a new SD card with the proper software without ANY confirmation, result or whatsoever.
I have emailed on several addresses including support and shipping, but nobody seems to respond. Probably all busy with the shipments. But please take time to at least respond to the emails which are sent weeks ago.

For several weeks I'm staring to a beautiful PINE64 as a brick without any software...

I hope to start a support conversation by this forum now...

Vincent


  Pine64 FS or Trade?
Posted by: birdcatx7 - 08-28-2016, 08:45 AM - Forum: Shipment Related Discussion - Replies (6)

I'm considering selling my 2gb Pine + accessories. Would there be any interest? I'd consider trading for a Raspberry Pi 3 and any applicable accessories.