2 x Arduino Pro-Minis
2 x nRF24L01 modules
2 x limits switches
12v DC motor (not sure how or what the motor is moving?)
code
1 set of Arduino Pro-Mini and nRF24L01 is the transmitter and the other set of Arduino Pro-Mini and nRF24L0 is the receiver
You will probably need more hardware to ensure the motor connection is secure and compatible with the +5v system (being you said its a 12x DC motor) many posts and diagrams around here that talk about the capacitors and diodes to use to handle motor power surges..etc.. when starting and stopping.
I'm not familiar with the L289N HAT myself... but the H-Bridge should allow you to control the directions by toggling the control pins I thought? (so again.. just code?)
Most of the code (IMO) will be on the receiver Pro-Mini.. just interpreting any incoming 'commands' from the transmitter
Are you aware that the ancient L298 drops 2 to over 4 volts of the motor power supply? That is dissipated as waste heat.
The 6V signal will need to be reduced to less than Vcc of your Arduino board before being applied to an input. A resistor voltage divider would work for that.
Do you need feedback to tell the operator if the up or down activity has been accomplished?
You will need to code in some safety checks, such as timing the up or down movement so if the limit switch is not activated within a certain time, the system shuts down.
Even telling the operator that the system is responding may be needed.
Thanks everyone for your input.
a. Yes, i did know the H-bridge does drop by 2 volts
b. Will need to find the stall current
c. I like the idea of using the Arduino Pro-Mini and nRF24L01
I now have some starting point for coding and hardware.
FYI i have picture of the device I'm try to building
If you already have the transmitter/receiver.. you should have noted that specifically in stead of something called 6v)
I see no details on 'receiver' in your current parts list.
I have a the following parts:
Arduino UNO
L289N HAT
2x limit switch
12v DC motor
Where do i go from here with coding and other parts need for this project