You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ Unsupported Apps:
39
39
- Alpha Serial (Windows) still doesn't seem to detect it
40
40
41
41
Untested:
42
+
- PenC
42
43
- All other pets
43
44
- Listen Mode
44
45
@@ -50,6 +51,10 @@ Based on:
50
51
- The Flipper Zero Boilerplate App: https://github.com/leedave/flipper-zero-fap-boilerplate
51
52
- The Flipper Zero Firmware: https://github.com/flipperdevices/flipperzero-firmware
52
53
54
+
### Known Issues
55
+
56
+
Occasionally when using the USB A-Com mode, the flipper zero USB driver will crash the flipper due to the way I'm overwriting the USB VID/PID. I'm not sure why yet and am still debugging this. Subsequent attempts seem to work and this is uncommon (although not rare).
57
+
53
58
### Youtube Example
54
59
55
60
[](https://www.youtube.com/watch?v=pggRzHnXlF4)
@@ -87,7 +92,7 @@ flipper to make them accessible under the "Saved" menu option.
87
92
88
93
### Listen
89
94
90
-
Listen is currently untested, as I have not created a jig to make it function!!
95
+
Listen mode is now partially functional. It is difficult to get a good read at the moment although it is possible. I need to re-work the code to use rising/falling edge detection instead of looping though so the flipper GUI does not hang, and we don't have to spend the whole time looping on a GPIO read.
91
96
92
97
Listen allows you to connect 2 vpets to each other and eavesdrop on the data they send. Both codes will show up on the flipper after communication completes, and you can save either code to the flipper for later use. Leaving this screen will pause dmcomm.
93
98
@@ -109,6 +114,4 @@ The flipper will change the USB port from CLI mode into Serial mode and behave a
109
114
110
115
Dmcomm supports a voltage test. However, the flipper zero firmware does not yet have ADC support implemented. This is still possible as demonstrated by the flipper zero oscilloscope project. At some point I may implement this. A-Com's themselves use analog input in order to support a wider range of devices logic levels. This may limit the flipper app's compatibility for now.
111
116
112
-
DMC support isn't included in the dmcomm-project ino, but has been added to the updated https://github.com/dmcomm/dmcomm-arduino-lib project. At some point I may update this to port the CPP code onto the flipper.
0 commit comments