in16-bim112 - 4 input with led(?)

Fragen und Diskussionen zu den Geräten. Sowohl Hardware als auch Software. English is welcome.
Antworten
pete68
Beiträge: 61
Registriert: 14. Jun 2015, 10:12

in16-bim112 - 4 input with led(?)

Beitrag von pete68 »

hi, I just flashed an ARM sensor with firmware in16-bim112_release_bi4_ts_arm_inverted_v1.12_libv2.10. It works well as an input device, however I did not understand if the firmware provides for the possibility of connecting feedback LEDs, considering that it is possible to configure it via ETS.
From the source files it is not clear (at least I do not understand) if the LEDs are configured on some port of the LPC1115. Is anyone aware of this possibility? thanks
Darthyson
Beiträge: 109
Registriert: 3. Sep 2020, 14:03

Re: in16-bim112 - 4 input with led(?)

Beitrag von Darthyson »

Hi pete68,
the in16-bim112 software might support it, but the released in16-bim112_release_bi4_ts_arm_inverted_v1.12_libv2.10.hexfirmware doesn´t.
You need to change the config.h and compile it yourself (wiki in german).
E.g. change empty line line 18 to

Code: Alles auswählen

#define LED
and change line 64 from

Code: Alles auswählen

#elif (NUM_INPUTS == 4)
to

Code: Alles auswählen

#elif (NUM_INPUTS == 4) && !defined(LED)
This should activate # define HARDWARE_ID 4 and hardwareVersion[4] ... "Binary input/LED 4f"
Please keep in mind that this buildconfig is untested, as I honestly didn't even know it exists.
Bye Denis
6x in16 | 1x rol-jal | 3x MSA | 1x raincenter | 2x out8 | 2x Rauchmelder | 1x 4sense | 1x out-cs | 1x rtr_lcd | 6x Kombisensor LPC
pete68
Beiträge: 61
Registriert: 14. Jun 2015, 10:12

Re: in16-bim112 - 4 input with led(?)

Beitrag von pete68 »

thanks, I can try but which uC ports would be available for the LEDs?
Darthyson
Beiträge: 109
Registriert: 3. Sep 2020, 14:03

Re: in16-bim112 - 4 input with led(?)

Beitrag von Darthyson »

In theory for a TS_ARM controller

Code: Alles auswählen

gpio       ETS      TS_ARM
PIO2_2      A       IO2
PIO0_9      B       IO3
PIO2_11     C       IO4
PIO1_1      D       IO5
6x in16 | 1x rol-jal | 3x MSA | 1x raincenter | 2x out8 | 2x Rauchmelder | 1x 4sense | 1x out-cs | 1x rtr_lcd | 6x Kombisensor LPC
pete68
Beiträge: 61
Registriert: 14. Jun 2015, 10:12

Re: in16-bim112 - 4 input with led(?)

Beitrag von pete68 »

thanks again, but these pins are the ones for the buttons! I meant the ones for the feedback LEDs
Darthyson
Beiträge: 109
Registriert: 3. Sep 2020, 14:03

Re: in16-bim112 - 4 input with led(?)

Beitrag von Darthyson »

OK, my bad. I thought you meant the LED output function of a Binary input/LED 4f:
in16_led_output_parameter.png
in16_led_output_parameter.png (18.85 KiB) 2735 mal betrachtet
However, you mean the LEDs that indicate the current status of the input (feedback LEDs).
So forget everything I've written so far.
The simple answer is that the in16-bim112 software does not yet support feedback LEDs.
6x in16 | 1x rol-jal | 3x MSA | 1x raincenter | 2x out8 | 2x Rauchmelder | 1x 4sense | 1x out-cs | 1x rtr_lcd | 6x Kombisensor LPC
pete68
Beiträge: 61
Registriert: 14. Jun 2015, 10:12

Re: in16-bim112 - 4 input with led(?)

Beitrag von pete68 »

grazie
Antworten