Your cart is empty.
Your cart is empty.Andy
Reviewed in the United States on February 4, 2025
The light works well. There is one issue with the instructions on the product page.Just know that the buzzer "off" is 0x01 and on is 0x02 - you'll be surprised if you send the command expecting it to be off with their instructions.I don't use their software, never trust stuff like that. I use Python and write small interfaces using their serial module.This popped-up on my windows PC as COM7 (yours may vary). A simple bit of code makes it work.Pretty bright and an annoying buzzer - exactly what the doctor ordered.And just for completeness, if you missed it in the product page, it's 9600 baud, 1 stop bit with no parity.
letmepicyou
Reviewed in the United States on February 25, 2025
This definitely does the job, with a very bright light output and a "buzzer" that will DEFINITELY get attention. The USB cable isn't too long, depending on your application you may need an extension cable. The base is plastic (ABS, it says in the description), so be careful when you secure this that you don't crack it. There's a bit of software to download, and you'll need to be able to do a little hexadecimal programming, but that means it's easy to implement with anything, from a logic controller to a Raspberry Pi. I have no complaints, really. 5 stars.
A Discerning I.V.
Reviewed in the United States on February 25, 2025
Upon arrival, I opened this item and immediately notice there were no instructions. I would think this was an easy light to operate, but I plugged it in and nothing happened. There isn't a switch flip or button to press. And without any kind of instructions, I am left only to assume this item doesn't work.
Jason
Reviewed in the United States on January 31, 2025
This works but is a little annoying to get working. You don't have to download anything except the CH341 driver if you don't already have it installed (you probably do), but you will need to be able to send bytes to your serial port. You can test with Termite using the Hex View plugin.The data format is in hex; use the chart in the listing above to figure it out but there is one big error - the buzzer OFF is 0x01, not ON. So if you find, like I did, that the annoying buzzer can't be turned off - try reversing that byte.For example, you can transmit 0xff030101aa to turn on the light as solid blue with no buzzer.Serial is 9600 8N1.
Recommended Products