I Just bought the SIM808 GSM/GPRS/GPS shield with an arduino Mega 2560. I have written a simple sketch shown below which I'm using to execute AT commands on my
I've been working on a HTML / websocket server on a Wiznet W5100S-EVB-Pico, programmed in the Arduino IDE. It all worked fine up until now but I'm running into,
I have a Weather Meter, and I am able to read data from it. My problem occurs, when I try to use the library UnoWiFiDevEd.h send the data to store the informat
I have a Weather Meter, and I am able to read data from it. My problem occurs, when I try to use the library UnoWiFiDevEd.h send the data to store the informat
I've seen other posts with the same error message, but couldn't find any solution that works for me. I'm using windows 10. I've done all the required steps, but
i am using two arduino mcu to connect two lines of LED-matrix display. I tried using i2c communication to connect a master mcu (which controls the first line of
I am trying to send AT commands to ESP8266 to get connected with internet with the Wifi. When I am sending AT and AT+RST command on serial monitor then I am ge
I am developing an app that controls arduino with bluetooth , everything was working fine with the app , I am able to connect with the arduino bluetooth bridge
I've purchased a TE FX29 weighing cell pdf link. It comes in three different (output) versions: mV, amplified and serial (I2C) -- I've bought the amplified vers
Good Afternoon all. While working humbly on my kegerator I have come to a cross road where I must run interrupts when each keg tap is poured. Thank you to the l
I am using the following code to read the flow through the sensor. When I plugged in my sensor to port 2, everything worked fine. But when I changed this to bi
I found this example to list all files on the SD Card: void printDirectory(File dir, int numTabs) { while(true) { File entry = dir.openNextFile(); if (!
I'm working with flex to generate custom language. I'm wondering if there is a possibility to add in some way a setting that will change a part of generated .le
I've created a class that handles sending data to a led matrix (max7219). This is what I was doing to create an instance of the LedControl class. LedControl l
I have the following error message occuring on the arduino IDE, Arduino: 1.8.15 (Windows 10), Board: "NodeMCU-32S, 40MHz, 921600, None" In file included fr
I'm trying to read yaw, pitch and roll with MPU6050 and Arduino, but I always get overflow, if I use the function yprx() in the loop without waiting for any inp
I have a software problem, I'm controlling relays through ethernet shield and arduino. I got a code from the net which works great and i can control the relays
i have a simple arduino code: void loop() { if serial.available { c = serial.read(); if (c == 'a') { blinkled(); } else off
I am using a BLE (Bluetooth Low Energy) for indoor positioning system by its RSSI and trilateration algorithm. The problem is how to find an
I am using this library (https://pub.dev/packages/flutter_blue/example) to control my ESP32 (Arduino). I have two buttons that work perfectly, one to turn off t