Newbe morse trainer

Hello, when i try to setup this .ino, i get this error
C:\Arduino\Scetches\cw-trainer\cw-trainer.ino:28:10: fatal error: MorseEnDecoder.h: No such file or directory
#include <MorseEnDecoder.h> // Morse EnDecoder Library
^~~~~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: MorseEnDecoder.h: No such file or directory
What do i wrong??
regards, newbe

Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE

1 Like

What .ino would that be ?

Please post your full sketch, using < CODE/ > tags when you do

Where did you get the code ?

Where exactly is the MorseEnDecoder.h file located on your PC ?

That usually means "You need to install the "MorseEnDecoder" library."

GitHub - kiilo/MorseAttack: ATtiny morse nodes ~ code and circuit )))

image

Would you like to try posting that link again ?

The page is containing error

I would suggest you to kindly enter your code in the forum only rather than redirecting to any link

Also kindly note write the code in column only

As you are newbie it is strongly advised to you kindly read the following

1 Like

https://www.qsl.net/n4tl/arduino/toplevel.htm

I put it in the arduino map and the arduino ask me to place it on the good place so i did

All very interesting, but please post your code copied from the IDE and confirm whether you have installed all of the required libraries

These are the libraries you have used

#include <EEPROM.h>
#include <Morse.h>
#include <avr/pgmspace.h>
#include <MorseEnDecoder.h>  // Morse EnDecoder Library
#include <Wire.h>    //I2C Library
#include <PS2Keyboard.h>

So as per your error "Compilation error: MorseEnDecoder.h: No such file or directory"

Kindly check the specific library is present in your IDE or not

1 Like

Already informed but not accepting

Okay thanks so as i understand i have to update my libary

You have to install the required libraries listed by @krishna_agarwal if they are not already installed

1 Like

Thank you, i shall look for it later
Thanks for trying helping me out​:+1::+1::+1:

Hope you solve you issue

Krishna .:grinning:

1 Like

Do you know how to check whether a library is installed and, if not, how to install it ?

I am downloading a libaries pack but MorseEnDecoder.h seems to be the problem

I found this but also problem Library: MorseEnDecoder

What problem you are facing and from where you are downloading