Answer the question
In order to leave comments, you need to log in
Arduino converting radio signal to infrared to turn on LED?
Good afternoon.
Please tell me who understands Arduino how to solve the following problem.
Task: to assemble an Arduino installation that will send a radio signal
(the reason why the radio sends is to work through walls) which is subsequently
converted into an infrared signal and turns on the LED light bulb.
Question 1: What components are sufficient to implement this task?
While there is an Arduino Uno R3 board, NRF24L01+ Wireless transceiver, LED lamps and jumpers (F/M, M/M) with resistors (220.1K,4.7K,10K).
Question 2: How complex is the sketch, what libraries are needed? At least tell me how to convert the radio signal approximately at the software level.
They suggested that it is better to use a 433 MHz transceiver in the NRF place, since it will work more stable through the walls.
I also found a solution to my problem in 2010, but it requires re-soldering and the availability of universal control panels, is it possible to do this now without purchasing these panels, but using conventional modules?
Solution:
Video solution:
Answer the question
In order to leave comments, you need to log in
Here is the element base, circuit and program for Arduino for a similar task - remote control of lighting (at 433 MHz). Extra elements and code can be thrown away and you get what you need.
The NRF24L01 is "almost Wi-Fi", so comparing it to a 433MHz transceiver is basically ridiculous.
Otherwise, you are digging in the right direction. You need a library for working with a radio module, maybe an IR LED control library. Complexity is a relative thing, it’s not difficult for me, I don’t know how it is for you
I suspect you need to use requests.Session()
url = 'https://...'
login = 'login'
password = 'password'
s = requests.Session()
r = s.get(url, auth=(login, password))
As I understand it, you decided to write a bot for Mile?
Then you read THIS
But it's useless, because you won't understand. FOR early ...
IMHO
I think the point is that mail has AJAX.
You need to do the following - through Firebug in Firefox, see what specific requests with what content the client sends to the server when logging in, and reproduce these requests using any convenient tool - grab / requests.
I like grab in this regard - it is fast and easily parses the source code of the page.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question