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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,403
» Latest member: Karsten1
» Forum threads: 16,173
» Forum posts: 116,789

Full Statistics

Latest Threads
Need new eMMC
Forum: General Discussion on Pinebook Pro
Last Post: KC9UDX
3 hours ago
» Replies: 1
» Views: 27
A host named regret
Forum: General Discussion on PinePhone
Last Post: 1111
8 hours ago
» Replies: 7
» Views: 1,436
U.FL plug on the Wifi/BT ...
Forum: RockPro64 Hardware and Accessories
Last Post: clairelafitte21
Today, 06:27 AM
» Replies: 9
» Views: 15,869
Pinephone pro ee bricked?
Forum: General Discussion of PinePhone Pro
Last Post: Dendrocalamus64
Today, 12:06 AM
» Replies: 3
» Views: 64
PinePhone Pro EU no warra...
Forum: General Discussion on PinePhone
Last Post: P. Siera
Yesterday, 12:08 AM
» Replies: 0
» Views: 52
pinetab2 danctnix broken ...
Forum: PineTab Software
Last Post: acruhl
07-20-2025, 05:33 PM
» Replies: 4
» Views: 127
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
07-20-2025, 01:00 PM
» Replies: 9
» Views: 3,048
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
07-20-2025, 05:13 AM
» Replies: 8
» Views: 4,024
is there any settings men...
Forum: Pinecil Software
Last Post: ejames82
07-19-2025, 08:45 AM
» Replies: 0
» Views: 36
Zig booting up on PinePho...
Forum: General
Last Post: WhiteHexagon
07-19-2025, 03:11 AM
» Replies: 0
» Views: 71

 
  Acceleration of Gravity Tilt Module for Arduino
Posted by: JulianM - 07-03-2016, 02:50 PM - Forum: Pi2, Euler and Exp GPIO Ports - Replies (4)

Hi together!

I'm searching for a way to use the automatic orientation on Android.
So, which accelerometers will work with the Pine64?

I found a very cheap module, original for Arduino. It works via GPIO.
- ADXL345 3-Axes Digital Acceleration of Gravity Tilt Module for Arduino GY-291 EV
For just 1.08 Euro!

Best regards
Julian


  Backer Order status
Posted by: chucko2 - 07-03-2016, 12:15 PM - Forum: Shipment Related Discussion - Replies (7)

My backer number is 27,048, name is charles overly. I have received nothing, would it be possible to get a status of my order? It is now july and nothing.


Rainbow ESP8266 ESP-12E - SDIO
Posted by: JasperBrown - 07-03-2016, 08:29 AM - Forum: Wifi/BT Module - No Replies

Hallo,

normaly the ESP8266 works over TTL and can on this way only give only very low and unstable connection.

http://pwiatrowski.com/technology/raspbe...-internet/

Than there is a very messy way to get fast wifi over the GPIO (or you buy the HAT 30€ and 15€ shipping)

https://hackaday.io/project/8678-rpi-wifi

But since the Pine has SDIO connectors this should much more better...in theory ^^



Attached Files Thumbnail(s)
   

  WiFi dongle MediaTek mt7601u
Posted by: Beta_Ravener - 07-03-2016, 08:05 AM - Forum: Linux on Pine A64(+) - Replies (13)

I have bought a cheap WiFi dongle from ebay, it costs about $2 and looks like this:
[Image: s-l1600.jpg]
As it has no branding or whatsoever, I have run following to identify it (only relevant output is copied):

Code:
> sudo lshw
*-usb:3 UNCLAIMED
 description: Generic USB device
 product: 802.11 n WLAN
 vednor: MediaTek
 physical id: 4
 bus info: usb@1:1.4
 version: 0.00
 serial: 1.0
 capabilities: usb-2.01
 configuration: maxpower=160ma speed=480Mbit/s

>sudo lsusb
Bus 001 Device 006: ID 148f:7601 Ralink Technology, Corp. MT7601U Wireless Adapter

However, the device doesn't seem to be working 'out of box', as `ifconfig` does not show any wlan interface.
I have tried googling around and found basically 4 options:
1. Building kuba-moo, however this requires kernel 3.19+, while we seem to be at 3.10. Building the code anyway would result in errors as will be shown below in log file regarding unknown struct fields.

2. Downloading original code and patch as suggested here by user289087 and building it (the original code is from mediatek website as the original link in post is dead). Same errors as 1., although now it should not be only for 3.19+ so I'm wondering if the cause is not different.

3. Downloading binary directly and placing it in /lib/firmware (inside that archive it's mcu/bin/MT7601.bin, the archive is the same as in second option). However, I'm not sure about kernel version for which this was built and placing it there does not seem to do anything yet. Is there anything else that needs to be done?
I have found this github issue which references the binary and suggests that the device may need to be enabled in kernel source?

4. Installation through PPA as noted here by Eric Carvalho:
Code:
sudo apt-add-repository ppa:thopiekar/mt7601
sudo apt-get update
sudo apt-get install mt7601-sta-dkms
This fails the same way as 1. and 2. with errors:
Code:
Synaptic output:
Error! Bad return status for module build on kernel: 3.10.102-0-pine64-longsleep (arm64)
Consult /var/lib/dkms/mt7601/3.0.0.4/build/make.log for more information.

The log file is finally linked here and errors are only at the end of file (rest of it is the same warning again and again).


I think there might be something wrong with how I obtained sources as 3 of those options end up in the same error:
1. I have updated kernel to newest version (3.10.102-0-pine64-longsleep) using script
2. Git cloned longsleep's repository (which I checked was the code for the same version of kernel as `uname -r`reports)
3. Run `make menuconfig` (left everything default and saved .config) and `make prepare`
4. Created symbolic link from /lib/modules/3.10.102-0-pine64-longsleep/build to the directory with source code (all the make files I've seen for this driver use this path, only substituting the kernel version with `uname -r` command)

Is there something wrong with this procedure?

Any help in solving this is greatly appreciated.

Edit1: Some more info about supporting this dongle on RPi can be found here.


  Using the touch screen with Debian
Posted by: supermenteur - 07-03-2016, 07:41 AM - Forum: Debian - Replies (4)

As a backer, I got my Pine64 few days ago.
I was able to use it in multiple ways and now I'm wondering how to use my nice LCD touch screen with the Debian version.

Thanks in advance for advice and help.

Cheers,


  No board in Kickstarter shipment
Posted by: romildio - 07-03-2016, 03:08 AM - Forum: General Discussion on PINE A64(+) - Replies (12)

Hi there,

I just received my shipment earlier this week, but it did not come with a board inside of the package? It did come with two HDMI cables for some reason?

I have attached a picture of the contents of my package. My Kickstarter backer number is 37,993.

Can someone advise me as to what steps I take next to getting a board shipped to me? 

Thanks. =)

[Image: wVDblZ1.jpg]


  Can't use HDMI to DVI converter purchased from Pine64 store
Posted by: jeffsteinmetz - 07-02-2016, 12:48 PM - Forum: Getting Started - Replies (5)

I purchased an HDMI to DVI converter.
Tried it with Android and Ubuntu, neither work with my DELL 2407FP
24-Inch WUXGA 1920 x 1200 Display

Boots fine though (can ssh to Ubuntu)
Using an HDMI cable direct to a regular 1080p flatscreen TV/Monitor does work.
Both Android and Ubuntu work with HDMI (not with the converter)

Wondering why you sell the HDMI to DVI converter in the Pine64 store.

How can we get a build for Android or Linux that works with DVI?
Can I help with any builds to test with HDMI?


  distro with kernel support for DVB-T dongles?
Posted by: mkaut - 07-02-2016, 11:55 AM - Forum: Linux on Pine A64(+) - Replies (2)

Is there an image, preferably Debian or Ubuntu, with kernel modules for DVB-T dongles included?
In particular, I need dvb-usb-it913x and it913x-fe modules, but I do not see any dvb-related modules in /lib/modules in any of the images I have found.

(I wanted to use my Pine64 as a tvheadend-server for Kodi. It worked out of the box with my Raspberry pi, but it died recently and I wanted to replace it with something faster..)

Thanks.


  dead USB port
Posted by: fisteksmoki - 07-02-2016, 10:44 AM - Forum: Accessories - Replies (5)

my board boots up just fine but i cant get any keyboard or mouse to work since the ports dont seem to be working at all the devices dont even power up. Is it a hardware or a software problem since i've tried different OS-es and none of them fixed the problem?
https://www.youtube.com/watch?v=Vbq98eKVYOw


  May 27th Pre-Shipment date
Posted by: sonynut - 07-02-2016, 09:50 AM - Forum: Shipment Related Discussion - Replies (6)

On May 27th I received a "Pre-Shipment" notification. As of today (7/2/2016) I have not received any updates either by email from you or by my email requests.

I have also not received the board. Shipment is via USPS and tracking # is 9405511699000540563204

I understand delays. I am more concerned about lack of communication.