Table des matières

La lampe anti-conversation pénible

Module Easyvr 3.0 et Arduino

  1. Pour envoyer des customs data depuis EasyVR Commander, jumper sur “UP”
  2. puis jumper sur “Pc” pour récup le commandes custom du shield vers EasyVR Commander …
  3. pour téléverser sur arduino, jumper sur “SWW”

Pour téléversement, mettre le jumper sur HW

Mode Jumper settings

This jumper selects the operating mode of the EasyVR Shield and it can be placed in one of four positions:

Use it for controlling the EasyVR module from your Arduino sketch through a software serial port (using pins 12-13). You can also connect the EasyVR Commander in this mode, provided that the running sketch implements bridge mode (see the Arduino library examples).

Use it for controlling the EasyVR module from your Arduino sketch through the hardware serial port (using pins 0-1).

Use it for direct connection with the EasyVR Commander. In this mode, the Arduino controller is held in reset and only the embedded USB/Serial adapter is used.

Use it for firmware updates or to download sound table data and custom grammars to the on-board flash memory from the EasyVR Commander. In this mode, the Arduino controller is held in reset and only the embedded USB/Serial adapter is used. The EasyVR module is set in boot mode.

This is similar to the regular Flash Update mode, for Arduino boards that don’t have a separate USB/Serial adapter, such as Arduino Leonardo. The EasyVR module is set in boot mode, but the Arduino controller is not reset and it must be running the special “bridge” sketch.