Replies: 5 comments 1 reply
-
Thank you for those kind words. I have been using a simple module to send 433 MHz signals (in particular with the Arctech, which IrScrutinizer handles).
I am not quite sure what you mean. If you define However, I have not had very much success with receiving such signals -- but I did not try very hard either. Appears that the AGC (automatic gain control) turns up the gain between the sends, which makes it pick up a lot of noise. If you have had success with this, I would be happy if you describe it in detail.
Sending: The sending class is
I'd say that you found out in a fairly painless way... |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. I use also a very cheap 433Mhz receiver and the solution i found is to press the remote button before capturing, my receiver takes also to much noise, by this way it works. I have also to invert signal between receiver and Arduino entry (br5) with one transistor. (Can also invert on the emitter command but in this case the emitter will be ON all the time, but it transmit also correctly. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. IrSender irSender =
|
Beta Was this translation helpful? Give feedback.
-
If you are using it only for a limited use case (for example no modulated sends), feel free to configure/rewrite for that usecase. (I see that NON_MOD without TRANSMIT will not work, will try to fix for the next release.) |
Beta Was this translation helpful? Give feedback.
-
Thanks, for me, it works fine like that, i have a little switch on my arduino shield : carrier / no carrier . Signal with carrier on pin 3, without carrier on pin 10. |
Beta Was this translation helpful? Give feedback.
-
This program works really fine and memorize and analyse all my IR Remote.
I put 433Mhz receiver module on br 5 Arduino , inverting phase with a transistor (you have to put "use receive for capture" in hardware, and the 433Mhz emitter module input on br 3 Arduino.
I can memorise my 433Mhz alarm remote et activate or desativate alarm with IRScrutinizer, works fine.
Two little things to improve the system.
I think there is a 38 Khz carrier added, if it is possible to add an option to desactivate carrier, would be fine
If it is possible add an option to invert phase on input/output, this would be fine for testing other use of IRScrutinizer.
I am desapointed, i thinked my alarm working with rolling codes, but nothing like that. I can use the code memorized with IRScrutinier 10 times, it works each time.
Cheers and thanks to devellopers (i was IT and occasionaly develloper)
Beta Was this translation helpful? Give feedback.
All reactions