Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Login


Options
View
Go to last post Go to first unread
fernfrost  
#1 Posted : Tuesday, November 24, 2015 3:44:59 AM(UTC)
fernfrost

Rank: Member

Groups: Member
Joined: 9/23/2015(UTC)
Posts: 89
Sweden

Thanks: 5 times
Working on a controller for my dac.

I have an arduino controlling the dac and a web application communicating with the arduino.

The web application will have two views:
  1. current info eg volume, sample rate etc
  2. settings to setup/tweek the dac without reprogramming.


So far I have been playing around with startup volume, volume and mute and have the framework in place to start adding more functionality.

The settings ui is for now extremely basic :)

Web ui in the works

Edited by user Tuesday, November 24, 2015 3:45:52 AM(UTC)  | Reason: Not specified

fernfrost  
#2 Posted : Friday, November 27, 2015 1:56:01 AM(UTC)
fernfrost

Rank: Member

Groups: Member
Joined: 9/23/2015(UTC)
Posts: 89
Sweden

Thanks: 5 times
Added some power management features today.

Using the 3.3 v on the i2c header to monitor when the buffalo powers up. It allows me to keep things interrupt/event driven and lightning fast.

Next step, controlling the relay to power up the buffalo.
fernfrost  
#3 Posted : Sunday, November 29, 2015 2:05:38 AM(UTC)
fernfrost

Rank: Member

Groups: Member
Joined: 9/23/2015(UTC)
Posts: 89
Sweden

Thanks: 5 times
Have been playing around with mobile ui.

A simple volume control where i slide my thumb up or down to adjust the volume. Works really well:)


Mobile UI POC

Edited by user Sunday, November 29, 2015 2:06:54 AM(UTC)  | Reason: Not specified

gwikse  
#4 Posted : Sunday, November 29, 2015 11:24:03 AM(UTC)
gwikse

Rank: Member

Groups: Member
Joined: 1/19/2011(UTC)
Posts: 332
Location: Oslo, Norway

Thanks: 14 times
Was thanked: 17 time(s) in 17 post(s)
Looks nice :)

Are you using the hifiduino code as well, or have you started from scratch (IOW no display / apple remote)?

Edit: If you can use the volume buttons on the side of the phone instead of the touch display that would also be great, as that makes it easier to adjust the volume without looking at the phone.

Edited by user Sunday, November 29, 2015 11:28:33 AM(UTC)  | Reason: Not specified

fernfrost  
#5 Posted : Sunday, November 29, 2015 2:43:45 PM(UTC)
fernfrost

Rank: Member

Groups: Member
Joined: 9/23/2015(UTC)
Posts: 89
Sweden

Thanks: 5 times
Originally Posted by: gwikse Go to Quoted Post
Looks nice :)

Are you using the hifiduino code as well, or have you started from scratch (IOW no display / apple remote)?

Edit: If you can use the volume buttons on the side of the phone instead of the touch display that would also be great, as that makes it easier to adjust the volume without looking at the phone.


Thanks

No i started from scratch. I needed a completely different architecture.

I agree about the buttons. Im not sure yet if that will be possible without writing a native app.
francolargo  
#6 Posted : Thursday, December 3, 2015 11:47:45 PM(UTC)
francolargo

Rank: Member

Groups: Member
Joined: 4/21/2007(UTC)
Posts: 59
Location: Minnesota

I did something similar using an application called NetIO. It simplifies the process somewhat as long as a reasonable connection is possible. Was hoping to generate ideas so I started a thread over at DIYaudio. http://www.diyaudio.com/...ed-audio-appliances.html
fernfrost  
#7 Posted : Thursday, March 3, 2016 7:21:34 PM(UTC)
fernfrost

Rank: Member

Groups: Member
Joined: 9/23/2015(UTC)
Posts: 89
Sweden

Thanks: 5 times
After a few iterations I have a generalized arduino solution with ir control.

Posted the code on https://github.com/fernfrost/Buffalo

Perhaps it can be of use to someone.

Edited by moderator Thursday, March 3, 2016 10:22:23 PM(UTC)  | Reason: Not specified

Russ White  
#8 Posted : Thursday, March 3, 2016 8:26:21 PM(UTC)
Russ White

Rank: Administration

Groups: Administration, Customer
Joined: 10/24/2006(UTC)
Posts: 3,979
Location: Nashville, TN

Thanks: 25 times
Was thanked: 89 time(s) in 83 post(s)
Very cool! I will take a closer look!
avr300  
#9 Posted : Thursday, March 3, 2016 9:38:46 PM(UTC)
avr300

Rank: Member

Groups: Member
Joined: 6/17/2008(UTC)
Posts: 921
Denmark

Thanks: 1 times
Was thanked: 70 time(s) in 69 post(s)
Originally Posted by: fernfrost Go to Quoted Post
After a few iterations I have a generalized arduino solution with ir control.

Posted the code on https://github.com/fernfrost/Buffalo

Perhaps it can be of use to someone.


404 page not found

Edited by moderator Thursday, March 3, 2016 10:22:33 PM(UTC)  | Reason: Not specified

Brian Donegan  
#10 Posted : Thursday, March 3, 2016 10:22:46 PM(UTC)
Brian Donegan

Rank: Administration

Groups: Administration, Customer
Joined: 10/24/2006(UTC)
Posts: 2,868
Location: Massachusetts, USA

Thanks: 2 times
Was thanked: 141 time(s) in 134 post(s)
I fixed the links (removed period)
fernfrost  
#11 Posted : Friday, March 4, 2016 4:56:22 PM(UTC)
fernfrost

Rank: Member

Groups: Member
Joined: 9/23/2015(UTC)
Posts: 89
Sweden

Thanks: 5 times
Originally Posted by: Brian Donegan Go to Quoted Post
I fixed the links (removed period)


Thanks!
fernfrost  
#12 Posted : Friday, March 4, 2016 4:57:13 PM(UTC)
fernfrost

Rank: Member

Groups: Member
Joined: 9/23/2015(UTC)
Posts: 89
Sweden

Thanks: 5 times
Originally Posted by: Russ White Go to Quoted Post
Very cool! I will take a closer look!


Please do. Its my first real embedded project so if you have any input that would be appreciated.
Rss Feed  Atom Feed
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.