Skip to main content

Questions tagged [automatization]

2 votes
0 answers
119 views

Recently I started some tests controlling water heater with temperature sensor data as described in detail here So far I've been testing a small dataset to control water temperature that is quite easy ...
s_tatus3's user avatar
3 votes
1 answer
168 views

I'm starting a test using Arduino to reproduce a set of temperature values in water each three hours and need some help with it. I will use two ds18b20 sensors to control two thermostats connected to ...
s_tatus3's user avatar
1 vote
1 answer
2k views

I am trying to make a auto fish feeder to feed my fish every 6hours. I want to implement RTC module to my code. So far I've been using only an arduino and a servo using this as a code: #include <...
Tiago Kotryk's user avatar
0 votes
1 answer
2k views

While it seems less valuable to emulate Arduino in a CI/CD setup, are there any experiences/best practices for collaborative teams to automate their acceptance tests where a real Arduino is integrated ...
J. Doe's user avatar
  • 127
1 vote
1 answer
174 views

6 years ago, there has been a question "How to emulate Arduino on PC". Since then, probably many more Arduino emulators have been introduces. With this question, I would like to narrow the search ...
J. Doe's user avatar
  • 127
2 votes
1 answer
1k views

Does anyone knows how to calibrate AJ-SR04M using the Arduino? I am working on AUV. underwater reading from current code; it is giving continuous 20cm while moving inches. http://shop2.hanjindata1....
Khurram Jafry's user avatar
1 vote
2 answers
617 views

I'm testing three different Arduino (nano, Uno and Mega) each of them having a nRF module. The codes (sketches) are different for each module. I've connected the arduinos to my single laptop via 3 USB ...
Zeta.Investigator's user avatar
0 votes
1 answer
904 views

First off let me preface this my explaining my background. I am a mechanical engineering student and have some programming knowledge but it's limited. I'm trying to make a skittle sorter and I right ...
Grant Kramer's user avatar
0 votes
1 answer
3k views

I have googled a lot, and mostly every website you can link me I have already explored, some are outdated and don't work, others aren't clear in their documentation, and use equipment too expensive to ...
nemewsys's user avatar
  • 225
1 vote
1 answer
3k views

What to add on this code to check my pins state during run? And how can i trigger error using Visual basic when 1 of my pin is disconnected? String input = ""; void setup(){ Serial.begin(9600); // ...
Queen Quiazon's user avatar
0 votes
2 answers
127 views

Why is my machine suddenly turns ON when I unplugged the USB on my computer? Does it have connection on the auto reset feature of my arduino board? String input = ""; void setup(){ Serial.begin(...
Queen Quiazon's user avatar
-2 votes
1 answer
1k views

I would start to learn the best programming language for embedded systems to control devices. What I have heard about that is Assembly Language. I want to know if there is any better languages to code ...
Arsen Freshminder's user avatar
1 vote
1 answer
263 views

Okay, so I'm using an Arduino Uno R3 and I wanted to start of my own home automation project. I have a 4 channel 12V relay board and I normally connect it to a 12V 500mA adapter. What is the maximum ...
Shivang Kumar's user avatar
1 vote
3 answers
2k views

We are building an outdoor snow melting system for the pavement. It would be nice if it could turn on itself only when it is needed: if there is snow, ice in the surface or the pavement is wet and the ...
totymedli's user avatar
  • 2,929