Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

arduino

  1. N

    Proximity alarm project

    Hey guys, new to this forum and would really appreciate your help :) I am making an alarm which will trigger a buzzer from about 30ft away and a noise which will help you find the object that you had lost. In perspective I am making a lost and found type of device. Whilst there are similar...
  2. 3v0

    ESP8266 fun - no question or problems

    It took me a while but I finally got to where these are working for me. I am programming ESP12E's and a sparkfun thing using the Arduino IDE. My first project is a doorbell system. It uses a PIR in conjunction with the doorbell switch. I will know that the FEDEX driver did not ring the...
  3. B

    HundaTech 4.3" I2C TFT Display Please Help

    Hi I hava a HundaTech 4.3" I2C TFT Display (Link Below) and want to display value read from the analog pin of my arduino DUE. The communication config i using is I2C Has anyone successfully managed to get the display on the lcd...
  4. ClydeCrashKop

    Interfacing Arduino with LM3915

    After searching the internet, I got a lot of clues but no answer. Here is the answer. The LM3915 bar / dot display driver wants an analog input up to 1.25 volts where the tenth LED comes on. Arduino analog output is actually PWM at 5 volts, using a 5 volt supply. This gets a smooth voltage...
  5. E

    Assigning a non-local Ip address

    So I'm playing around with this arduino project: **broken link removed** Basically I can take temperature and humidity readings and calculate the dew point and have them displayed on the internet using an Ethernet shield. The problem is when I figured out how to assign the sensor/ethernet...
  6. D

    How can I measure execution time and memory usage of C implemented libraries?

    Hello. I have the task of evaluate functions of C implemented libraries that will run on embedded systems. Those libraries are implemented in .h files and then included in implementations. I was given a FFT library implemented in C that was meant to run on Arduino. In the readme file of the...
  7. A

    Help! Reading Voltage with Arduino

    Hi guys! I'm trying to build a device to measure the electrical resistivity of a paste (cementitious materials) using Arduino Uno. Four steel probes are put inside the paste (jumper wires attached to them). Two outer probes apply AC signals (Square wave signals- Frequency 1 kHz- Voltage(peak to...
  8. djsfantasi

    Dual State Pushbutton, Debounced, using Interrupts for Arduino

    This routine is interrupt driven, and will detect either a short or long button press. It's return value is bit encoded and as such it is possible that both a long and short press can be detected. They are valid, since the press is debounced. The code is not optimized, but written for...
  9. A

    Controlling voltage to a load with a single battery..

    Seems like a simple question, I have several PC fans (12 V, 1.35 A), all in separate loops and powered by a 12 v battery. The fans are wired to transistors being used as switches. My issue is that I don't want the transistor to supply 12 V of power, I want to immediately and always supply the...
  10. R

    Arduino Wireless Master to multiple Slaves.

    Hi all, This is my first post in this forum, as I'm mainly involved in Microcontrollers (PICS etc.) ... I have a requirement where I want to use an Arduino as a front end master controllers to some sort of a wireless duplex network, 'talking to' a series of battery powered mobile slaves units...
  11. D

    Pulse Sensor using NRF24L01 for Wireless Transmission

    Hello, I'm starting with this new project of mine, I am just new to this thing and I hope I'll make it work. I will be using a Pulse sensor https://www.sparkfun.com/products/11574 and it will be apply to a suit that is often used by the gym persons. And to avoid using many numbers of wires...
  12. M

    Kickstarter Project: Arduino UNO R3 Compatible Board Supports Higher Current Demands

    The objective of the NerO board is to deal with the fundamental drawbacks of the widely-used Arduino UNO R3 and, by utilizing a crowdfunding platform, get the engineering community involved right from the very beginning. Thanks to the energy efficient switching regulator incorporated into NerO...
  13. B

    Dimmer SHIELD + LM35

    Does anyone know how to increment or decrement the dimmer using the lm35 ? Im using this program and i dont know what can i change to do this.HELP! int AC_LOAD = 3;// Dará o pulso no Triac pin int dimming = 125;// Dimming level (0-128) 0 = ON, 128 = OFF unsigned long time;//Contará o tempo...

Latest threads

New Articles From Microcontroller Tips

Back
Top