BEDANDBREAKFASTBELSIT.IT ≡ Paperweights Equipment Magnetism Apparel Accessories
  • Arduino

  • Remote Audio Relay Kit (Phone Decoder)

Remote Audio Relay Kit (Phone Decoder)

$69.49 $108.4
This awesome kit includes everything needed, except for the microcontroller of preference, to implement a custom remote audio-controlled set of relays by easily detecting & decoding audio signals (the buttons that the person on the other side is pressing) into numerical values to be used in code. This can easily be used for the development of custom telephone switching boards.   //*******************************************// #include <FlexiTimer2.h>   int STD = A0; int Q1 = A1; int Q2 = A2; int Q3 = A3; int Q4 = A4;   int CH1 = 2; int CH2 = 3; int CH3 = 4; int CH4 = 5;   ....   //Check once every 5 ms void dtmf_decode(void) {   ....   }   void setup() { ..... }   void loop() {   //Complete the decoding   if(Decod_finished) { Decod_finished = 0;   switch(Q_dat){ case 1 : Serial.print(" Activate : Channel 1 \n" ); digitalWrite(CH1, LOW);delay(delay_time);digitalWrite(CH1, HIGH); break; case 2 : Serial.print(" Activate : Channel 2 \n" ); digitalWrite(CH2, LOW);delay(delay_time);digitalWrite(CH2, HIGH);break; case 3 : Serial.print(" Activate : Channel 3 \n" ); digitalWrite(CH3, LOW);delay(delay_time);digitalWrite(CH3, HIGH); break; case 4 : Serial.print(" Activate : Channel 4 \n" ); digitalWrite(CH4, LOW); delay(delay_time);digitalWrite(CH4, HIGH);break; default : Serial.print("Invalid channel \n" ); break; }   .....   //****************************************************************************//
Arduino

Arduino

  • ATMEGA328 P-AU SMD
    $35.95 $58.24
  • DC Power Adapter (24VDC – 5A)
    $65.38 $114.42
  • Motor Driver Shield L293D
    $90 $114.3
  • Arduino Package Learning Kit
    $48.96 $66.1
  • ATMega328 – Microcontroller
    $44.48 $59.16
  • DC Power Adapter (24VDC – 0.5A)
    $72 $105.12
  • Arduino Nano V3.0 CH340 Chip Without Cable
    $53.89 $70.06
  • DC Power Adapter (24VDC – 2A) High Quality (Tested)
    $57.39 $112.48
  • Arduino Uno R3 with cable
    $44.42 $84.84
  • DC Power Adapter (9VDC -4A) Original
    $63.53 $95.3
  • STC15W408AS -SOP28 STC Microcontroller
    $85.5 $149.63
  • Arduino Pro Mini ATMEGA328P 5V 16MHz
    $49.91 $82.35
  • Arduino UNO R4 Minima (China Version)
    $35.08 $58.58
  • DC Power Adapter (12VDC – 1A)
    $49.5 $86.63
  • DC Power Adapter (3VDC – 2A)
    $58.5 $95.94
  • Arduino Mega 2560 R3
    $69.15 $103.73

© 2026 - BEDANDBREAKFASTBELSIT.IT