Skip to content

Commit 44549d5

Browse files
committed
update readme
1 parent 3b8982d commit 44549d5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Unsupported Apps:
3939
- Alpha Serial (Windows) still doesn't seem to detect it
4040

4141
Untested:
42+
- PenC
4243
- All other pets
4344
- Listen Mode
4445

@@ -50,6 +51,10 @@ Based on:
5051
- The Flipper Zero Boilerplate App: https://github.com/leedave/flipper-zero-fap-boilerplate
5152
- The Flipper Zero Firmware: https://github.com/flipperdevices/flipperzero-firmware
5253

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+
5358
### Youtube Example
5459

5560
[![Video showing app in action](https://img.youtube.com/vi/pggRzHnXlF4/0.jpg)](https://www.youtube.com/watch?v=pggRzHnXlF4)
@@ -87,7 +92,7 @@ flipper to make them accessible under the "Saved" menu option.
8792

8893
### Listen
8994

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.
9196

9297
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.
9398

@@ -109,6 +114,4 @@ The flipper will change the USB port from CLI mode into Serial mode and behave a
109114

110115
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.
111116

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.
113-
114117
Debug mode support could be added at some point.

0 commit comments

Comments
 (0)