Two issues in the current ProffieOS

  1. “id” command is not printing out response to serial. Only prints out the ID value to USB.

  2. Is there a serial command to disable automatic battery level printouts spam on Serial and USB? Would be nice for cleaner Serial window.

Both questions already added to Github issues section.

id has been deprecated. Use scanid instead.

1 Like

Does it also give a correct ID value?

May I suggest this thread. Will probably do some testing on 8.1 during the weekend on a V3.9.
But I’ve found weird readings when the MOSFETs are shared, even on different datalines. But I want to test again for that case. Again, in that thread used an ECO V2, which prevents any good BladeID, and then a V3 in V4 configuration with a V2.2 with a 33k resistor between Data 1 and 3.3V. So now I would like to test on a V3.9 because it has two pins jumped, and thus I don’t know how accurate it is.
On a totally different note, love your new 69 pixel plugs. As soon as I solve some issues with work I will contact to acquire a couple.

1 Like

This is very confusing, for several reasons:

  • Like NoSloppy pointed out, use “scanid” instead of “id”.
  • Output is normally directed to the terminal that issued the command, so if you run “scanid” in SerialMonitor, you should see the ID there. If you run it from a serial connection, the output should come out there.
  • Asynchronous output, like the battery monitor is normally printed to the USB Serial monitor, and not printed to the serial port. You can change which terminal receives the async messages with the “make_default_console” command.
  • There is currently no command to turn off the battery level that is printed out by the battery monitor every 20 (other than modifying the code of course).

@ShtokyD

So this is the scanid command, but I don’t see the ID value in response here:

scanid
-+=BEGIN_OUTPUT=+-
blade = 0
WS2811 Blade with 136 leds.
WS2811 Blade with 5 leds.
Simple Blade
Scanning sound font: Ahsoka 20 test done
Activating polyphonic font.
Activating SmoothSwing V2
Accent Swings Enabled.
Polyphonic swings: 16
Monophonic swings: 0
Accent Slashes NOT Detected: 
-+=END_OUTPUT=+-