Sending signals from laptop wifi adapter?

In summary, laptops come with a wireless adapter that can be used to connect to wifi routers. The adapter sends radio waves at a specific frequency. It is possible to write your own software that uses the adapter to send information. However, doing so requires a reference manual for the wireless adapter in your laptop.
  • #1
stroustroup
14
0
From what I understand, laptops have a wireless adapter that sends radio signals at a specific frequency to connect to a wifi router.

My guess is that the wireless adapter is some sort of radio wave emitter/reciever, and could in theory be used for any other purpose besides connecting to a wifi router. I suppose also that computers come by default with software for the adapter, that which allows me to see nearby routers and connect to them.

But is there any way for me, as a simple user, to write my own software that can use the wireless adapter to send any information I want (with only the physical device's capabilities as a limitation)?

For example, can I tell it to "emit a 3.1 GHz wave for 5 seconds and then stop." Or to broadcast "Hello world" using some mapping from strings to radio wave signals which can then be read by other devices using the inverse mapping. I don't care if the signal becomes meaningless for routers.

I have no specific application in mind, I am just curious to know whether I have any control over the signals the wireless adapter sends/recieves. And if I do, can I control it the same way I can control an Arduino and tell it to turn LEDs on and off?
 
Engineering news on Phys.org
  • #2
Well Intel publishes the specs:

http://www.intel.com/products/wirel...ource=www.hyperinzerce.cz&utm_medium=referral

It seems that the bands of transmission are fixed to specific bands so you can change that.

However, you could communicate with other devices that can listen to those frequencies.

One example are wifi spy tanks and aerial drones that act as wifi hotspots for you to connect to.

https://www.amazon.com/dp/B00GIFTWYG/?tag=pfamazon01-20

The iPad app talks to the tank using a wifi connection. The tank provides a hotspot to connect to.
 
  • #3
Building a wifi controlled device is very different than trying to reprovision a wifi chip to communicate with a different device using a different protocol.

The wifi chip 802.11 radio PHY and MAC are highly integrated and changing any part of that would be difficult. For example, the header structure, retry logic, packet format, error correction, and many other aspects of the protocol are totally hidden from the user. It is all based on the 802.11 spec.

I tried to find a programmers reference manual for a wifi chip (broadcom, realtek) so you could see the high level at which it is programmed. You should look around.

Regardless, you will need to find a reference manual for the chip in your laptop in order to understand what flexibility you may be able to exploit.
 
Last edited:

1. How can I send signals from my laptop's wifi adapter?

The process of sending signals from a laptop's wifi adapter involves connecting to a wifi network and transmitting data through the adapter to the network. This can be done by turning on the wifi adapter, selecting a network to connect to, and using the adapter to send and receive data.

2. Can I send signals from my laptop's wifi adapter without an internet connection?

Yes, you can send signals from your laptop's wifi adapter without an internet connection. This can be done through a direct wifi connection between two devices or by setting up a local network. However, without an internet connection, the devices will not be able to access the internet.

3. How far can a laptop's wifi adapter send signals?

The distance a laptop's wifi adapter can send signals depends on various factors such as the strength of the adapter, obstacles in the path, and the type of wifi technology being used. Generally, the range can vary from a few meters to a few hundred meters.

4. Can I improve the signal strength of my laptop's wifi adapter?

Yes, you can improve the signal strength of your laptop's wifi adapter by using a wifi range extender, relocating the router or adapter to a more central location, or upgrading to a more powerful adapter. Additionally, reducing interference from other electronic devices can also help improve the signal strength.

5. How do I troubleshoot issues with my laptop's wifi adapter signal?

If you are experiencing issues with your laptop's wifi adapter signal, there are a few steps you can take to troubleshoot the problem. These include checking the wifi adapter settings, restarting the adapter, updating drivers, and resetting the network. If the issue persists, it could be a hardware problem, and you may need to consult a technician for further assistance.

Similar threads

  • Electrical Engineering
Replies
3
Views
917
Replies
5
Views
2K
  • Computing and Technology
Replies
10
Views
724
  • Computing and Technology
Replies
24
Views
3K
Replies
27
Views
2K
  • Electrical Engineering
Replies
9
Views
5K
  • Computing and Technology
2
Replies
43
Views
3K
Replies
37
Views
3K
  • Computing and Technology
Replies
25
Views
1K
Replies
11
Views
2K
Back
Top