USB Hub Powered (Don’t use unpowered USB Hub with CHIP)-CHIP is a low power computer!
Bluetooh/BLE Keyboard/Mouse (Only one built in USB port)
Bluetooth speaker
3M velcro tap
Step 1: Buy C.H.I.P $9 computer. Step 2: Connect it to a monitor Step 3: Connect the Powered USB hub to the USB port Step 4: Connect your wired Keyboard/Mouse to the Powered USB hub Step 5: Connect the C.H.I.P to USB-B power port and watch the C.H.I.P. come to life
IT’S ALIVE! Ha Ha Ha Ha!
Sorry…That was Dr. Frankenstein in me! Step 6: C.H.I.P Steps:
Use the built in Wi-Fi to connect to your home or office Wi-Fi
Go to “My SmartApps” section and click on the “+ New SmartApp” button on the right.
On the “New SmartApp” page, Select the Tab “From Code” , Copy the BigTalker source code from GitHub (BigTalker.groovy) and paste it into the IDE editor window.
Click the “Create” button at the bottom.
Click the blue “Save” button above the editor window.
Click the “Publish” button next to it and select “For Me”. You have now self-published your SmartApp.
Open SmartThings mobile app and go to the Market Place (star burst icon).
Press “SmartApps”
Press “My Apps”
“BigTalker” app should be available in the list of SmartApps that appears. Tap it.
Android users have reported having to logout of the SmartThings app, closing it, and logging back in before new apps will show up.
Tap Configure to start setting up your talking events. Setup as many or as few as you like, but try not to setup events that would fire rapidly back to back or they will conflict with each other.
Set up VLC for the VLC Remote - Linux
NB: These setup instructions are for VLC 2.1 or later. If you are using an earlier version of VLC, then please click here.
A) Enable the HTTP Interface
1)Open the VLC settings
VLC Menu/Tools/Preferences
2)Enable ‘All Settings’ (by default VLC only shows the most used settings)
-Click on the ‘All’ button at the bottom left of the screen win prefs
3)Enable the interface
-Click on Interface, then Main interfaces
-Select the ‘Web’ checkbox.
*This should show ‘http’ in the text box
B) Set your password
1)Click on the Lua icon on the left
-Enter a password under Lua HTTP
2)The default password we use is 'vlcremote' if you use this password, then the remote will connect automatically without you needing to re-enter your password.
3)Change Port to 8080 as per VLC Thing recomendation.
4)Click save to save your preferences
5)Quit VLC and reopen it.
Thanks for catching that one. Fixed the link now.
CHIP is finishing shipping to Backers and Pre-Orders and will send to anyone who orders The CHIP after. But since this project was delayed for a bit…It was worth the wait for me. This project was based on the Gen 1 Kickstarter C.H.I.P which was sent to me. I also Pre-Ordered 2 more of them. They will be shipping soon too. And when I’ll get them, I will be adding 2 more projects for C.H.I.P + SmartThings integration…Stay Tuned for those. They will be col too.
@coolcatiger
I don’t know about Amazon ECHO, but I believe that it will work with other speakers. I have tested so far with my SmartTV, a crappy BlueTooth speaker from Ebay. I have also ordered a Bluetooth to 2.5mm stereo adapter from Ebay and will test with that.
Setting this up now. Planning on just plugging some computer speakers into the A/V jack and not bother with bluetooth. I got my C.H.I.P.s recently and I am seriously impressed. Liking them much better than my Raspberryp Pi’s and Orange Pi PC’s. I am working on a MiPow Playbulb device type using one and it is working really well. Excited to see what people make of these things.
Great to hear about your CHIP arrival. Can you post your project? Lets cross link. May be we can com up with more use cases for C.H.I.P and SmartThings.
Setup the CHIP yesterday with vlc thing and spare computer speakers. Easy setup and work like a champ. I did things just a little bit differently and will post when I get a chance.
I wanted to make my CHIP headless as I wouldn’t be hooking it up to a monitor after setting up the wifi. Here are the steps for this. I assume these steps could be adapted to Raspberry Pi or other Debian based systems.
EDIT: Run all commands as root or use sudo (put sudo in front of them).
Install the no-x version of vlc
apt-get install vlc-nox
Create a user to run the vlc binary from and give them rights to the audio system
useradd -m vlcuser
usermod -a -G audio vlcuser
Create a service file for systemd so that you can easily have vlc server start on boot. Pay attention to the ExecStart line where you will specify the password for the server
Can you help me a bit more? I have done almost all the steps you put fourth…
I had messed up on the vlc.service creation in the terminal window, so I had to use the notepad app to create and save this file to the desired location using Root enabled(or else I was not allowed to modify this folder.)
I was not able to run this command as per your instructions: systemd
I got an error…even when I typed sudo before it.
All other commends worked for step (4) your instructions.
I tried to restart and did not see VLC running when CHIP auto logged in. And I did not see it in the startup settings.
I also tried to log off and log in as
user id: vlcuser
pw: vlcremote
what gives? Am I missing something. Is there a way for you to RDP into this thing and take a look? My fortey is MS Windows and DELL pc’s. I really want to know what I am missing here.
You might want to learn how to use “putty” and ssh into the chip. Once I establish a network connection with the CHIP, Raspberry Pi, Orange Pi, etc. I almost never again hook up a monitor to it. Just SSH into it when I need to.
Systemd isn’t one of the commands listed on my instructions, so I don’t know about that.
If you post the exact command you run and the exact error it gives, troubleshooting would be much easier.
Hi! I finally got around to doing this - thanks for writing it up! The first word or so of every announcement from Big Talker is cut off on my chip using a regular speaker (3.5mm cable, not bluetooth, which I couldn’t get to pair to any speaker). Any idea how to fix this? Thanks :)!