helloanimesh390
Published © CC BY-ND

Talking Arduino!?! Arduino Text to Speech

Arduino taking! Home automation.

BeginnerProtip31,817
Talking Arduino!?! Arduino Text to Speech

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
×1
Speaker: 0.25W, 8 ohms
Speaker: 0.25W, 8 ohms
×1
Jumper wires (generic)
Jumper wires (generic)
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Schematics

Not available

Please watch the video

Code

ARDUINO_TALIKE_THE_SCREWDRIVER.ino

Arduino
#include "Talkie.h"
#include "Vocab_US_Large.h"
//THE SCREWDRIVER
Talkie voice;

void setup() {
    voice.say(sp2_DANGER);
    voice.say(sp2_DANGER);
    voice.say(sp2_RED);
    voice.say(sp2_ALERT);
    voice.say(sp2_MOTOR);
    voice.say(sp2_IS);
    voice.say(sp2_ON);
    voice.say(sp2_FIRE);
    // SUBSCRIBE TO THE SCREWDRIVER https://www.youtube.com/channel/UCk9UflimfCIAv7kdAWBxyuA
}
void loop() {
}

Credits

helloanimesh390

helloanimesh390

9 projects • 14 followers

Comments