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
88
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 ...
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
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. ...
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 ...
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 ...
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 ...
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 (...
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 ...
0
votes
0
answers
488
views
Can I upload 2 code files to a NodeMCU
I have a NodeMCU board. I uploaded blink example for that board and I need to add another example project from the IDE. What happens to the 1st code example or blink example when 2nd code uploaded. Is ...
1
vote
1
answer
47
views
Why would MKR GSM stop transmitting data to IOT cloud after a certain amount of time transmitting fine?
The device connects to IOT cloud fine and transmits the data for days and sometimes even weeks, but then it will stop transmitting for apparently no reason. On the IOT cloud dashboard the device is ...
1
vote
0
answers
492
views
Alternative for ESP23-WROOM-32D
A couple of months ago I designed a board with an ESP32-WROOM-32D (M113DH3200PS3Q0).
Now on the Espressif product selector page they say it's not recommended for new designs!
Questions:
What is the ...
0
votes
0
answers
971
views
ESP32-CAM and I2C bus connection issue
I'm trying to add I2C sensors to my esp cam but it doesn't work in either way.
I followed some tutorials about it and have working code but scanning the bus shows no devices.
Here is the sketch:
#...
0
votes
2
answers
467
views
When use microcontroller, when use microprocessor and when combine both
For a long time I have had a simple question to which I can't find an answer which convinces me. Basically the title: when should I use a microcontroller, when should I use a microprocessor and when ...
1
vote
2
answers
109
views
Is MQTT a good choice for my application?
For a university project I need to have a couple of "things" that collect data and which we will then be able to view and manipulate.
At the moment each of the devices will consist of a few ...
3
votes
1
answer
101
views
How to collect data from AM 2302 temperature sensors over long wires?
I am trying to monitor the grain temperature in 4 roughly 25ft grain bins. I currently am monitoring temperature in one 15ft bin with the AM 2302 sensor, and it appears to be working.
I just made a ...
0
votes
1
answer
62
views
Can I disable read access to an SD card by removing the read wire? [closed]
I want an internet connected host, such as a Raspberry Pi, to be able to write uploaded files to a directly-connected SD card, but I don't want it to be able to read the card. This is for protection ...
0
votes
1
answer
173
views
Arduino MKR GSM/NB + CAN + SD Card
I have some questions about a new Arduino project I'm starting:
Since Vodafone (Italy in my case) is shutting down 3G in 2021 (keeping 2G/4G up apprently), is ARDUINO MKR GSM 1400 still valid in next ...
0
votes
0
answers
356
views
Send data from GSM module to cloud server like Firebase
I am trying to search for anything to send my sensor data from Arduino + GSM SIM900A to a cloud server, preferably Firebase. Does anyone know how can I achieve this operation to Firebase or any other ...
1
vote
1
answer
370
views
Best way to store the data received from aws iot core
What I am trying to achieve is that I have an Arduino base which periodically uploads data to AWS IoT-Core. But I am looking for a way to store that data and make it accessible to my web application ...
2
votes
1
answer
147
views
IoT Dashboard for customers (data comes from Arduino)
I push my sensor readings from product A, B, C, D to an online cloud provider.
Then my customer (call him E) needs to access all these sensor readings and make a dashboard for his customer X, Y Z.
...
8
votes
1
answer
294
views
Cannnot send from Arduino to Raspberry pi via LoRa
I am trying to send messages from my Arduino to my Raspberry pi. But I don't understand why the pi isn't receiving the messages.
On the Arduino side I'm using an Arduino UNO with a Dragino Lora/GPS ...
2
votes
2
answers
92
views
wireless moisture data transmission
I am mainly from software background with very very basic level of electronics/microcontroller knowledge.
I recently did a small IoT project for moisture/temp detection following this tutorial
At a ...
1
vote
0
answers
143
views
Integrating STM32 device with smart lock via BLE
I am using a Particle Boron to integrate with a Smart lock but I am not being able to do it. I'm using Particle's BLE interface to connect to Bluetooth and start sending messages to the lock, and a ...
3
votes
0
answers
636
views
ESP IDF Data backup to NVS when power goes off
I am using esp-IDF library and esp32 for smart lighting. I want to maintain the state of the lights when power goes off as it can be written somewhere in NVS.
Such implementation is available for ...
0
votes
0
answers
43
views
Not getting data from nodemcu to the firebase
I've done almost everything to get the data from nodemcu but nothing happened.
I tried by changing the fingerprint.
I have also used project secret and copy it in FIREBASE_AUTH part.
I also ...