Category "arduino"

How to use FM Radio on SIM808 EVB-V3.2.2

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

Serving HTML as C array from Arduino code - String size limit problem

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,

Arduino Uno - minimize memory usage

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

Arduino Uno - minimize memory usage

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

avrdude: ser_open(): can't set com-state for "\\.\COM3"

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

Sending string using i2c commuication on two arduino micro-controller

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

Error on sending AT+CWJAP_DEF commands to ESP8266

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

How to initialize OutputStream

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

Is this weighing cell arduino compatible?

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

Arduino 2 Flow sensors for Kegerator

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

flow sensor with arduino

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

Arduino SD -> File extension

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 (!

Flex lexer modifying constant in output .lex.c file

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

Move object creation to setup() function of arduino

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

ESP32-NODEMCU V1.1

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

MPU6050 output yaw pitch and roll with Arduino

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

Controlling relays through webserver with an arduino and ethernet shield but can't add more than four buttons, HTML page doesn't load

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

Clearing Arduino's serial buffer

i have a simple arduino code: void loop() { if serial.available { c = serial.read(); if (c == 'a') { blinkled(); } else off

Kalman filtering algorithm for indoor positioning system [closed]

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

Control ESP32 via Flutter BLE

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