From c460bdc092d052a5f13bd1be4b66616d2a817680 Mon Sep 17 00:00:00 2001 From: leo Date: Fri, 30 Jun 2023 14:50:09 +0200 Subject: [PATCH] README --- README.adoc | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 README.adoc diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..450dca2 --- /dev/null +++ b/README.adoc @@ -0,0 +1,97 @@ += Power Profiler - Firmware + +Logiciel embarqué pour le Power Profiler (https://git.leserveurdansmongrenier.uk/leo/power-profiler-pcb[PCB], https://git.leserveurdansmongrenier.uk/leo/Power-profiler-client[Client]) + +== Services + +[cols=6] +|=== +.2+h|Service +.2+h|Nom +.2+h|UUID +3+h|Charactéristiques +h|Nom +h|UUID +h|Descripteurs + +|Mesures +|Courant calculé +|0x1878 +|Courant electrique +|0x2AEE +|char_pres_format + + +.3+|Mesures +.3+|Courants +.3+|0x1878 + +|Courant electrique +|0x2AEE +|char_pres_format +Source gain (X1) + +|Courant electrique +|0x2AEE +|char_pres_format +Source gain (X10) + +|Courant electrique +|0x2AEE +|char_pres_format +Source gain (X100) + + +.3+|Mesures +.3+|Voltages bruts +.3+|0x1878 + +|Voltage +|0x2B18 +|char_pres_format +Source gain (X1) + +|Voltage +|0x2B18 +|char_pres_format +Source gain (X10) + +|Voltage +|0x2B18 +|char_pres_format +Source gain (X100) + + +.2+|Plage de mesure +.2+|Plage de mesure +.2+|0x1880 + +|Auto-range +|0x2C15 +|char_pres_format + +|Plage actuelle +|0x2AEF +|char_pres_format + + +.4+|Configuration +.4+|Configuration +.4+|0x1879 + +|Delai de rafraichissement +|0x2C12 +|char_pres_format + +|Calibration des offsets au zero +|0x2C13 +|N/A + +|Reset des offsets +|0x2C16 +|N/A + +|Nombre de mesures pour la calibration +|0x2C14 +|char_pres_format +|=== \ No newline at end of file