SkyLift ESP32 or Fake WIFI SPOOF
Hello I wanna setting up this script GitHub GitHub - adamhrv/skylift: Wi-Fi Geolocation Spoofing with ESP8266 / ESP32 Wi-Fi Geolocation Spoofing with ESP8266 / ESP32. Contribute to adamhrv/skylift...
View ArticleHexfile upload weirdness
As my last 2-3 posts have chronicled, I have been on a journey to pull a hexfile from an old MEGA2560 board and put it onto a new one. I have successfully downloaded this hexfile a while ago now but...
View ArticleArduino IDE 2.3.2 error:
After I translate: A simple PioSPI sample from github.com jpiat/PIOSpi/blob/main/examples/loopback/loopback.ino #include "PioSPI.h" // necessary library unsigned char test_data [7] ; unsigned char...
View ArticleRfid arduino 134.2 khz long range
Hello everyone, I'm attempting to create a sheep counter using an RFID reader device that I recently purchased here(https://clck.ru/3A84gW). My goal is to connect this device to an Arduino and...
View ArticleProject Question: Non Blocking Functions
So Ive been coding a project which involves some LEDs running sequences and a stepper motor. I want both sets of code to run simutaneously, however despite research on non-blocking code - im...
View ArticleTransmitting data wirelessly using HC-12
Hello, I'm currently working on a project that involves two stations: a transmitter and a receiver. Please keep in mind that I'm a beginner. On the transmitter side, I'm using an ESP32, HC-12 433MHz...
View ArticleConnect USB (serial interface) device to an arduino or ESP32?
Hi there, i have an USB GPS interface here wich shows up as a serial device in the OS. Is it somehow possible to use the serial data directly in an arduino or ESP32? i have read somewhere that pin 18...
View ArticleBuilding a MIDI Piano with ESP32: Saving MIDI Output to Files
Hello, I'm a beginner in the field of microcontrollers and I'm working on a project to create a piano that generates MIDI notes for audio output. I've successfully implemented MIDI note generation,...
View ArticleProximity sensor with time delay buzzer
Hi all, I am new here and want to connect proximity sensor with Arduino Uno along with a buzzer (85-90dB). Once the proximity sensor stays on / triggered continuously for 10 sec, then the buzzer...
View ArticleArduino 2.3.2 can't compile previously working projects for MKR1500NB
I opened Arduino after the recent update and went to push a previously working sketch to my MKR1500NB. I got a bunch of compiler errors for the MKR core. Checked that all my libraries and board...
View ArticleOptimizing code
#include <ESP32Servo.h> #include <WiFi.h> #include <BleKeyboard.h> #include <WiFiClient.h> #include <BlynkSimpleEsp32.h> BleKeyboard Blekeys; Servo myservo; // Create a...
View ArticleElegoo Arduino Uno R3 PCB layout error?
In the power circuit there is a comparator that detects the presence of Vin and controls a FET switch in the USBVCC circuit. I was hoping to connect this comparator to an I/O pin to allow the Arduino...
View ArticleProblem identifying encoder pins
Hi, I need help determining the pin outputs of the encoder that I want to connect to arduino leonardo (where is -, signal 1, signal 2, +). This is an encoder used in Canon Pixma...
View ArticleMultiple Robots over Long and varying Ranges
Hi Everyone, This is a question about: A) best comms for multiple commands between a (travelling) user and (3) robots over 1-5km. B) best comms for images (but not live video, talking 4mb images every...
View ArticleESP32 Nano not reconnecting to serial port after Windows sleeps
Hello, I am using a Nano ESP32 as a deej controller (here is a link to the project: GitHub - omriharel/deej: Set app volumes with real sliders! deej is an Arduino & Go project to let you build...
View ArticleRest API: HTTP GET Request
Hello all, I am using an ESP32 to call three webpages (rest API), but I am having a frustrating amount of trouble getting the HTTPClient library to cooperate. Specifically, I can't even get past the...
View ArticleGFX library background text color?
Does anyone know what is GFX's classic built-in font that the background color fill works with? Adafruit GFX Library .setTextColor(uint16_t c, uint16_t bg) I've tried using these fonts that are listed...
View ArticleKart AIM throttle position sensor with magnet - read input
Hello Everyone, Im new to using Arduino, but veteran coder. In a nutshell, Im trying to create my own kart data logger so I can collect the data from driver inputs. The goal is to use this data for...
View ArticleZS-X11H BLDC Motor Controller Connection
Hi, I have an 18V brushless DC motor for which I ordered a ZS-X11H motor controller. The motor is reclaimed from a robot lawn mower, and I do not know what the 8-wire pinout is. The mower PCB ICs have...
View ArticleSquare Line Studios /w ESP32-S3 Development Board, with 1.28inch Round Touch LCD
Hello, I am trynig to run this code in my arduino IDE #include <lvgl.h> #include <TFT_eSPI.h> #include <ui.h> /*Don't forget to set Sketchbook location in File/Preferencesto the path...
View Article