Showing posts with label link. Show all posts
Showing posts with label link. Show all posts
Friday, August 26, 2016
Googles AI vs Koreas top Baduk player schedule and livestream link
Googles AI vs Koreas top Baduk player schedule and livestream link
| "FloorGoban" by Goban1 - Own work. Licensed under Public Domain via Commons. |
If youre interested, heres the schedule for the rest of the match as provided by Google:
The games will start at 1pm Korea Time (4am GMT; day before 11pm ET, 8pm PT) on these days:
- Wednesday, March 9: First game
- Thursday, March 10: Second game
- Saturday, March 12: Third game
- Sunday, March 13: Fourth game
- Tuesday, March 15: Fifth game
They are live-streaming on this YouTube channel, and you can set-up reminders there for it.
Also Google is updating that blog post after each match, so if youre lazy you can check back there for the basic details of how each match went, or any number of media outlets. So far its Man 0 : Machine 1. Read more here.
And for something funny, one of my coworkers saw the headline of this match but wasnt particularly interested in it. He saw that the match was between ??? and ???. So when me and another guy are chatting about it during the smoke break, he goes "So anyway, what kind of a name is ??? anyway? Is he like some relation to ? ????"
And for something funny, one of my coworkers saw the headline of this match but wasnt particularly interested in it. He saw that the match was between ??? and ???. So when me and another guy are chatting about it during the smoke break, he goes "So anyway, what kind of a name is ??? anyway? Is he like some relation to ? ????"

=====
This post is from the blog 10? Tips, by Sam Nordberg. See the original there, and follow me on Facebook or Twitter @10wontips.
This post is from the blog 10? Tips, by Sam Nordberg. See the original there, and follow me on Facebook or Twitter @10wontips.
Monday, August 1, 2016
Android BluetoothChat example link with HC 05 Bluetooth
Android BluetoothChat example link with HC 05 Bluetooth
This example show to import and modify Android BluetoothChat example, to link with low-cost Bluetooth HC-05.
reference:
- First test HC-05 Bluetooth Module
- AT Command mode of HC-05
We need a FTDI USB-to-Serial adapter to connect PC/USB and HC-05 Bluetooth, and use Arduino IDEs Serial Monitor as terminal, to talk with Android running modified BluetoothChat example.
This video show how to import BluetoothChat example in Android Studio, and edit BluetoothChatService.java to change MY_UUID_SECURE to UUID.fromString("00001101-0000-1000-8000-00805F9B34FB").
~ reference http://developer.android.com/reference/android/bluetooth/BluetoothDevice.html, If you are connecting to a Bluetooth serial board then try using the well-known SPP UUID 00001101-0000-1000-8000-00805F9B34FB.
This video show how it run on Android device, and talk to PC running Arduino IDEs Serial Monitor, via FTDI + HC-05.
In my on-hand HC-05 sample, it set as slave role and 9600, 0, 0, PIN="1234" by default, I have not change any setting.
Cross-post with Android-er
Next:
- Android BluetoothChat connect to Arduino Uno + HC-05
Subscribe to:
Posts (Atom)