Hi Barf, thanks for your comments. Finally, I re-soldered my config to fit A0 digi-pin. Now it works., sometimes it hangs and I have to restart the Hardware/Software and then it works again. I am very happy, thank you very much!Barf wrote:IrScrutinizer saves the last selected capturing (and sending) hardware to the preferences. However, it does not try to open it when it starts again, because I think that would have more potential problems than benefits, for example if the hardware is no longer present.hanryz wrote: I assume that I will still have to select arduino in the GUI in order to communicate with the hardware? Thank you!
Good luck. Would be nice if you report your progress.StephenR0 wrote:Thank you very much. That was very helpful. Now to build it! Smile
No, you cannot change things like that. MikeT explans in the other thread that there is only one of his timers usable om Atmega328 (uno/Nano), two in Leonardo , two in Mega2560. They are connected to certain pins, non-configurable. (The Due is possibly different.) To use the alternative pin in Leonardo or Mega2560 (13 in Leonardo, 48 in Mega2560), usehanryz wrote:when trying to capture something I fail to do so. I changed the capture pin to port D and input 2 and recompiled the sketch (D2 is my previous hw config which worked with IrRemote routines).
#define ALTERNATE_PIN
in IrWidget.h. (My stuff, do not blame MikeT.) That are all the things configurable. BTW, I would never hard code anything like that without any good technological reason.
BTW, what hardware are you using?
Just FYI, the receiver sketch which was delivered in the previous version and was based on IrRemote lib of the Arduino, was reconfigurable in terms of the pins.
I am using Arduino Nano v3 just as shown in your picture couple of posts before.
I