Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
w1 and i2c support: Pin config via kernel command-line.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  24 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
bifferos@yahoo.co.uk  
View profile  
 More options Sep 6 2009, 1:46 pm
From: "biffe...@yahoo.co.uk" <biffe...@yahoo.co.uk>
Date: Sun, 6 Sep 2009 10:46:56 -0700 (PDT)
Local: Sun, Sep 6 2009 1:46 pm
Subject: w1 and i2c support: Pin config via kernel command-line.
I have added these to the 2.6.30.5 kernel patch.

http://sites.google.com/site/bifferboard/Home/s3282-kernel-issues

I've only tested w1: Have managed to get some temperature readings out
of a DS1822-PAR with about 1.9K pull-up resistor (3.3v supply).

regards,
Biff.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 8 2009, 8:38 pm
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Wed, 9 Sep 2009 01:38:03 +0100
Local: Tues, Sep 8 2009 8:38 pm
Subject: Re: [bifferboard] w1 and i2c support: Pin config via kernel command-line.

Started to test i2c but spent some time re-wiring my breadboard.
I've selected my digital temperature sensor DS1721 for the tests,
since I've already explained how it works in my i2c topic!

Still haven't moved any further, just to know if anyone else is testing it,
to get some feedback on how the tests are going on.

Here is what I've done:

- Compiled OnFlashSystem for kernel 2.6.30.5 and removed 1-wire and spi
support to gain some of space for extra apps. Used the kernel command line:

*console=uart,io,0x3f8 i2c-gpio-custom.bus0=0,12,9*

1st command is only necessary for BIFFBOOT<=V2 (really need to upgrade this
soon).
I've separated the commands with space, didn't thought that comma would
work!

It seems to work, during boot I got this:
*[    0.948058] i2c-gpio i2c-gpio.0: using pins 12 (SDA) and 9 (SCL)*

I have started to read i2c documentation but couldn't get the necessary
concentration to make sense out of it, will need to review it another day.

Have compiled my old C code that I used on the OpenWrt to communicate
with the DS1721 and got it to compile under dietlibc to get some light apps.
Have sent this to bifferboard but it didn't work! OK, really need to get
back
to documentation to sort that out!

No tools available (i2cdetect) so will really need to rely on my digital
protocol
analyzer.

If someone has some useful tips, please feel free to share !!!

Regards,
Nelson.

On Sun, Sep 6, 2009 at 6:46 PM, biffe...@yahoo.co.uk
<biffe...@yahoo.co.uk>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sunspot  
View profile  
 More options Sep 9 2009, 4:34 am
From: Sunspot <fgmarsh...@sunspot.co.uk>
Date: Wed, 9 Sep 2009 01:34:50 -0700 (PDT)
Local: Wed, Sep 9 2009 4:34 am
Subject: Re: w1 and i2c support: Pin config via kernel command-line.
I cheer from the touch line!

i2cget and i2cset are very useful
http://www.sunspot.co.uk/Projects/SWEEX/slug/i2c/LCD03_i2c.html
 so I hope you get i2c tools - including i2cdetect - to run.

Go, go, go!

On Sep 9, 1:38 am, Nelson Neves <nelson.s.ne...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bifferos  
View profile  
 More options Sep 9 2009, 5:06 am
From: bifferos <biffe...@yahoo.co.uk>
Date: Wed, 9 Sep 2009 02:06:07 -0700 (PDT)
Local: Wed, Sep 9 2009 5:06 am
Subject: Re: w1 and i2c support: Pin config via kernel command-line.
You could start with getting i2c-detect working, rather than your own
program.

By the way:  I have just uploaded a new biffinitrd tarball, which uses
hush instead of ash, and job control now works, unfortunately ls -l
doesn't for some reason. This should allow you to use the standard
kernel config of mine, and fit more of your stuff on flash.

On Sep 9, 1:38 am, Nelson Neves <nelson.s.ne...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 9 2009, 9:06 am
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Wed, 9 Sep 2009 14:06:13 +0100
Local: Wed, Sep 9 2009 9:06 am
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

i2c-detect is part of the lm-sensors project
http://www.lm-sensors.org/wiki/I2CTools

I'll have a look into it, will probablly need some help from the Linux
gurus,
don't really know if its possible to get this tools compiled and get it
passed
through dietlibc to get a very small exe!

I saw a new biffinitrd yesterday, version 5, I had just updated to version 4

and since I was trying i2c stuff dind't had time to try it out. Thanks for
the
tip, will get new version 5 into my stuff right away!

Thanks,
Nelson.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bifferos  
View profile  
 More options Sep 9 2009, 9:13 am
From: bifferos <biffe...@yahoo.co.uk>
Date: Wed, 9 Sep 2009 06:13:37 -0700 (PDT)
Local: Wed, Sep 9 2009 9:13 am
Subject: Re: w1 and i2c support: Pin config via kernel command-line.
On Sep 9, 2:06 pm, Nelson Neves <nelson.s.ne...@gmail.com> wrote:

> i2c-detect is part of the lm-sensors projecthttp://www.lm-sensors.org/wiki/I2CTools

> I'll have a look into it, will probablly need some help from the Linux
> gurus,
> don't really know if its possible to get this tools compiled and get it
> passed
> through dietlibc to get a very small exe!

You could always just compile it static, and wget the file across to
your board, just to check it's working.  You don't have to use
dietlibc yet.  If you can't enum. the devices on the bus, then nothing
else will work, so it's certainly worth testing that first.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 9 2009, 9:22 am
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Wed, 9 Sep 2009 14:22:20 +0100
Local: Wed, Sep 9 2009 9:22 am
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

OK, that's really a good point! Will stick to that! Thanks!

ps: I'm having windowze software development training at the moment, so may
brain
is getting fried! The just hope that linux get it back again! Lol.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 9 2009, 10:57 am
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Wed, 9 Sep 2009 15:57:37 +0100
Local: Wed, Sep 9 2009 10:57 am
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

I think I got i2c-tools statically compiled, if anyone wants to try it or
just double check if it's ok:

1) get source code:
*svn checkout http://lm-sensors.org/svn/i2c-tools/trunk i2c-tools*

> cd i2c-tools
> cd tools

Edit Module.mk
under # Programs add -static just after $(CC) $(LDFLAGS) for all 4 apps
(i2cdetect, i2cdump, i2cset, i2cget)

cd ..
make clean; make;

And that's it! Testing dynamic library dependencies:
*ldd ./tools/i2cdetect*

Seems OK, also apps jump from 20Kb to 600Kb! Will need to test this tonight!

Fingers crossed! Let just hope that this helps!

Regards,
Nelson.

On Wed, Sep 9, 2009 at 2:22 PM, Nelson Neves <nelson.s.ne...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bifferos  
View profile  
 More options Sep 9 2009, 11:06 am
From: bifferos <biffe...@yahoo.co.uk>
Date: Wed, 9 Sep 2009 08:06:13 -0700 (PDT)
Local: Wed, Sep 9 2009 11:06 am
Subject: Re: w1 and i2c support: Pin config via kernel command-line.

But in any case, when dietlibc works it's not rocket science, when it
doesn't, it can be tricky to figure out what to do.  Wait until you
see it fail before you start worrying! :-)

Looks like you'll have no problems:

wget http://dl.lm-sensors.org/i2c-tools/releases/i2c-tools-3.0.2.tar.bz2
tar xf i2tools-3.0.2.tar.bz2
cd i2ctools-3.0.2
make CC="diet gcc -nostdinc"
ls -l tools/i2cdetect
-rwxr-xr-x 1 wrt users 29428 2009-09-09 16:11 tools/i2cdetect

... took me all of about 3 minutes.  Longer to write this email :-).

Good luck,
Biff.

On Sep 9, 2:22 pm, Nelson Neves <nelson.s.ne...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bifferos  
View profile  
 More options Sep 9 2009, 11:09 am
From: bifferos <biffe...@yahoo.co.uk>
Date: Wed, 9 Sep 2009 08:09:03 -0700 (PDT)
Local: Wed, Sep 9 2009 11:09 am
Subject: Re: w1 and i2c support: Pin config via kernel command-line.
Just uploaded my versions, in case it helps.
http://sites.google.com/site/bifferboard/Home/howto/faster-route-to-k...

On Sep 9, 4:06 pm, bifferos <biffe...@yahoo.co.uk> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 9 2009, 11:53 am
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Wed, 9 Sep 2009 16:53:25 +0100
Local: Wed, Sep 9 2009 11:53 am
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

Thanks Biff, I was trying to get there but had to go back to trainning :P.

3 minutes, oh yeah, one day I'll get there! Ahahahah!

Regards,
Nelson.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 9 2009, 2:35 pm
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Wed, 9 Sep 2009 19:35:02 +0100
Local: Wed, Sep 9 2009 2:35 pm
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

i2c-tools are running (not meaning that they are OK, still need to test it
right).

running i2cdetect I found my 1st problem:

/ # i2cdetect -y 0
Error: Could not open file `/dev/i2c-0' or `/dev/i2c/0': No such file or
directory

listing /dev content:
/dev # ls
ram
ptmx
null
tty2
tty3
tty0
console
tty5
tty4
tty1
ttyS0

I had the idea the i2c-gpio-custom would create such device file ... hum,
well it's something!

Regards,
Nelson.

On Wed, Sep 9, 2009 at 4:53 PM, Nelson Neves <nelson.s.ne...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bifferos  
View profile  
 More options Sep 9 2009, 2:58 pm
From: bifferos <biffe...@yahoo.co.uk>
Date: Wed, 9 Sep 2009 11:58:53 -0700 (PDT)
Local: Wed, Sep 9 2009 2:58 pm
Subject: Re: w1 and i2c support: Pin config via kernel command-line.
On Sep 9, 7:35 pm, Nelson Neves <nelson.s.ne...@gmail.com> wrote:

Yeah - I thought so too.  But didn't you get this working with OpenWrt
once before?  You can create these device files with mknod so long as
you know what minor/major device number to use.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 9 2009, 6:29 pm
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Wed, 9 Sep 2009 23:29:08 +0100
Local: Wed, Sep 9 2009 6:29 pm
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

> Yeah - I thought so too.  But didn't you get this working with OpenWrt
> once before?  You can create these device files with mknod so long as
> you know what minor/major device number to use.

This device files have to be created befor module i2c-gpio-custom is created
right?
If so, where should I do this?

In OpenWrt it was all working, just needed to load module!

Found some sites that used this:

mknod i2c-0 c 89 0
mknod i2c0 c 89 0
mknod i2c-1 c 89 1
mknod i2c1 c 89 1

not really sure if this should be the right configuration, should only
require i2c-0 and/or i2c0 (I think).
I tried to create it after booting, the files are created but when running
i2cdetect -y 0:
*Error: Could not open file `/dev/i2c-0': No such device or address*
but it's there (probably no linked to module).

That is just my idea, I'm a bit of my knowledge, just speculating and trying
to get it right!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 9 2009, 6:45 pm
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Wed, 9 Sep 2009 23:45:10 +0100
Local: Wed, Sep 9 2009 6:45 pm
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

ps: forgot to mention the source: http://openwrt.pbworks.com/I2C

Regards,
Nelson.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 9 2009, 8:07 pm
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Thu, 10 Sep 2009 01:07:25 +0100
Local: Wed, Sep 9 2009 8:07 pm
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

/dev # i2cdetect -y 0
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- 48 -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
/dev #

That my friend it's my DS1721 (digital temperature sensor) responding to the
scan ! Oh yeah!

Here is what I've done, still need some more test to check if all of this is
necessary or not:

- while configuring the kernel activated option:
[*] Device Driver -> I2C Support -> I2C device interface

- after booting:

> cd /dev
> mknod /dev/i2c-0 c 89 0

Tomorrow will make some more test to get this cleared!

Regards,
Nelson.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bifferos  
View profile  
 More options Sep 9 2009, 8:26 pm
From: bifferos <biffe...@yahoo.co.uk>
Date: Wed, 9 Sep 2009 17:26:55 -0700 (PDT)
Local: Wed, Sep 9 2009 8:26 pm
Subject: Re: w1 and i2c support: Pin config via kernel command-line.
That's cool!  We got that far with the old i2c code, but a promising
start anyway.  I will add the i2c dev interface in the next kernel
config I post.

On Sep 10, 1:07 am, Nelson Neves <nelson.s.ne...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 10 2009, 7:03 pm
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Fri, 11 Sep 2009 00:03:13 +0100
Local: Thurs, Sep 10 2009 7:03 pm
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

Wohoooo, hurray, It's working!!!

OK, after cooling down - it's still working!

See it for your self:

/ # i2cdetect -y 0
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- 48 -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
/ # ds1721
usage: ds1721 [I2C_address]/ # ds1721 72
I2Cdev[72] -> AccessConfig=ac, 12Bits=c, AutoMode=51
/ # ds1721_read 72
Result 31, 208

-> Spraying some Freeze over it !!!

/ # ds1721_read 72
Result 15, 192
/ # ds1721_read 72
Result 18, 224
/ # ds1721_read 72
Result 20, 176
/ # ds1721_read 72
Result 21, 144
/ # ds1721_read 72
Result 22, 0
/ # ds1721_read 72
Result 22, 176
/ # ds1721_read 72
Result 23, 64
/ # ds1721_read 72
Result 23, 176
/ # ds1721_read 72
Result 28, 0
/ # ds1721_read 72
Result 30, 112
/ # ds1721_read 72
Result 30, 160
/ # ds1721_read 72
...

Damn, it is hot over here!

OK, still need to test with some other devices at the same time, but I'm a
bit busy at the moment, will also let some fun for others to :P

I'll post my C code and the compiled applications next to i2c-tools, here:
http://sites.google.com/site/bifferboard/Home/howto/faster-route-to-k...

ds1721 - will configure sensor - sets sensor in auto-update buffer mode
(only required once for every boot
ds1721_read - requests temperature from sensor buffer

To compile this you will also require to install dietlibc. Extract files
with *tar zxvf* and then compile it with *make*.

Once again, thanks Biff for all your effort!

Regards,
Nelson.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 10 2009, 7:27 pm
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Fri, 11 Sep 2009 00:27:45 +0100
Local: Thurs, Sep 10 2009 7:27 pm
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

Source code attached here:
http://sites.google.com/site/bifferboard/Home/howto/faster-route-to-k...

Compiled applications are inside tar.gz file.

Forgot to mention earlier, DS1721 chips is found by i2cdetect at 0x48
address, meaning that decimal value = 72. When using the compiled app. will
use the decimal value!

This code is not optimized, the main purpose was for tests only. Use it at
your own risc! To adapt it you will need to study your chip because they all
differ from each other! Datasheets are your best friends :) !

Regards,
Nelson.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Roozing  
View profile  
 More options Sep 11 2009, 8:15 am
From: Jonathan Roozing <jrooz...@yahoo.com>
Date: Fri, 11 Sep 2009 05:15:25 -0700 (PDT)
Local: Fri, Sep 11 2009 8:15 am
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.
Hi,

It's good to see this progress.
What about the spi driver?
I'll need this in the near future.

Regards,
MRX

--- On Fri, 9/11/09, Nelson Neves <nelson.s.ne...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 11 2009, 8:30 am
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Fri, 11 Sep 2009 13:30:53 +0100
Local: Fri, Sep 11 2009 8:30 am
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

Hi Jonathan,

Haven't tested SPI, but it's a very simple protocol, just needs to
shit-register data synchronized with clock, if there is some problem (that I
don't think it would have) you can always emulate it from your code!

Nevertheless , whenever I have some free time I can test it with real
hardware! Now I just want to make sure that i2c is running with no problems!

Again, if someone else can give it a run would be nice! If you don't have
the hardware, you can always ask for free samples ;)

There are some nice notes here to adjust Voltage level from 3.3VDC to 5VDC
(i2c lines from GPIO are 3.3VDC and normally the chip/sensors runt at 5VDC -
I get the 5VDC from the Bifferboard power supply and the 3.3VCD from GPIO
pin):
http://www.sunspot.co.uk/Projects/SWEEX/i2c_notes.html

Regards,
Nelson.

On Fri, Sep 11, 2009 at 1:15 PM, Jonathan Roozing <jrooz...@yahoo.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bifferos  
View profile  
 More options Sep 11 2009, 8:31 am
From: bifferos <biffe...@yahoo.co.uk>
Date: Fri, 11 Sep 2009 05:31:54 -0700 (PDT)
Local: Fri, Sep 11 2009 8:31 am
Subject: Re: w1 and i2c support: Pin config via kernel command-line.
SPI-over-GPIO is working AFAIK.  Which device are you talking about?

On Sep 11, 1:15 pm, Jonathan Roozing <jrooz...@yahoo.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Roozing  
View profile  
 More options Sep 13 2009, 7:49 am
From: Jonathan Roozing <jrooz...@yahoo.com>
Date: Sun, 13 Sep 2009 04:49:34 -0700 (PDT)
Local: Sun, Sep 13 2009 7:49 am
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.
Thanks for the reply's.

Somehow i had in mind that there were problems with spi too, so i didn't even try. Sorry about that. I want to use a VS1002. Now wireless is working
and i can play audio when it is decoded on my server (i use this all the time now) im quite convinced that i can turn the board into an mp3 player.
i first had the sta013 in mind, but i want the project to be available for everyboddy, this means no difficult soldering. So i found this: http://futurlec.com/Mini_MP3.shtml It looks very promising for a nice price. I dont have this board yet, but this will be my next project.

Greetz.

--- On Fri, 9/11/09, bifferos <biffe...@yahoo.co.uk> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nelson Neves  
View profile  
 More options Sep 13 2009, 11:47 am
From: Nelson Neves <nelson.s.ne...@gmail.com>
Date: Sun, 13 Sep 2009 16:47:36 +0100
Local: Sun, Sep 13 2009 11:47 am
Subject: Re: [bifferboard] Re: w1 and i2c support: Pin config via kernel command-line.

Very nice project, something that can be used for other applications (having
bifferboard to have voice debugging messages).

Don't want to get into a negative vibe, but I advise you to run some speed
tests to check the max speed of the SPI bus!

If you are not in a hurry I can run some tests with this in a couple of
weeks, will be busy testing some new stuff from Biff ;)

Regards,
Nelson.

On Sun, Sep 13, 2009 at 12:49 PM, Jonathan Roozing <jrooz...@yahoo.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »