Comments on: Gesture Slider Swiper with Arduino https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Thu, 18 Feb 2021 21:32:48 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Alan Knight https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-559121 Thu, 18 Feb 2021 21:32:48 +0000 http://randomnerdtutorials.com/?p=40395#comment-559121 Hi sara,

Have followed instructions to add ‘HoodLoader2’ to my adruino library. But the sketch you give will not compile because:
‘pressRawKeyboard(0,RAW_KEYBOARD_RIGHT_ARROW); //modifiers + key’

Added Hoodloader.c & Hoodloader.h to the sketch you give. Then I get the error below:

‘I am getting ‘fatal error: LUFA/Drivers/USB/USB.h: No such file or directory’.

Please help.

Thanks

]]>
By: Fort-p https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-525031 Thu, 03 Dec 2020 01:52:13 +0000 http://randomnerdtutorials.com/?p=40395#comment-525031 In reply to Sara Santos.

With the ATMEAGA328 instead of the hootloader?

]]>
By: Sara Santos https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-524965 Wed, 02 Dec 2020 22:29:33 +0000 http://randomnerdtutorials.com/?p=40395#comment-524965 In reply to Fort-p.

Hi.
What do you mean?

]]>
By: Fort-p https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-523818 Sun, 29 Nov 2020 21:40:53 +0000 http://randomnerdtutorials.com/?p=40395#comment-523818 Will this still allow me to use the arduino as normal? With all the usual features?

]]>
By: Didan Ribeiro https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-356023 Sun, 17 Feb 2019 20:31:02 +0000 http://randomnerdtutorials.com/?p=40395#comment-356023 Hi Rui. I got some errors… After compile:

RAW_KEYBOARD_RIGHT_ARROW
RAW_KEYBOARD_LEFT_ARROW
HID_REPORTID_KeyboardReport
HID_SendReport

those wasnt declared in this scope.

I did everything right here, unzip HID folder and paste it on arduino library folder and I even modify my arduino to use HoodLoader 16u2 as board and tried it but problem maybe should be HID library ?

How should I solve it, please?

]]>
By: JacobJones https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-353906 Fri, 18 Jan 2019 08:34:35 +0000 http://randomnerdtutorials.com/?p=40395#comment-353906 Thanks for such beautiful Information. it looks very nice and Informative..

]]>
By: ymtal https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-317744 Thu, 15 Mar 2018 12:07:13 +0000 http://randomnerdtutorials.com/?p=40395#comment-317744 In reply to Rui Santos.

i ve got this words was not declared in this scope error
RAW_KEYBOARD_RIGHT_ARROW
RAW_KEYBOARD_LEFT_ARROW
HID_REPORTID_KeyboardReport
HID_REPORTID_KeyboardReport.

i think the problem is HID library. Arduino ide has got the HDI library default. I Rename HID-master folder to HID but not fix. what can i do ?

]]>
By: Rui Santos https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-317700 Wed, 14 Mar 2018 18:25:50 +0000 http://randomnerdtutorials.com/?p=40395#comment-317700 In reply to ymtal.

It should be fixed now.
Can you try again?
Regards,
Rui

]]>
By: Rui Santos https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-317674 Wed, 14 Mar 2018 17:49:20 +0000 http://randomnerdtutorials.com/?p=40395#comment-317674 In reply to Arang.

You need to write more code to make it work for you, if you plan to use 4 sensors…

]]>
By: Arang https://randomnerdtutorials.com/gesture-slider-swiper-with-arduino/#comment-317527 Sun, 11 Mar 2018 02:57:42 +0000 http://randomnerdtutorials.com/?p=40395#comment-317527 “I want to connect the four sensors to the next sensor.Can use this skceth…):

]]>