PrettyPixel
Posts: 1
Joined: Sun May 22, 2016 2:52 pm

Apple wireless keyboard and trackpad

Sun May 22, 2016 2:57 pm

I have just set up my Raspberry Pi 3. I have also paired my Apple bluetooth keyboard and trackpad successfully. However, I have a problem. There is a significant lag of several seconds before words typed appear of the screen. This happens whether I am web browsing, or using Libre Office. When I plug in a USB keyboard there is no lag whatsoever.
Is there a way I can eliminate the lag when using the Apple wireless keyboard?
Thank you in advance :)

monglet
Posts: 1
Joined: Wed Jun 08, 2016 10:27 am

Re: Apple wireless keyboard and trackpad

Wed Jun 08, 2016 10:31 am

I'm experiencing this too having decided to try pairing, with the latest raspian updates and bluetooth and all.

Setup is:
Pi3 w/Vanilla Raspian
Official 7" touchscreen (daisy chain power)
Apple wireless keyboard A1314
Apple magic mouse v2

Am using standard bluetooth software with no add-ons etc.

briandunn
Posts: 1
Joined: Fri Jun 17, 2016 2:42 am

Re: Apple wireless keyboard and trackpad

Fri Jun 17, 2016 2:43 am

Same here, my apple wireless keyboard is also unusable with unpredictable lags.

kirkwoodman
Posts: 2
Joined: Tue Jul 19, 2016 2:29 am

Re: Apple wireless keyboard and trackpad

Tue Jul 19, 2016 2:33 am

Same issue here. Apple magic mouse pairs and works fine. Apple keyboard pairs but unusable. Have tried pairing from terminal and through the GUI. Same results for both devices.

kirkwoodman
Posts: 2
Joined: Tue Jul 19, 2016 2:29 am

Re: Apple wireless keyboard and trackpad

Mon Jul 25, 2016 12:48 am

This does not actually have anything to do with the solution to the Apple Bluetooth keyboard and mouse, but the local office supply store (Office Depot) had the Logitech MK235 keyboard and mouse on sale for $14. Uses a USB dongle but worked right out of the box with no issues. Going to purchase another one for my next project.

mjdth
Posts: 1
Joined: Fri Sep 09, 2016 12:30 pm

Re: Apple wireless keyboard and trackpad

Fri Sep 09, 2016 12:34 pm

I've noticed that the lag only happens when both my Apple Wireless keyboard and my Wireless "Magic Trackpad" are connected and in use. If I disconnect the trackpad, the keyboard works fine. I've been trying to get another bluetooth mouse to work to see if it's related having the two apple devices, but I haven't been successful yet.

kozm
Posts: 12
Joined: Wed Apr 22, 2015 3:41 pm

Re: Apple wireless keyboard and trackpad

Thu Jul 20, 2017 4:23 am

i had the same problem with magic keyboard + trackpad.

it is because of the built in bluetooth controller of the RPi3. So to solve the problem, you have to use an usb bluetooth dongle, and disable the bluetooth on the RPi board, with editing boot cfg like this:

sudo nano /boot/config.txt Add this line to the end of the file:

dtoverlay=pi3-disable-bt

Once you reboot, the Pi will use the bluetooth usb dongle, and both apple devices will work. For me the keyboard was perfect, but the trackapd had a little warp. I mean the movement of the cursor wasnt smooth. Since that i had to reinstall the system, and now both perfect.

Hope its gonna help!

kozm
Posts: 12
Joined: Wed Apr 22, 2015 3:41 pm

Re: Apple wireless keyboard and trackpad

Wed Nov 08, 2017 2:49 pm

if cursor still not smooth you can overclock the pi3 with force_turbo=1 and boot_delay=1 adding this to /boot/config.txt. (warranty will void)

Return to “Beginners”