WMA 11 FM radio

WMA11 Radio FM
I does not consist of this message of error?
I transmitted the TEST bookshop


fm_rds_test:10: error: ‘VMA11’ does not name a type
fm_rds_test.ino: In function ‘void setup()’:
fm_rds_test:30: error: ‘radio’ was not declared in this scope
fm_rds_test.ino: In function ‘void loop()’:
fm_rds_test:41: error: ‘radio’ was not declared in this scope
fm_rds_test:56: error: ‘radio’ was not declared in this scope
fm_rds_test:61: error: ‘radio’ was not declared in this scope
fm_rds_test:68: error: ‘radio’ was not declared in this scope
fm_rds_test:75: error: ‘radio’ was not declared in this scope
fm_rds_test:81: error: ‘radio’ was not declared in this scope
fm_rds_test:87: error: ‘radio’ was not declared in this scope
fm_rds_test:95: error: ‘radio’ was not declared in this scope
fm_rds_test:105: error: ‘radio’ was not declared in this scope

Hi

Did you installed the library correctly?

Yes…but ,!

MESSAGE DE ARDUINO AU TELEVERSEMENT ??
Merci pour votre réponse, la" library" est bien installéé

"avrdude: ser_open(): can’t open device “/dev/cu.usbmodem411”: No such file or directory
Problème de téléversement vers la carte. Voir http://www.arduino.cc/en/Guide/Troubleshooting#upload pour suggestions."

Can you upload the default blink sketch to the arduino without a problem?

Hello ! OK
Good
C’était bien le “port série” qui n’était pas le bon… le téléversement se fait correctement .
Merci beaucoup…
le changement de station se fait dansradio.setChannel(1);” ? manuellement ?

Merci

Yes,

You have to multiply the frequency by 10
so for example 102.1MHz becomes 1021

radio.setChannel(1021);

Best Regards,
VEL337