Skip to main content

Best Buy.com also has Insignia Voice Smart Portable Bluetooth Speaker & Alarm Clock w/ Google Assistant (NS-CSPGASP2) on sale for $24.99.

1. With firmware 310 voice calls now work.
2. You can now use the built in Google home EQ for bass/treble +/- 6
3. You can snooze the alarm for 5 mins with a wave of the hands over the buttons
4. Shut the alarm off by pushing the middle circle button. Or verbal commands.
5. With new firmware can now stereo pair (like Google Max) with another unit
6. You can dim or turn off the display/clock (Hey Google display off/on)
7. You can set media/radio for alarm. Refer here [google.com]
8. You can use night mode to schedule LED brightness and volume level. Refer here [google.com]. Brightness can also be manually adjusted by pressing the center circle and volume +/- buttons simultaneously.
9. You may customize alarm schedules by day of week just by saying what you want ("set alarm for 6AM on Mondays & Wednesdays, 7AM on Tuesdays and Fridays" etc)
10. The temperature display only stays on for 60 seconds, there is no way for it to display permanently.
11. The non-portable (smaller) unit has a USB charging port, the portable (larger) unit does not have a USB charging port. Neither have AUX inputs or USB inputs.

Cons:
1. No continued conversations yet - Edit by likeabadpenny: Open the Home App, click on your account in the lower right (looks like a little head and shoulders in a circle) -> General settings -> Assistant -> Continued Conversation -> Change the slider to enable (it's disabled by default) - this feature may work in a future firmware update


Quote from BTspkrguru :
From an audio spec standpoint:
The smaller unit has 2-2 inch drivers getting 4 watts each
Frequency range response is listed as 100hz-15khz

The larger unit has 2-1.5 inch drivers getting 4 watts each plus a 2.5 inch woofer getting 10 watts.
Frequency range is listed as 75hz -18khz
Specs for the SMALLER Insignia Voice Smart Bluetooth Speaker & Alarm Clock w/ Google Assistant (NS-CSPGASP-B)
Height 6 inches
Width 3.7 inches
Depth 3.7 inches
Weight 1.3 pounds

Specs for the LARGER PORTABLE Insignia Voice Smart Portable Bluetooth Speaker & Alarm Clock w/ Google Assistant (NS-CSPGASP2)
Height 9 inches
Width 5.6 inches
Depth 5.6 inches
Weight 3.3 pounds

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...