Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
164 views

I currently have a robotics project which is using many (16) IMU's specifically the MPU9250 running under SPI. As a reduced example of six sensors using the Bolder flight library int cs[6] = {21, 25, ...
DrMrstheMonarch's user avatar
1 vote
1 answer
1k views

I want to create a function with a delay for each instance of a class. If some condition occur a task will be created and a delay will happen only to this instance. /* Task to be created. */ void ...
Carlos Moraes's user avatar
1 vote
2 answers
6k views

I'm trying to use BLE and WiFi on ESP32. As I've seen they can't be used at the same time, so I'm trying to figure out a way to stop receiving data from a BLE server. This are the methods to stop BLE ...
Nina's user avatar
  • 509
0 votes
1 answer
590 views

I want to make this function in Arduino uint32_t GetSeconds(int hour_now, int minutes_now, int seconds_now, int hour_future, int minutes_future, int seconds_future); Something ...
mr_applesauce's user avatar
1 vote
1 answer
571 views

The switch have worked well until home assistant update! but after I can't solve this problem. I made my room light switch with esp32-dev Kit v1 like this just drawing Arduino code here #include <...
안병욱's user avatar
0 votes
1 answer
3k views

I am using ESP32-CAM, and CameraWebServer example from standard Arduino IDE package. It works fine, but the image I receive in a browser is noisy: color lines appear randomly over the picture. Any ...
Steve Brown's user avatar
0 votes
0 answers
495 views

I would like to use LoRa (not LoRaWAN) to send a measurement from a LoRa device to a M5 Stack (esp32) with a LoRa module using a point-to-point connection. Is it possible to save that measurement to a ...
Nina's user avatar
  • 509
0 votes
1 answer
644 views

I'm pretty new to IOT and esp32 but so far managed to learn by myself, however, when I tried connecting a YX5300 serial mp3 module to my esp32 I have struggled to even make the #include libraries work....
BOG33's user avatar
  • 1
1 vote
1 answer
604 views

I got stuck at one point, how to upload the txt file in S3 using ESP32 arduino framework. I know how to do it using boto3 but not with the Arduino. Any help would be appreciable!
Yatin Baluja's user avatar
0 votes
1 answer
895 views

How can I get a relay to turn on when an iBeacon approaches an esp32 via bluetooth? via arduino I have to assign a pin for the relay so that it turns on every time the iBeacon comes close all this via ...
Anthony castillo's user avatar
4 votes
2 answers
8k views

I want to stream to WebView inside a Anrdoid App. My code is: WebView cam = (WebView) findViewById(R.id.Cam); cam.getSettings().setLoadWithOverviewMode(true); cam.getSettings()....
Rachid Id's user avatar
0 votes
1 answer
1k views

I've been banging my head against this piece of code all night. I'm trying to crop a bitmap on an ESP32 CAM. I take a photo, convert the photo to a bmp, then call the following function: size_t ...
onhiatus's user avatar
1 vote
2 answers
4k views

I'm using Pymakr on VScode to program a Pycom L01, which is connected to several sensors. i'm trying to use smbus2 library, but i can't import it. I created a python virtual enviroment and installed ...
Lorenzo_inirapmoC's user avatar
0 votes
0 answers
1k views

I am new to Arduino and Esp32 programming. I need to connect PCA9685 controller to ESP-32 cam to be able to control multiple servo motors but the SCL and SDA pins are occupied by the UART control ...
Ripudaman Sharma's user avatar
0 votes
2 answers
6k views

I have a program that can encrypt and decrypt a text with Boneh-Franklin encryption. This works great on a PC, but for some reason causes a constant reboot on ESP32 with the following error message: ...
mtamas's user avatar
  • 25
0 votes
1 answer
3k views

I'm a total noob and am just starting out with PlatformIO and Arduino/ESP32. Plan: I have two ESP32's talking over ESP_NOW, but I just can't verify the data being sent in order to progress with my ...
Fireman1224's user avatar
2 votes
1 answer
2k views

I work on project where I use FreeRTOS tasks and I would like to go into deep_sleep. Is there anything that I should do before going into the deep_sleep ? Or after wake up, RTOS scheduler works as ...
R0b1S's user avatar
  • 23
0 votes
1 answer
940 views

I'm using ESP32 Arduino IDE. I have one task at each core. In the core0 task I set up a timer interrupt that signals to the task (through the interruptCounter variable) to toggle a pin every 100 us. ...
Kakukk777's user avatar
-1 votes
1 answer
291 views

How to use Twilio to voice call from browser pc to esp32? I want to find ways to telemedicine with esp32-cam to stream video and now I'm finding for audio stream too, please suggest me.
gaew's user avatar
  • 1
0 votes
2 answers
2k views

I have an ESP32-CAM board with a microSD card attached (8GB). In my setup function I create a directory. In loop the ESP32-CAM takes images and stores in the directory. The code successfully creates ...
Ravi Chudgar's user avatar
0 votes
1 answer
702 views

I am reading some robotic code and i came across something like Newline and Carriage. What are those two things? I could not find any useful usage related the code itself. Here is the code // !! make ...
Belengaz's user avatar
0 votes
0 answers
110 views

First of all I am kind of a noob working with microcontrollers, by the way I am using Arduino IDE 1.8.13 I fallowed the hookup guide to set up Arduino IDE to work with Sparkfun ESP 32 Thing board, and ...
luis_laurent's user avatar
1 vote
2 answers
1k views

Ubuntu 20.04 -- Arduino IDE 1.8.13 I have tried three different (same make/model) Wemos Lolin D32 boards without luck ... i.e. unlikely to be a hardware problem. This is the exact board: https://www....
Søren ONeill's user avatar
-1 votes
3 answers
2k views

Please help me, I have try BLE Scan but when I call the MyAdvertisedDeviceCallbacks class the device found result is 0 but when I am not calling the class the device found show the result is 3. is ...
Hendri's user avatar
  • 3
2 votes
1 answer
1k views

I am having a bit of puzzling situation here with my experiment. I am simply measuring the soil moisture using a capacitive sensor and reading via analog pin of nodemcu. Afterwards, I am categorizing ...
blackbug's user avatar
  • 1,138

1
9 10 11 12
13