Page 1
USER MANUAL Bluetooth® HC-05 transmission module WPI302 whadda.com...
Page 2
If in doubt, contact your local waste disposal authorities. Thank you for choosing Whadda! Please read the manual thoroughly before bringing this device into service. If the device was damaged in transit, do not install or use it and contact your dealer.
Page 3
RED Declaration of Conformity Hereby, Velleman Group nv declares that the radio equipment type WPI302 is in compliance with Directive 2014/53/EU. The full text of the EU declaration of conformity is available at the following internet address: www.velleman.eu.
Page 4
Programming Code Whadda Bluetooth HC-05 module (WPI302/VMA302) example This demo program uses a software serial port on pins 10 & 11 to connect to the Whadda Bluetooth module. Connect to the bluetooth module using your bluetooth enabled phone or pc. The BT device name is "HC-05", the standard pincode is 1234.
Page 5
#include <SoftwareSerial.h> // Include SoftwareSerial library const int ledpin = 13; // set ledpin to pin 13 char BluetoothData; // variable to store data from BT module SoftwareSerial WhaddaBT(10, 11); // RX | TX void setup() { // put your setup code here, to run once: pinMode(ledpin, OUTPUT);...
Need help?
Do you have a question about the WPI302 and is the answer not in the manual?
Questions and answers