Skip to main content

Questions tagged [wireless]

Wireless refers to the technology allowing the transfer of information between two points that are not physically connected.

Filter by
Sorted by
Tagged with
1 vote
1 answer
70 views

I'm playing with two HC-12 wireless communication modules. After setting AT+FU4, I tested the modules, but the communication appeared to be unreliable in one direction. I tried to simplify the code as ...
Arseni Mourzenko's user avatar
0 votes
2 answers
189 views

I have a project that involves two ESP8266 and a NEO-6M GPS module. I want to send the GPS data to the other microcontroller using ESP-NOW, however it fails to send the data although it displays the ...
mizuto0's user avatar
2 votes
1 answer
187 views

I am building a HID (mouse) using Arduino Micro. I want the mouse to communicate with the PC wirelessly. I am wondering which Bluetooth module works for me either HC-05,06 or any other?
Abubakar's user avatar
2 votes
1 answer
628 views

My friend and I are doing a project and we're stuck on a problem. We tried looking stuff up but it looks like no one documented something similar before. Basically, what we want to do is have one ...
loom's user avatar
  • 31
0 votes
2 answers
1k views

Here there, recently I am testing Lora Ra-02 module I saw many videos and it is easy to set up, according to this schematic: LoRa SX1278 Module-----Arduino Nano Board 3.3V------- Gnd---------Gnd En/...
Asif Uz Zaman's user avatar
3 votes
1 answer
279 views

I'm building a mesh with ESP32 dev kits (ESP32-DevKitC V4) using the ESP-IDF VS Code extension and the ip_internal_network example project. The code for the example, common project components, and the ...
diomed's user avatar
  • 51
2 votes
2 answers
2k views

I would like to establish a simple P2P connection between an ESP32 and an Android device without the use of an access point. I should be able to send and receive data from the ESP32 through the ...
Abhay Kondru's user avatar
2 votes
0 answers
222 views

There is a library called Virtual wire. I used it, but without success. I couldn't quite understand its pins. Can you explain? How can I use it?First picture receiver(pc2272) second picture tranmitter(...
koraysonal's user avatar
2 votes
1 answer
741 views

I am using the NRF module for remote communucation.I have been many research about nrf but my nrf module is not working This is my tranmistter code: #include <SPI.h> #include <nRF24L01.h> #...
koraysonal's user avatar
1 vote
1 answer
136 views

I'm making a project where a 2 channel RF keyfob (433Mhz) controls an led using arduino nano. As for the hardware everything works and I have tested it with the example decoder code and it works fine. ...
Kokachi's user avatar
  • 123
2 votes
0 answers
338 views

I tried various method from YouTube and also debugged it. It shows that ps3 controller address was set to local Bluetooth address, after that when I try to connect, it shows that it is receiving ...
aditya gupta's user avatar
1 vote
1 answer
137 views

so I was trying to control a bot wirelessly with the help of ps3 controller and USB host shield, i am using Arduino UNO as micro-controller. I was able to connect PS3 controller with Arduino and ...
aditya gupta's user avatar
1 vote
1 answer
134 views

Using the nrf24l01 wireless module I want to control a led with the sketch below. The transmitter automatically sends data at intervals of one second continuously and when the receiver counter reaches ...
Sabri73's user avatar
  • 51
1 vote
1 answer
214 views

I bought an ESP8266-01 module. I attempted to upload following code onto it. void setup() { // put your setup code here, to run once: Serial.begin(9600); } void loop() { // put your main code ...
Ali Hakim Taşkıran's user avatar
1 vote
0 answers
187 views

I am looking to make some wireless motor controllers, and am going to use an Arduino connected to an HC-05 module as a master controller, with a potentiometer as the speed controller input. There will ...
Lesthegringo's user avatar
5 votes
1 answer
196 views

Very short version: Looking for a way to wirelessly get STEP and DIR signals (only those two signals) from an Arduino to a DRV8825 stepper driver about a meter away: Arduino -> STEP and DIR IO pins ...
Jasper's user avatar
  • 151
1 vote
0 answers
158 views

I specifically had saved code for the purpose of checking the connection, but it doesn't seem to work anymore. All the examples from this simple tutorial work, so it can't be a hardware issue. Maybe ...
Maksiss's user avatar
  • 11
2 votes
1 answer
301 views

I've looked at previous questions regarding sketch extraction and know that it is possible to extract the hex code from an Arduino board using avrdude from the command line. However, I want to see if ...
Tj Hasan's user avatar
0 votes
1 answer
2k views

I'm trying to decide my rf remote signals using ESP32 or node MCU. I have tried with Arduino and was successful but for some reason it is not working on either ESP32 or node MCU even using the same ...
rohithrathod banoth's user avatar
2 votes
0 answers
184 views

I’m trying to create a link between two nRF24L01 units. Each nRF24L01+-based module (purchased) is connected to Arduino Nano on a custom-designed PCB. The printed wiring is per the hardware ...
user1511360's user avatar
-1 votes
2 answers
154 views

I have a project that requires rotation of a tank tread. I've simulated LED's to go off in a rotation using an IR Remote. I want to stop the clockwise rotation halfway through so I can immediately ...
Nick's user avatar
  • 9
1 vote
0 answers
166 views

I am trying to build a wireless switch. At one end, I have Arduino Uno connected to Nrf24l01+pa+lna module. While at the other end there is Arduino Nano connected to Nrf24l01+pa+lna and a relay. I ...
usmanarif's user avatar
1 vote
0 answers
64 views

I have been working on a project that includes two servos, one is on X axis the other is Y, the Arduino takes my cursor's X,Y coordinates over a Visual C# program and translates them through the ...
4ourHearts's user avatar
2 votes
0 answers
2k views

I've got an Arducam OV2640 which takes a picture as a JPEG that I'd like to send to another Arduino using a pair of nRF24L01 wireless transceivers to eventually display it on an SSD1351 OLED. ...
JShoe's user avatar
  • 21
1 vote
1 answer
217 views

I have already connected succesfully the rfm69 on my Feather M0 Express... but I cannot do it again. The connections are (in the order of the rfm69): Vin -> 3V Gnd -> Gnd En -> (nothing) G0 -> 9 ...
JL Ecole Decroly's user avatar
-3 votes
1 answer
814 views

Before you close this saying it's not related to programming. It is related to programming since i'm using it and asking about libraries. What are the common types of communication protocols and their ...
Macaroni's user avatar
2 votes
2 answers
2k views

I was reading this tutorial about the NRF24L01 and came across a few terms which I did not clearly understand. It uses the 2.4 GHz band Does this refer to the frequency of the EM waves that the ...
idunno's user avatar
  • 67
0 votes
0 answers
834 views

I am trying to connect my wireless playstation 2 remote up to my arduino but I am facing one problem. Whenever I restart my program (by clicking the red button) the PS2 remote's dongle blinks at the ...
DigitalRookie4's user avatar
1 vote
0 answers
44 views

I made a project based on calling with gsm module and arduino and now i want to transmit to voice wirelessly to my bluetooth earphone which module should i use for this purpose.
Akash Deep's user avatar
1 vote
1 answer
172 views

I received my NRF24L01 Module today but I'm having a hard time finding any resources about this particular combination of modules! https://i.sstatic.net/Tiwyj.jpg I tried searching up the v200 1812A ...
CCG's user avatar
  • 11
1 vote
1 answer
213 views

I want to send pushbutton status from the nrf24l01 module to the app named nrfConnect. I could only find libraries that allow me to send float values. How could I send String values to the app? Thank ...
Kithmi Abeykoon's user avatar
2 votes
1 answer
167 views

For my head mouse project which is based on the voice recognition module V3.1 for left click, double click, right-click operations, I am facing a problem. I am using 433Mhz Radio Frequency one-way ...
Nahian Rifaat's user avatar
2 votes
1 answer
5k views

The question below describes how to set up an Arduino as an HID (Human Input Device -- like a keyboard, mouse, etc.). How can I set up an Arduino as a wireless HID? I'm flexible as to the wireless ...
Mark Harrison's user avatar
1 vote
0 answers
865 views

I am working on project where I have to do AES encryption of plain text received through normal UART port of ESP8266 create a cipher text and sending it to LoRa module (EByte E32 868T30D) through ...
Mr.B's user avatar
  • 57
-1 votes
1 answer
101 views

My issue is fairly simple to describe but I have no idea what the problem could be. So I got my FONA 3G and immediately after taking it out of the box, I connected the battery and I wired up my FTDI ...
user3308807's user avatar
1 vote
2 answers
1k views

I have the following problem/idea: I have a electronics workbench and a separate PC desk. Now I have a USB HUB on the workbench, but it doesn't properly work, because the USB-cable to the pc is too ...
XPModder's user avatar
  • 119
-1 votes
1 answer
160 views

I technically need your help, when I am working on my project, I found out that my server-side cannot send data to the client-side, my server-side is made with WiFiServer(80) so it is when my client-...
Ted Lu's user avatar
  • 3
1 vote
2 answers
85 views

Introduction I've been meaning to build a vehicle using arduino components and LEGO. I have a mechanical clamp built with arduino which will be locked on top of a custom LEGO build (It should be made ...
Michele Cioccarelli's user avatar
-1 votes
1 answer
471 views

i am making a ultrasonic radar using stepper motor and ultrasonic sensor , and displaying the output over a software(processing 3) which looks like a radar ppi on display ...is it possible ot replace ...
mukulmagotra98's user avatar
1 vote
0 answers
206 views

I have an arduino uno and an accelerometer connected reading vibrations. I want to be able to send the serial data or serial plot wirelessly from the arduino to any program(recommendations will be ...
yeye2111's user avatar
2 votes
1 answer
81 views

I was hoping to get your advice on what Arduino boards to look at for a project I'm working on. The project involves two separate boxes in different rooms of my apartment (~ 5-10 feet away from each ...
anishsangari's user avatar
3 votes
0 answers
2k views

I upload code into arduino nano using a self-made PCB with bluetooth using this method. I was initially using Arduino Nano (chinese Clone, the one with CH340G) and Bluetooth module HC-05 (version 3.0) ...
Kunal Kataria's user avatar
0 votes
1 answer
442 views

I have a client project to make a wireless head-mounted mouse. What wireless module should I use so that I can exchange data between my laptop and the arduino pro micro through the USB port like a ...
Nahian Rifaat's user avatar
0 votes
1 answer
590 views

Is there any way or library to communicate two Arduino devices with encrypted connection using modules NRF24L01 or "433Mhz RF" ? Similar encryption like CCMP in Wi-Fi network.
user avatar
0 votes
1 answer
5k views

I'm trying to use the RF24 library for wireless communication. However, it appeared that this library does not have "help" option. There was a keywords file but it did not explain what it does. I ...
ShoutOutAndCalculate's user avatar
1 vote
1 answer
1k views

Background: When working on the 2 modules separately they were working perfectly. Problem: In the code attached we tried integrating them but Lora wouldn't receive any data unless we commented out ...
Hans Gonzaga's user avatar
-1 votes
2 answers
220 views

Is there way to wirelessly connect a arduino drone‘s camera and stream to a set device from 10 km away?
user59581's user avatar
1 vote
1 answer
1k views

I have these Arduino transmitters and receivers. They are very common. I am just trying to transmit a "Hello" Message using this code. #include <RH_ASK.h> #ifdef RH_HAVE_HARDWARE_SPI #include &...
Physics's user avatar
  • 23
0 votes
1 answer
193 views

I am currently working with a project using NRF24L01 which I integrated with my Joystick so that I can make it wireless.While transmitting the information in my Joystick to the receiver only analog ...
Abel C Dixon's user avatar
1 vote
0 answers
652 views

Recently I bought this wifi adapter for my IOT projects that I connected to my arduino uno that seems to not working. I have tried with the arduino ESP8266WiFi library with RX connected to pin 0 and ...
NekoJustice's user avatar