Skip to main content

Questions tagged [arduino-pro-mini]

An Arduino Pro Mini is a small microcontroller derived from the Arduino Uno using the ATmega328. It is unique for its tiny size and the required external FTDI adapter.

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

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
0 votes
1 answer
83 views

I am working on a project using a 5v Arduino Pro Mini. To save power I have it power down and wake up every about 15 minutes to check on the battery strength and then power down again. This cycle runs ...
user1114881's user avatar
-1 votes
1 answer
136 views

I have combined code that reads heart rate and SPO2 then sends the data using LoRaWAN. Using these 2 libraries that work well by themselves LoraWAN lib | MAX30102 lib. My board is an Arduino Pro or ...
Inversionist's user avatar
-1 votes
2 answers
336 views

I have a problem with a project where one servo is resetting (browning out) two Arduino Pro Minis running 3.3v/8mHz. The two Arduinos are connected by SoftwareSerial on pins 9 and 10 and the slave ...
Charlie Nicholson's user avatar
0 votes
1 answer
157 views

I am building an airplane. As a controller I am using a Raspberry pi 4. There are 3 sensors (MPU6050, QMC5883L, BME280) and arduino pro mini connected to the raspberry via i2c. When sending requests ...
Xrou's user avatar
  • 13
3 votes
2 answers
403 views

I am trying to turn LEDs in an LED bridge based on the voltage reading from a power source. when the Voltage is zero nothing is ON and then the LEDs gradually turn ON as increase the voltage connected ...
Anwar Elhadad's user avatar
5 votes
2 answers
1k views

Arduino Pro mini 3.3V stucks few hours after startup. After repowered, it begins to stuck within a few seconds. If I wait long enough before turning it on it stucks little later for example now it ...
CaveScientist's user avatar
1 vote
0 answers
490 views

I am working on a project that uses an Arduino Pro Mini to gather information from various sensor. Once the readings are taken I turn on an ESP-01 from a separate dedicated 3.3v power supply. The ESP-...
user1114881's user avatar
2 votes
1 answer
150 views

I am attempting to follow this tutorial to light up a dark staircase with motion-activated LED strips. If my understanding of the tutorial is correct, essentially the Arduino's job is to power or ...
Eidan Jacob's user avatar
-1 votes
1 answer
269 views

I want to use a 3.3V pro mini that uses a BME 280 to take temp/pressure/humidity, and nRF24L01 module to transmit the data, at ?10 minute intervals. I want to use 1, 2,3 or 4 AA batteries to power it....
user4109's user avatar
-2 votes
2 answers
597 views

I have an issue with my Arduino pro mini. Yesterday, I uploaded a sketch a few times on the pro mini, with an FTDI adapter, and everything worked fine. Today I'm trying to re-upload a sketch, but now, ...
BruceWawe's user avatar
1 vote
0 answers
132 views

I'm building a panic button project for my grandma which uses a 433MHz RF remote keyfob and a 3.3v Pro Mini connected to an RF receiver, a buzzer and an led. The purpose is that whenever she needs ...
Kokachi's user avatar
  • 123
2 votes
4 answers
313 views

When using fritzing (0.9.6) I notice that the Arduino Pro Mini 3.3 V component doesn't align nor connect to breadboard pins like other components. Is this a bug or a feature? I've tried to wiggle the ...
maxschlepzig's user avatar
-1 votes
1 answer
61 views

The first time, pow() works. But inside of a 'for loop', or again afterwards, it doesn't behave !? (I'm using a Chinese Pro Mini with Arduino 1.8.16) EDIT To clarify what I am asking, my question is:...
TRS-80's user avatar
  • 21
0 votes
1 answer
50 views

Heres the code i've Wrote i feel like the issue lies in how ive used the if statement int ledPinS = 13; //Classifies pin 13 as Connected to an LED //Flashes every second int ledPinM = ...
Ben Seaman's user avatar
1 vote
1 answer
442 views

I design a PCB that one of its components is a 3.3v Pro Mini. Since I want it versatile regarding powering the PCB (3.3v or 5.0v) I want to know if it is a good practice to supply 3.3v to Pro Mini's ...
guyd's user avatar
  • 1,049
1 vote
1 answer
585 views

I have recently started working with the Arduino Pro Mini 5v/16Mhz and an AT 09 BLE module for an IoT project. I am controlling the BLE module using Software Serial and am leaving the hardware serial ...
Flight64's user avatar
2 votes
0 answers
90 views

I have an Arduino setup with a pro-mini, a MSGEQ7, and a auto-gain mic. Even if I remove the audio input to the MSGEQ7 remains the same in the 890s (out of 1024). It's the same on each of two new ...
mystack's user avatar
  • 21
1 vote
2 answers
420 views

While working on my project I supplied 12v to my pro mini through raw input and then a s4 named component smoked and my pro mini stopped working . It didn't turn on either through vcc or raw. The ...
Garvit Goyal's user avatar
2 votes
0 answers
401 views

I am working on a brushed motor quadcopter using Arduino pro mini. Every time I try to throttle, the Arduino gets reset by itself (motors start to spin but they will be turned off in 2 sec). I have ...
AjithMahi07's user avatar
0 votes
1 answer
1k views

As I am learning the Arduino coding, I want to see if my program can turn on the LED light. I have tried all the things, but the code does not start the LED light I have installed on the board. The ...
Nevin Kristen's user avatar
1 vote
0 answers
185 views

I am currently working on a drone project using multiwii. I m using mpu6050 as gyro and accelerometer sensor with i2c protocol. I was able to read data coming from mpu6050 while using Arduino Uno ...
Anmol Kumar's user avatar
1 vote
1 answer
445 views

How can I use RN42 sketch by silverball /* RN42_HIDRaw_Arduino.cpp - Roving Netowrks RN42 Bluetooth HID raw library Developed by Chris Leitner - 2012 This library is free software; you can ...
Jonathan Agravante's user avatar
1 vote
1 answer
162 views

I am making a Christmas Tree with Arduino. I found a 12 led chaser code on internet so I made 12 rows of leds and hook them up to my Arduino pro mini. They are working just fine. However, I also want ...
Anmol Kumar's user avatar
2 votes
1 answer
150 views

I am quite noobish with using the interrupts on Arduino and I am facing a strange problem. I am using an Arduino Pro Mini, a light sensor and an RTC module(DS3231) which has set 2 alarms, one at ...
Emanuel Giurgiu's user avatar
1 vote
1 answer
478 views

I would like to control a toy car from the server. I use RadioHead library for communication and it works fine. The application running on the server side is as follows. #include <...
user avatar
1 vote
2 answers
1k views

I use Rc switch library to transmit and receive data. It works fine. The part that sends the data is as follows : #include <Arduino.h> #include <RCSwitch.h> RCSwitch transmitter = ...
user avatar
7 votes
3 answers
548 views

I am using a 5v Arduino pro mini (with regulator and power led removed). I have been reading how to accurately measure Li-ion batteries when powering from the same battery you are trying to measure ...
Lindsay Cox's user avatar
1 vote
1 answer
408 views

I'm trying to program a Atmega168 Pro Mini 3.3V/8mhz I bought online. I followed a tutorial that walks through the steps of how to program a Pro Mini with an Arduino Uno. However, in their example ...
I Like's user avatar
  • 205
2 votes
0 answers
91 views

I was trying made a gear indicator for my bike, with manually sensing the gear shift. But failed, cause my bike has no separate "neutral" wire, instead there is gear sensor in-built...!! ...
BLUE's user avatar
  • 35
4 votes
3 answers
4k views

I have this Arduino Pro Mini clone (ATmega328) 5v. I gave it exactly 12 volts through the RAW power input, but it instantly got hot and started fuming. Fumes were coming out of the area close to the ...
Sergio's user avatar
  • 57
3 votes
2 answers
3k views

I'm using arduino pro micro Atmega32u4 5v 16Mhz I want to use it to make a HID Keyboard and Mouse but I ran out of pins so I was wondering if I can use the RX and TX pins as digital input pins. Will ...
Keima-kun's user avatar
1 vote
0 answers
127 views

I'm having problems with my setup. I'm trying to create a wind-speed system when you send an SMS to retrieve the correct wind speed as an SMS response. I'm using a pro mini, connected by USB via FTDI, ...
connersz's user avatar
  • 266
-2 votes
2 answers
308 views

Is there a way to connect a data output pin from an HT12D to an Arduino or ESP8266-12e input pin, then sense when the data pin is activated so I can have the Arduino or ESP8266-12e do something like ...
user1114881's user avatar
1 vote
1 answer
303 views

I have 2 NRF24L01 +pa +lna modules connected to 2 arduino mini pros. One of the modules is on a joystick and the other one is on a airplane. Everything worked perfectly until last week when they ...
AdamVarga's user avatar
0 votes
2 answers
2k views

I'm trying to upload a sketch to upload the blink sketch to an arduino pro using a SparkFun Serial Basic Breakout (on Ubuntu 18.04). setup Within the arduino IDE I have the following set-up: Tools -&...
cmhughes's user avatar
  • 103
0 votes
1 answer
762 views

I made a small box containing Arduino Pro Mini , DFPlayer Mini player and a 3.7V LiPo battery. Is it possible to power two devices with 3.7 V Battery? What is the best way to save power for longer ...
Sohan Arafat's user avatar
1 vote
0 answers
235 views

Introduction I am trying to program an arduino pro mini, I have to use this board because of it's size. I use the arduino-cli to program arduino and one of the steps to upload code to the system ...
Michele Cioccarelli's user avatar
1 vote
1 answer
415 views

I am plotting the graph of some sensor values on my Arduino serial plotter which looks something like this - But what I want to do is hover over any point on the graph and display the time at that ...
blazingcannon's user avatar
-1 votes
2 answers
1k views

I am working on a project using pro mini 8MHz/3.3v and SIM7100, I want to know how can I used AT+CFTRANTX command. I am try to read file from EFS and write to SD card via Serial port. I have get some ...
Ali Morawej's user avatar
0 votes
2 answers
441 views

I have an Arduino pro mini and I tested digital write of an pin and it is 3.2V and then I connected it to a 3V motor, but when I connected the motor to it, The voltage drops under 0.2 Volt, Can any ...
malloc's user avatar
  • 103
1 vote
0 answers
477 views

I've coded an analog comparator to work on Nano, but the same code does not work on a brand new Pro Mini 3.3v 8MHz. The serial monitor just outputs the triggered interrupt continuously. Lines orange ...
Rick's user avatar
  • 61
1 vote
0 answers
71 views

We are Using I-CUBE-LRWA Lora Module AT Cmd with Arduino ProMini Set of commands set with DockLight working Perfectly but with Arduino, we are getting some coded response and well every time RXTimeout ...
Rahul SIngh's user avatar
1 vote
2 answers
351 views

I am considering switching from Arduino Pro Mini 5V 16MHz to Arduino Pro Mini 3.3V 8Mhz for some project because I would like to run it with a 4.5V input power. Will the switch from 16 to 8Mhz double ...
Altaris's user avatar
  • 13
0 votes
1 answer
95 views

Hey question is that it is possible to play MP3 file in arduino without changing it into .wav file if possible ,then your suggestions are welcome Thanks
Akash Tiwana's user avatar
1 vote
0 answers
77 views

I am 100% new to Arduino. I am using the Pro Mini 328P 3.3v 8mhz board. I can successfully write to the board once with the Blink program. I set the FTDI to 3.3v jumper. It works. Then if I try to ...
Gary Quiring's user avatar
1 vote
0 answers
251 views

I have a simple test sketch to run for my led aquarium: #include <IRremote.h> #include <IRremoteInt.h> IRsend irsend; void setup() { } void loop() { irsend.sendNEC(0xF7C03F, 32); ...
GreenXL's user avatar
  • 11
0 votes
1 answer
737 views

how can I use tcrt5000 sensor module instead of TSOP31238 (TSOP1738) IR receiver to get signal from remote control? I want to create remote control for my PC to navigate through my slide shows. Thanks ...
user avatar
1 vote
0 answers
485 views

I am trying to make a scale that measuring weight. In internet i did some researches so i got some questions. I have this module as a HX711 And square 3 wired loadcells( Red,White,Black Wired). My ...
Dogan Cignakli's user avatar
0 votes
1 answer
1k views

I would like to use a CNY70 with arduino that is not 5v but 3.3v powered. On the web there most tutorials use 5v and 200 + 10k resistors (e.g. here and here). So as far as I understand for 3.3v I ...
gerasalus's user avatar
  • 103

1
2 3 4 5 6