Questions tagged [arduino]
For questions related to the IoT applications that use Arduino. If question is about software or hardware issue with Arduino, consider whether asking it at Arduino Stack Exchange would be more appropriate.
126 questions
0
votes
0
answers
89
views
DS3231 set time compiling to wrong date and time
I am working on a project where I need to set the alarm on a DS3231 to wake an ESP32 at a specified time. In my workflow, I upload three scripts: one to set the time on the DS3231, one to set the ...
2
votes
1
answer
1k
views
Using LoRa-RSSI to Estimate Distance in Outdoor Setting
Thanks here, I've tried to optimize the LoRa setup to ensure accurate or acceptable RSSI measurements and for distance estimation between multiple nodes and a master in an outdoor environment using ...
3
votes
0
answers
55
views
How to use multiple characteristics when implementing Bluetooth Low Energy on HM-10?
I am implementing BLE with a HM-10 connected to an arduino UNO.
I have encountered an issue where attempting to add another characteristic results in the overwrite of the first one, leaving me with ...
1
vote
1
answer
136
views
What kind of 13.56 MHz NFC cards are there?
EDIT: when mentioning "cards" in the question below, I mean the kind of badges/cards you can but at Aliexpress that claim to be "magic" cards (or that ndo not claim anything and ...
1
vote
1
answer
70
views
If hackers get ahold of your physical IoT device, what's the purpose of using secure/crypto-chips?
Trying to design some secure firmware here and running into a brick wall regarding the use of crypto-chips. We are considering using this one here: https://www.microchip.com/en-us/product/ATECC608B. ...
2
votes
2
answers
426
views
How can you send data (via cellular) from an Arduino to a server?
I'm pretty new to IoT so forgive the basic questions, but I need to send data from an Arduino that is constantly collecting sensor data to a home server.
I wanted to know where to start with this ...
0
votes
1
answer
61
views
Arduino LoRa communication protocol
I am fairly new to IoT and to all kinds of Arduino chips/sensors etc.. I am trying to understand the mechanism of LoRa device communication. With the help of the official Arduino web page I found the ...
2
votes
1
answer
87
views
Circuit python express loads boot mode but doesn't flash .uf2
I'm having some trouble flashing CircuitPython to my Circuit Python Express. I successfully enter boot mode (LEDs are all green and red D13 light slowly blinking) but I can't flash anything. When I ...
0
votes
1
answer
67
views
Adding RTC Library for Arduino Project in Visual Studio
I am working in an Arduino project in visual studio. I need to get and set time to a RTC clock. That's why I am adding a ds3231 header file in my project from GitHub. When I want to build "it's ...
0
votes
1
answer
185
views
How to effectively control Arduino via a web application?
I have a web application in PHP on remote hosting. The application is connected to a MySQL database, from which it reads states, draws graphs from the data that Arduino sends to the database.
The ...
3
votes
1
answer
3k
views
How to import libraries with ESP-IDF for visual studio code?
What I am trying to do
I have an ESP32-CAM, and I want to use Visual Studio Code, I already used the Arduino IDE at first, and it worked fine.
To work with the ESP32 on VS Code I installed the ...
0
votes
0
answers
79
views
Using ESP32 as a web server and Arduino
This is my first project and I'm getting my way around this.
I wanted to make a simple project using Arduino creating a web server, in order to turn on and off the AC.
I think I made a mistake buying ...
1
vote
0
answers
32
views
How to setup an alternative algorithm to ADR?
I've setup a simple LoRaWAN network with a Seeeduino node and an RHF2S001 gateway module using a Raspberry pi 3. I'm working on a project where I need to setup an alternative algorithm to ADR (...
2
votes
0
answers
37
views
How to control homework writting machine with IOT [closed]
It consists of (CNCsheild, Arduino UNO, 2-stepper motors and servo motor), It works with GRBL Plotter and Inkscape.
I am new at learning IOT. I want to know what is the needed components and software ...
0
votes
0
answers
223
views
What is the difference between a GATT Unit and a GATT Characteristic?
I am setting up an Arduino to collect temperature and pressure data, and I want to broadcast that data via bluetooth.
My question boils down to what allocated UUID is best for my characteristic, and I ...