Questions tagged [wireless]
Wireless refers to the technology allowing the transfer of information between two points that are not physically connected.
184 questions
1
vote
1
answer
70
views
HC-12 receives garbage, but the garbage is consistent
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 ...
0
votes
2
answers
189
views
ESP8266 send gps data via esp now
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 ...
2
votes
1
answer
187
views
Which Bluetooth Module can I use with Arduino Micro?
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?
2
votes
1
answer
628
views
How can I host a WiFi network from an Arduino getting a connection from a SIM card?
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 ...
0
votes
2
answers
1k
views
LoRa Ra-02 Module begin and beginPacket not working in Arduino Nano
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/...
3
votes
1
answer
279
views
How do I set the DHCP pool for an ESP-WIFI-MESH? [closed]
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 ...
2
votes
2
answers
2k
views
Does ESP32 can support WIFIDirect
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 ...
2
votes
0
answers
222
views
How to communicate pt2262 and pt2272 modul
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(...
2
votes
1
answer
741
views
NRF24L01 PA+LNA With Arduino
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>
#...
1
vote
1
answer
136
views
RF Keyfob single button code
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. ...
2
votes
0
answers
338
views
I am trying to connect ps3 controller to Arduino mega using usb host shield, but it isn't getting?
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 ...
1
vote
1
answer
137
views
Arduino Uno stops accepting command from PS3 Wireless controller?? although it remains connected!
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 ...
1
vote
1
answer
134
views
how to detect when a transmitter is turned off?
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 ...
1
vote
1
answer
214
views
Unwanted Wi-Fi Jamming by ESP8266
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 ...
1
vote
0
answers
187
views
Understanding HC-05 and HC-06 usage
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 ...
5
votes
1
answer
196
views
Wirelessly (but fast) transfer STEP and DIR output from Arduino to stepper driver
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 ...
1
vote
0
answers
158
views
Communication code between nrf24l01's suddenly not working. Hardware is fine
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 ...
2
votes
1
answer
301
views
Is it possible to extract the firmware of an Arduino BLE or IoT board wirelessly?
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 ...
0
votes
1
answer
2k
views
Decode rf remote signals with ESP32 or node MCU?
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 ...
2
votes
0
answers
184
views
nRF24L01 +pa +lna link does not communicate
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 ...
-1
votes
2
answers
154
views
How do I switch between while loops before the current loop finishes? IR Remote + LED's
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 ...
1
vote
0
answers
166
views
Problem communicating Using Nrf24l01+pa+lna, I am receiving 00 Hex
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 ...
1
vote
0
answers
64
views
How do I set up bluetooth to wirelessly control servo's connected to an arduino from my PC?
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 ...
2
votes
0
answers
2k
views
Sending a JPEG from one Arduino to another
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.
...
1
vote
1
answer
217
views
rfm69 on M0 Express... init() doesn't work
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
...
-3
votes
1
answer
814
views
What wireless protocols can be used with arduino?
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 ...
2
votes
2
answers
2k
views
Understanding NRF24L01 specifications
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 ...
0
votes
0
answers
834
views
Wireless playstation 2 remote not connecting up to arduino
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 ...
1
vote
0
answers
44
views
Ardunio wireless voice transmission
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.
1
vote
1
answer
172
views
What NRF24L01 module is this?
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 ...
1
vote
1
answer
213
views
Sending Strings from NRF24L01 to app
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 ...
2
votes
1
answer
167
views
How to Fix mouse cursor lag on voice & movement based head mouse in wireless setting?
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 ...
2
votes
1
answer
5k
views
How do I set up an Arduino to be a wireless HID?
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 ...
1
vote
0
answers
865
views
how to implement AES in LoRa Module with Hardware Flow control using ESP8266?
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 ...
-1
votes
1
answer
101
views
Problem communicating with GSM module which is a Fona 3G from adafruit
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 ...
1
vote
2
answers
1k
views
Wireless Bluetooth USB HUB using Arduino nano
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 ...
-1
votes
1
answer
160
views
NodeMCU Server side cannot send things to client side - multiple clients attached
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-...
1
vote
2
answers
85
views
Arduino-compatible wireless technology which can be suitable for transmitting data
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 ...
-1
votes
1
answer
471
views
Serial communication by bluetooth hc-05
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 ...
1
vote
0
answers
206
views
How to transfer serial data or plot wirelessly on an arduino?
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 ...
2
votes
1
answer
81
views
Which board to use for wireless communication of small packages? [closed]
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 ...
3
votes
0
answers
2k
views
Arduino Bluetooth upload problem HC-05 v4.0
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) ...
0
votes
1
answer
442
views
Establishing wireless comm. between PC and arduino pro micro to exchange speech and gyro data
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 ...
0
votes
1
answer
590
views
Arduino encrypted Radio communication
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.
0
votes
1
answer
5k
views
RF24 library commands, channel, and address
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 ...
1
vote
1
answer
1k
views
SD Card and Lora module arduino uno
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 ...
-1
votes
2
answers
220
views
Is there way to wirelessly connect a arduino drone‘s camera?
Is there way to wirelessly connect a arduino drone‘s camera and stream to a set device from 10 km away?
1
vote
1
answer
1k
views
Is it possible to transmit radio signal with cheap 433Mhz transmitter as strings and receive it with an RTL-SDR
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 &...
0
votes
1
answer
193
views
Arduino digital pin status not transmitting via NRF24L01 where as analog pin status is getting transmitted ,Why?
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 ...
1
vote
0
answers
652
views
Can't connect my ESP-12F to WiFi with my Arduino Uno
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 ...