All Projects → cmasenas → Sinewave

cmasenas / Sinewave

Sine wave library for Arduino. Produces a sine signal and passes the output to a PWM pin.

Projects that are alternatives of or similar to Sinewave

Uspeech
Speech recognition toolkit for the arduino
Stars: ✭ 448 (+3972.73%)
Mutual labels:  arduino, signal
Pulsesensorstarterproject
The Best Way to Get Started with your PulseSensor and Arduino
Stars: ✭ 38 (+245.45%)
Mutual labels:  arduino, signal
Ext ip tracker
Arduino External IP tracker with email notification
Stars: ✭ 9 (-18.18%)
Mutual labels:  arduino
Esp8266 Rcswitch
Quick and dirty demonstration of Arduino IDE to ESP8266 turning on/off an RCSwitch via web browser
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Myaircon
Remote control for air con using Adafruit HUZZAH ESP8266 modules
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Nanomoco firmware
Firmware for the nanoMoCo Stepper Driver/Controller
Stars: ✭ 9 (-18.18%)
Mutual labels:  arduino
Startracker Github
The StarTRACKER is a DIY equatorial mounting for night sky photography. To take long-exposure astrophotos of objects that are too faint to be seen, you will need a polar-aligned equatorial mounting that allows you to track the stars during their exposure to compensate the Earth’s rotation.
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Energia lpm
Demonstrates low power modes in Energia using sleep(), sleepSeconds(), suspend(), and wakeup()
Stars: ✭ 9 (-18.18%)
Mutual labels:  arduino
Esp8266 Ait T5
ESP8266 code (Arduino-ESP core) for the modified AI Thinker T5 board, implementing an MQTT-enabled DHT11 sensor.
Stars: ✭ 11 (+0%)
Mutual labels:  arduino
Mecha
CAD stuff
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Arduino Dust Sensor
Arduino-based Dust Sensor that updates PM 2.5 and PM 10 concentration readings to ThingSpeak
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Low power sensor
Send data from dht and soil hygrometer by 433Mhz RF with a power consumption of 5uA
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Temptx tiny
ATtiny84 Bases Wireless Temperature Sensor
Stars: ✭ 9 (-18.18%)
Mutual labels:  arduino
Arduino oled ui
Arduino Menu/UI using OLED & Rotary Encoder
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Dji Naza Led
Arduino based extra leds for Dji Naza
Stars: ✭ 9 (-18.18%)
Mutual labels:  arduino
Vl6180x
Proximity sensor using ir laser range finding
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Db meter library
Arduino library to implement a db meter with a analog sound sensor.
Stars: ✭ 9 (-18.18%)
Mutual labels:  arduino
Wemoswithpushbutton
Wemos Switch - works with ALEXA
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Weatherstation
First Draft
Stars: ✭ 10 (-9.09%)
Mutual labels:  arduino
Magspoof
Implement Samy's magspoof on Arduino Nano
Stars: ✭ 11 (+0%)
Mutual labels:  arduino

SineWave

Sine wave library for Arduino. Produces a sine signal and passes the output to a PWM pin.

Features:

  • Produces a sine wave using a high sampling frequency.
  • Uses a 50 microsecond sample time as the default.
  • Uses pin 9 as the default output pin.
  • Can produce two tones at once.
  • Can produce very low frequencies (below 1 Hz, low enough to blink an led) by increasing the sample time.
  • Can produce up to 10 KHz with the default sampling time.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].