Mahmoud_nasr
- Mar 20, 2023
- 6
- Joined
- Mar 20, 2023
- Messages
- 6
What do you mean 'program'??I want to program 4 apollo xp95 smoke detectors which are linked in series with an stm32,
the document below is the datasheet of the xp95 detector in English please help me to control the detector with an arduino, stm32 or esp32 card I want to display on the screen (serial monitor: ardino) the address of the detector who detects the fireThe data sheet you link to shows the basic schematic of the power and data lines (both are the same) and it should be relatively simple to extract that data as required using the same 'bridge-and-transistor' interface as show. The datasheet also gives the basic data protocols used - that it's all written in French doesn't help me - that, using a 'scope and serial analyser should be straightforward to decipher.
In other words, all the information you need is there in the datasheet. But if you want someone to 'do this for you' then you might come across another issue........
To sum up:
1. Build the interface (or tap into the signal inside the device)
2. Determine the baud rate and serial protocol used
3. Extract the information
Note - some digital oscilloscopes have built-in protocol decoding that may make this easier.