Skip to main content

All Questions

Filter by
Sorted by
Tagged with
-1 votes
1 answer
60 views

Arduino connect programatically two wires of external 3.3V device

What is a missing puzzle in here, relay, transistor? I would like to pull pin of external device to the ground programatically using arduino's digital pin.
Maleowy's user avatar
1 vote
1 answer
126 views

Arduino Mega prototype analog timer interrupts: newbie question

I am currently using an Arduino Mega with a fast vibration sensor to trigger the components operation (force sensor, temperature sensor) and also toggle sleep mode. I am very new at this and I have ...
Worapat Sopa's user avatar
0 votes
2 answers
5k views

MQTT broker and Arduino + Sensors NRF24L01

I am newbie, I have never used MQTT before, so I have some questions. Here is my topology. I have several sensors (Arduino Pro Mini + NRF24L01) and main server/handler(Arduino Mega + Ethernet Shield ...
dugdthndwytn's user avatar
1 vote
3 answers
10k views

High Frequency Sine Wave Generation

I'm new to the world of Arduino and I'm working on a wireless charging project that needs a 5.7MHz sine wave. I've tried using a Due and changing the PWM and DAC, but I can't get a clean sine wave at ...
johncman's user avatar