FRDM-KL25Z as mouse

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FRDM-KL25Z as mouse

Jump to solution
1,401 Views
aayushm
Contributor I

Has anyone worked on frdm-kl25z as air mouse in code warrior ? I'm facing problem with cursor movement. I need help as so as possible, I'm short of time.

Labels (1)
Tags (2)
0 Kudos
Reply
1 Solution
608 Views
BlackNight
NXP Employee
NXP Employee

Hello,

yes :-).

There are two things needed: accelerometer (Tutorial: Accelerating the KL25Z Freedom Board | MCU on Eclipse) and HID mouse (Using the FRDM-KL25Z as a USB Mouse Device | MCU on Eclipse). The resulting code with using X/Y axis for cursor movement is on GitHub (mcuoneclipse/Examples/FRDM-KL25Z/Freedom_USB_HID_Mouse/Sources/Application.c at master · ErichStyger...).

I hope this helps,

Erich

View solution in original post

0 Kudos
Reply
2 Replies
608 Views
aayushm
Contributor I

hi BlackNight

Thank you for the great contribution. I have been following your site and it had helped me a lot in learning kl25z.

The code works good :smileywink:

0 Kudos
Reply
609 Views
BlackNight
NXP Employee
NXP Employee

Hello,

yes :-).

There are two things needed: accelerometer (Tutorial: Accelerating the KL25Z Freedom Board | MCU on Eclipse) and HID mouse (Using the FRDM-KL25Z as a USB Mouse Device | MCU on Eclipse). The resulting code with using X/Y axis for cursor movement is on GitHub (mcuoneclipse/Examples/FRDM-KL25Z/Freedom_USB_HID_Mouse/Sources/Application.c at master · ErichStyger...).

I hope this helps,

Erich

0 Kudos
Reply