Jump to content
C4 Forums | Control4

DAKBoard


c4Iona

Recommended Posts

Wondering if anyone has a DAKBoard in their project.

I was looking to buy one and found they are back ordered.  I noticed I could get a Raspberry Pi and run the DAKBoard from that and add it to the video matrix and have it available on all TV's in the house.  Anyone doing this?  Is it worth the time?  is there something better out there?

Link to comment
Share on other sites


8 minutes ago, c4Iona said:

Wondering if anyone has a DAKBoard in their project.

I was looking to buy one and found they are back ordered.  I noticed I could get a Raspberry Pi and run the DAKBoard from that and add it to the video matrix and have it available on all TV's in the house.  Anyone doing this?  Is it worth the time?  is there something better out there?

Looks really cool!

Link to comment
Share on other sites

16 hours ago, c4Iona said:

Wondering if anyone has a DAKBoard in their project.

I was looking to buy one and found they are back ordered.  I noticed I could get a Raspberry Pi and run the DAKBoard from that and add it to the video matrix and have it available on all TV's in the house.  Anyone doing this?  Is it worth the time?  is there something better out there?

If you had Control4 touch screens, you could insert your DAKBoard url in the Generic URL driver from Blackwire.  It may display a bit small on a 7" ts but it works!

Link to comment
Share on other sites

11 hours ago, turls said:

Good idea, I have been running the free version on some multimonitor PCs, but this seems like a good idea if I could dedicate a Pi to it.

https://dakboard.freshdesk.com/support/solutions/articles/35000125880-download-and-install-the-dakboard-os-for-raspberry-pi?utm_source=share&utm_medium=ios_app&utm_name=iossmf

Link to comment
Share on other sites

17 hours ago, dcovach said:

If you had Control4 touch screens, you could insert your DAKBoard url in the Generic URL driver from Blackwire.  It may display a bit small on a 7" ts but it works!

Not a knock on the driver, more about the T3's - but that solution is slow to load, and has limits, especially with fancy html and javascript.  you would be much better off with a dedicated solution if this is what you really want.

Link to comment
Share on other sites

51 minutes ago, wnpublic said:

Not a knock on the driver, more about the T3's - but that solution is slow to load, and has limits, especially with fancy html and javascript.  you would be much better off with a dedicated solution if this is what you really want.

I see your point.  I'm just using the preconfigured DAKBoard template and the url works fine once it's loaded.  The clock displays the seconds and it never misses a number on the T3.  I suppose if you created your own fancy template and if it was really busy then maybe not everything would fit on a T3 or update as nicely compared to viewing on a monitor or a TV.

Link to comment
Share on other sites

1 hour ago, OceanDad said:

Great suggestion. Just added an old Rpi that I had laying around on to our matrix.  Loaded the Dakboard OS, added in our calendars and a few photos and voila.  My wife thinks it’s fantastic.

I have a pi coming Monday.  I am looking forward to this.  Thinking I may end up with two.  One for my office and another one for the Family.  I will probably set it to auto turn on in the morning and off at the end of the day in my office and have it turn on in the bedroom and kids room every morning.

Link to comment
Share on other sites

FYI our Splash-tiles.com tool is very similar to Dakboard.

Except it has some nice C4 integration built in  (and is less expensive overall).

  • Runs on your Android TV / Fire OS devices   (you can also run on a pi if you like)
  • Complete cloud control is actually included in the FREE version
  • Free C4 driver with a lot of integration features
  • Push data / control from C4 to your displays
  • Transparent overlays & such
  • Authenticated Camera support with popup
  • Full WebGl graphics applications built in

Personally I like Dakboard as well.  It was in part the inspiration for SplashTiles.  SplashTiles has much more of an automation focus

Also, it works really well with a touch screen bezel (touch control is designed into our app).  I have a 45" Samsung in my office with an Aliexpress touchscreen bezel attached (~$150).  It is awesome :)      I even put it on a rotating wall mount so I can spin it to landscape if needed (normally it is mounted portrait).

Link to comment
Share on other sites

  • 1 month later...
On 3/26/2021 at 6:55 PM, dcovach said:

If you had Control4 touch screens, you could insert your DAKBoard url in the Generic URL driver from Blackwire.  It may display a bit small on a 7" ts but it works!

Is there a way to make DAKboard or Splash Tiles act as a "screensaver" for C4 touch panels? So instead of activating the actual C4 time/date screensaver, go to the URL view and display the dashboard?

Link to comment
Share on other sites

SplashTiles app (Android) has Screen saver mode built in.  You can select any of your custom designed "screens" as your screen saver.

This mode is implemented using the standard Android API.  As such, it is directly selectable as a screen saver in settings once you install our app.

Some platforms (Amazon Firetv for example), don't give you any options in the settings menu.  However, you can still use ADB to put our screen saver in place and it works perfectly.

So it "should" work on the c4 panel, but I don't have one to test it.  The app is free, so download it and try.  Please let us know if it works :)

https://splash-tiles.com/help/screensaver.php

Link to comment
Share on other sites

10 hours ago, videostorm said:

So it "should" work on the c4 panel, but I don't have one to test it.  The app is free, so download it and try.  Please let us know if it works

Control4 Touchscreens don't allow Android screen savers as far as I know. I was thinking a possible solution would be more likely be around C4 navigation agent forcing the generic web view driver to open via custom programming.

Link to comment
Share on other sites

Yeah, you could do that.  In our case you would just use the commands on our NetPlay Cloud driver to load the screen you want  (SplashTiles is fully controllable via our driver).

Android screen saver would be a less work though if it supports it.  Try the ADB method we describe in our documentation link (prior post).   Do the C4 touchscreen have a default screen saver?

Link to comment
Share on other sites

On 5/11/2021 at 2:36 PM, WhyPhy said:

Control4 Touchscreens don't allow Android screen savers as far as I know. I was thinking a possible solution would be more likely be around C4 navigation agent forcing the generic web view driver to open via custom programming.

I don’t think the Navigation agent is what you want.  But any of the many webview drivers should do the trick.

Link to comment
Share on other sites

On 5/12/2021 at 3:50 PM, South Africa C4 user said:

I don’t think the Navigation agent is what you want.  But any of the many webview drivers should do the trick.

I was thinking that maybe Navigation Agent could programmatically call a webview for the dashboard? Or just define the webview as the default screen? 

Link to comment
Share on other sites

3 hours ago, WhyPhy said:

I was thinking that maybe Navigation Agent could programmatically call a webview for the dashboard? Or just define the webview as the default screen? 

The Navigation agent (at this stage unless I missed an update somewhere) only allows one to programmatically pull up a camera .

Any of the various web-view drivers allows one to programmatically pull up a url. I use the Blackwire driver but there are many others all of which will do this,

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.