CA
Chris Albertson
Thu, Dec 1, 2016 7:08 AM
I'm looking for a small linux single board - similar to RPi or Beaglebone
Black, but don't need the HDMI, or video stuff.
Preferably without weird connectors, and available for wide temperature
ranges (it's for a data logger/collector in the field)
Does it really need to run Linux? If you can give up Linux then there are
MANY ARM Cortex M SBCs that are tiny and run on literally micro amps and
sell for under $5. You can run a very small-footprint RTOS on the Cortex
M that can do "hard" real-time as well is some multitasking and even
network.
If you really need Linux and it needs to be small and low cost and low
power, then look at the "Pi Zero". It is a very small Pi that sells for
only $5. It has video but just don't plug in the cable.
--
Chris Albertson
Redondo Beach, California
On Wed, Nov 30, 2016 at 12:42 PM, jimlux <jimlux@earthlink.net> wrote:
> I'm looking for a small linux single board - similar to RPi or Beaglebone
> Black, but don't need the HDMI, or video stuff.
> Preferably without weird connectors, and available for wide temperature
> ranges (it's for a data logger/collector in the field)
>
Does it really need to run Linux? If you can give up Linux then there are
MANY ARM Cortex M SBCs that are tiny and run on literally micro amps and
sell for under $5. You can run a very small-footprint RTOS on the Cortex
M that can do "hard" real-time as well is some multitasking and even
network.
If you really need Linux and it needs to be small and low cost and low
power, then look at the "Pi Zero". It is a very small Pi that sells for
only $5. It has video but just don't plug in the cable.
--
Chris Albertson
Redondo Beach, California
J
jimlux
Thu, Dec 1, 2016 11:55 AM
On 11/30/16 11:08 PM, Chris Albertson wrote:
I'm looking for a small linux single board - similar to RPi or Beaglebone
Black, but don't need the HDMI, or video stuff.
Preferably without weird connectors, and available for wide temperature
ranges (it's for a data logger/collector in the field)
Does it really need to run Linux? If you can give up Linux then there are
MANY ARM Cortex M SBCs that are tiny and run on literally micro amps and
sell for under $5. You can run a very small-footprint RTOS on the Cortex
M that can do "hard" real-time as well is some multitasking and even
network.
Yes.. Theres a bunch of software to run on it that already exists, and
needs Linux.
If you really need Linux and it needs to be small and low cost and low
power, then look at the "Pi Zero". It is a very small Pi that sells for
only $5. It has video but just don't plug in the cable.
The Pizero and Pi A are about the same power: 400 mW with Wifi off, idle;
On 11/30/16 11:08 PM, Chris Albertson wrote:
> On Wed, Nov 30, 2016 at 12:42 PM, jimlux <jimlux@earthlink.net> wrote:
>
>> I'm looking for a small linux single board - similar to RPi or Beaglebone
>> Black, but don't need the HDMI, or video stuff.
>> Preferably without weird connectors, and available for wide temperature
>> ranges (it's for a data logger/collector in the field)
>>
>
> Does it really need to run Linux? If you can give up Linux then there are
> MANY ARM Cortex M SBCs that are tiny and run on literally micro amps and
> sell for under $5. You can run a very small-footprint RTOS on the Cortex
> M that can do "hard" real-time as well is some multitasking and even
> network.
Yes.. Theres a bunch of software to run on it that already exists, and
needs Linux.
>
> If you really need Linux and it needs to be small and low cost and low
> power, then look at the "Pi Zero". It is a very small Pi that sells for
> only $5. It has video but just don't plug in the cable.
>
The Pizero and Pi A are about the same power: 400 mW with Wifi off, idle;
F
folkert
Fri, Dec 2, 2016 1:31 PM
If you really need Linux and it needs to be small and low cost and low
power, then look at the "Pi Zero". It is a very small Pi that sells for
only $5. It has video but just don't plug in the cable.
The Pizero and Pi A are about the same power: 400 mW with Wifi off, idle;
I'm measuring 0.350A with max cpu usage on all cores and the following
settings:
power off the display
/opt/vc/bin/tvservice -o
switch off the ethernet blinkenlights
llctl f0 l0 d0
Apart from that I read somewhere that the beaglebones have terrible EM
characteristics. But I can't find my source so take it with a grain of
salt :-)
Folkert van Heusden
--
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
> >If you really need Linux and it needs to be small and low cost and low
> >power, then look at the "Pi Zero". It is a very small Pi that sells for
> >only $5. It has video but just don't plug in the cable.
> >
>
> The Pizero and Pi A are about the same power: 400 mW with Wifi off, idle;
I'm measuring 0.350A with max cpu usage on all cores and the following
settings:
power off the display
/opt/vc/bin/tvservice -o
switch off the ethernet blinkenlights
llctl f0 l0 d0
Apart from that I read somewhere that the beaglebones have terrible EM
characteristics. But I can't find my source so take it with a grain of
salt :-)
Folkert van Heusden
--
----------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE, www.vanheusden.com
BH
Brenton Hewitt
Fri, Dec 2, 2016 1:53 PM
Check out the Beaglbone Green, it has the HDMI chip removed,
The HDMI Chip on the black i can confirm causes gps antenna issues with the small patch antennas on the PCB, yet having the antenna on a patch lead works fine
Ive made a GPS cape for these using a Ubox Max Series GPS photos of this are on Hewball.com.au
Cheers Hewball
On 1 Dec. 2016, at 4:42 am, jimlux jimlux@earthlink.net wrote:
I'm looking for a small linux single board - similar to RPi or Beaglebone Black, but don't need the HDMI, or video stuff.
Preferably without weird connectors, and available for wide temperature ranges (it's for a data logger/collector in the field)
What's out there?
There's BBB in industrial flavor (-40 to +85C ) for $60-70
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.
Check out the Beaglbone Green, it has the HDMI chip removed,
The HDMI Chip on the black i can confirm causes gps antenna issues with the small patch antennas on the PCB, yet having the antenna on a patch lead works fine
Ive made a GPS cape for these using a Ubox Max Series GPS photos of this are on Hewball.com.au
Cheers Hewball
> On 1 Dec. 2016, at 4:42 am, jimlux <jimlux@earthlink.net> wrote:
>
> I'm looking for a small linux single board - similar to RPi or Beaglebone Black, but don't need the HDMI, or video stuff.
> Preferably without weird connectors, and available for wide temperature ranges (it's for a data logger/collector in the field)
>
> What's out there?
>
> There's BBB in industrial flavor (-40 to +85C ) for $60-70
> _______________________________________________
> time-nuts mailing list -- time-nuts@febo.com
> To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
> and follow the instructions there.
J
jimlux
Fri, Dec 2, 2016 4:05 PM
On 12/2/16 5:31 AM, folkert wrote:
If you really need Linux and it needs to be small and low cost and low
power, then look at the "Pi Zero". It is a very small Pi that sells for
only $5. It has video but just don't plug in the cable.
The Pizero and Pi A are about the same power: 400 mW with Wifi off, idle;
I'm measuring 0.350A with max cpu usage on all cores and the following
settings:
@ 5V, right, so 1.75W going full out. That's a useful number to know.
power off the display
/opt/vc/bin/tvservice -o
switch off the ethernet blinkenlights
llctl f0 l0 d0
Apart from that I read somewhere that the beaglebones have terrible EM
characteristics. But I can't find my source so take it with a grain of
salt :-)
Could be. In this application, it will be in a box, periodically
grinding numbers (ADC samples) supplied to it then storing them, so
EMI/EMC isn't a huge issue.
I must say, there are more of these things available in almost too wide
a variety.. You could spend days going through all the datasheets and
websites - I suspect that they ALL have about the same power consumption
for a given amount of processing horsepower - same feature size on the
die, after all - so it's more about peripherals and ease of use
I started looking at RPi and BBB because there are a LOT of them out
there, they're cheap, so there's lots of practical experience (not
always useful - one needs to spend days going through blogs, forums,
websites)
And, it's more likely that idiosyncracies in the distros have been
identified and it's more likely that the software will run on them after
its built.
On 12/2/16 5:31 AM, folkert wrote:
>>> If you really need Linux and it needs to be small and low cost and low
>>> power, then look at the "Pi Zero". It is a very small Pi that sells for
>>> only $5. It has video but just don't plug in the cable.
>>>
>>
>> The Pizero and Pi A are about the same power: 400 mW with Wifi off, idle;
>
> I'm measuring 0.350A with max cpu usage on all cores and the following
> settings:
>
@ 5V, right, so 1.75W going full out. That's a useful number to know.
> power off the display
> /opt/vc/bin/tvservice -o
>
> switch off the ethernet blinkenlights
> llctl f0 l0 d0
>
>
> Apart from that I read somewhere that the beaglebones have terrible EM
> characteristics. But I can't find my source so take it with a grain of
> salt :-)
>
Could be. In this application, it will be in a box, periodically
grinding numbers (ADC samples) supplied to it then storing them, so
EMI/EMC isn't a huge issue.
I must say, there are more of these things available in almost too wide
a variety.. You could spend days going through all the datasheets and
websites - I suspect that they ALL have about the same power consumption
for a given amount of processing horsepower - same feature size on the
die, after all - so it's more about peripherals and ease of use
I started looking at RPi and BBB because there are a LOT of them out
there, they're cheap, so there's lots of practical experience (not
always useful - one needs to spend days going through blogs, forums,
websites)
And, it's more likely that idiosyncracies in the distros have been
identified and it's more likely that the software will run on them after
its built.
AK
Attila Kinali
Fri, Dec 2, 2016 4:51 PM
I'm measuring 0.350A with max cpu usage on all cores and the following
settings:
@ 5V, right, so 1.75W going full out. That's a useful number to know.
I once did an board with an i.m233 (arm9 at 400MHz) and it did less
than 0.5W IIRC. But I think this is about the lower you can do without
tweaking the OS.
Apart from that I read somewhere that the beaglebones have terrible EM
characteristics. But I can't find my source so take it with a grain of
salt :-)
Yes. The BBB is badly designed in this regard... The RPI is better there.
I must say, there are more of these things available in almost too wide
a variety.. You could spend days going through all the datasheets and
websites - I suspect that they ALL have about the same power consumption
for a given amount of processing horsepower - same feature size on the
die, after all - so it's more about peripherals and ease of use
There are way too many, IMHO. And a lot of them are not usefull for
a lot of stuff or have very bad support. The Odroid are a prime example
of this. There is a "community" around them, yet getting them to do
anything usefull is a major pain. There is a handfull of companies
I know of, who do provide good support and those are the ones I am
usually sticking to (unless I have special needs).
And, it's more likely that idiosyncracies in the distros have been
identified and it's more likely that the software will run on them after
its built.
It's actually better to go with a company who is invested in giving
you a working board than using something popular. Especially one that
cares to push all its patches upstream.
Beside the mentioned Toradex, and Aries Embedded, there is also Olimex
which is known for it's wide variety of boards with good support.
Depending on your exact requirements, I would probably go for one of
the i.mx233 boards (the imx233 nano is quite neat) or A10 or A33 board.
Especially the i.mx233 is nice as it has an on-chip Li-poly charger/controller.
All you need to do is to supply it with 5V and it does the rest.
A note of warning: a lot of the boards from Olimex have not enough ground
pins for the high speed singals they provide. If you are transfering data
with high-speed (several 10MHz) over the headerpin connectors, you will need
to add some additional ground connections.
What are the exact requirements you have? How much computational power
do you need? How do you interface the sensors? How many boards will
you need? Is it out of question to build your own processor board using
one of the ARM9's in QFP? What is your budget?
The reason why I'm asking the last two questions is, it is often more efficient
to do your own CPU board if you have to design a PCB anyways for the sensors,
need more than 10-20 boards and you can live with one of the "small" ARM9's
that come in QFP packages (like the i.mx233 or AM1705).
Attila Kinali
--
It is upon moral qualities that a society is ultimately founded. All
the prosperity and technological sophistication in the world is of no
use without that foundation.
-- Miss Matheson, The Diamond Age, Neil Stephenson
On Fri, 2 Dec 2016 08:05:17 -0800
jimlux <jimlux@earthlink.net> wrote:
> > I'm measuring 0.350A with max cpu usage on all cores and the following
> > settings:
> >
> @ 5V, right, so 1.75W going full out. That's a useful number to know.
I once did an board with an i.m233 (arm9 at 400MHz) and it did less
than 0.5W IIRC. But I think this is about the lower you can do without
tweaking the OS.
> > Apart from that I read somewhere that the beaglebones have terrible EM
> > characteristics. But I can't find my source so take it with a grain of
> > salt :-)
Yes. The BBB is badly designed in this regard... The RPI is better there.
> I must say, there are more of these things available in almost too wide
> a variety.. You could spend days going through all the datasheets and
> websites - I suspect that they ALL have about the same power consumption
> for a given amount of processing horsepower - same feature size on the
> die, after all - so it's more about peripherals and ease of use
There are way too many, IMHO. And a lot of them are not usefull for
a lot of stuff or have very bad support. The Odroid are a prime example
of this. There is a "community" around them, yet getting them to do
anything usefull is a major pain. There is a handfull of companies
I know of, who do provide good support and those are the ones I am
usually sticking to (unless I have special needs).
> And, it's more likely that idiosyncracies in the distros have been
> identified and it's more likely that the software will run on them after
> its built.
It's actually better to go with a company who is invested in giving
you a working board than using something popular. Especially one that
cares to push all its patches upstream.
Beside the mentioned Toradex, and Aries Embedded, there is also Olimex
which is known for it's wide variety of boards with good support.
Depending on your exact requirements, I would probably go for one of
the i.mx233 boards (the imx233 nano is quite neat) or A10 or A33 board.
Especially the i.mx233 is nice as it has an on-chip Li-poly charger/controller.
All you need to do is to supply it with 5V and it does the rest.
A note of warning: a lot of the boards from Olimex have not enough ground
pins for the high speed singals they provide. If you are transfering data
with high-speed (several 10MHz) over the headerpin connectors, you will need
to add some additional ground connections.
What are the exact requirements you have? How much computational power
do you need? How do you interface the sensors? How many boards will
you need? Is it out of question to build your own processor board using
one of the ARM9's in QFP? What is your budget?
The reason why I'm asking the last two questions is, it is often more efficient
to do your own CPU board if you have to design a PCB anyways for the sensors,
need more than 10-20 boards and you can live with one of the "small" ARM9's
that come in QFP packages (like the i.mx233 or AM1705).
Attila Kinali
--
It is upon moral qualities that a society is ultimately founded. All
the prosperity and technological sophistication in the world is of no
use without that foundation.
-- Miss Matheson, The Diamond Age, Neil Stephenson
J
jimlux
Fri, Dec 2, 2016 5:13 PM
On 12/2/16 8:51 AM, Attila Kinali wrote:
I'm measuring 0.350A with max cpu usage on all cores and the following
settings:
@ 5V, right, so 1.75W going full out. That's a useful number to know.
I once did an board with an i.m233 (arm9 at 400MHz) and it did less
than 0.5W IIRC. But I think this is about the lower you can do without
tweaking the OS.
Apart from that I read somewhere that the beaglebones have terrible EM
characteristics. But I can't find my source so take it with a grain of
salt :-)
Yes. The BBB is badly designed in this regard... The RPI is better there.
I must say, there are more of these things available in almost too wide
a variety.. You could spend days going through all the datasheets and
websites - I suspect that they ALL have about the same power consumption
for a given amount of processing horsepower - same feature size on the
die, after all - so it's more about peripherals and ease of use
There are way too many, IMHO. And a lot of them are not usefull for
a lot of stuff or have very bad support. The Odroid are a prime example
of this. There is a "community" around them, yet getting them to do
anything usefull is a major pain. There is a handfull of companies
I know of, who do provide good support and those are the ones I am
usually sticking to (unless I have special needs).
And, it's more likely that idiosyncracies in the distros have been
identified and it's more likely that the software will run on them after
its built.
It's actually better to go with a company who is invested in giving
you a working board than using something popular. Especially one that
cares to push all its patches upstream.
Beside the mentioned Toradex, and Aries Embedded, there is also Olimex
which is known for it's wide variety of boards with good support.
Depending on your exact requirements, I would probably go for one of
the i.mx233 boards (the imx233 nano is quite neat) or A10 or A33 board.
Especially the i.mx233 is nice as it has an on-chip Li-poly charger/controller.
All you need to do is to supply it with 5V and it does the rest.
A note of warning: a lot of the boards from Olimex have not enough ground
pins for the high speed singals they provide. If you are transfering data
with high-speed (several 10MHz) over the headerpin connectors, you will need
to add some additional ground connections.
What are the exact requirements you have? How much computational power
do you need? How do you interface the sensors? How many boards will
you need? Is it out of question to build your own processor board using
one of the ARM9's in QFP? What is your budget?
We're processing several thousand samples, received over a serial port
or USB in a few seconds. The algorithm (in Matlab, hence the need for
Linux) grinds for around 30 seconds to produce the output.
we're not sensitive on the "board cost" - labor to design a board is
expensive, so a board that has low power, and the right connectors, so
it's <1 day to make cables, etc. is a better deal than several weeks to
design a board and spin it, etc.
The reason why I'm asking the last two questions is, it is often more efficient
to do your own CPU board if you have to design a PCB anyways for the sensors,
need more than 10-20 boards and you can live with one of the "small" ARM9's
that come in QFP packages (like the i.mx233 or AM1705).
That would come later, and be "someone else's problem" - We do the proof
of concept, "demonstrate that it works in a relevant environment", and
then it goes from there.
On 12/2/16 8:51 AM, Attila Kinali wrote:
> On Fri, 2 Dec 2016 08:05:17 -0800
> jimlux <jimlux@earthlink.net> wrote:
>
>>> I'm measuring 0.350A with max cpu usage on all cores and the following
>>> settings:
>>>
>> @ 5V, right, so 1.75W going full out. That's a useful number to know.
>
> I once did an board with an i.m233 (arm9 at 400MHz) and it did less
> than 0.5W IIRC. But I think this is about the lower you can do without
> tweaking the OS.
>
>>> Apart from that I read somewhere that the beaglebones have terrible EM
>>> characteristics. But I can't find my source so take it with a grain of
>>> salt :-)
>
> Yes. The BBB is badly designed in this regard... The RPI is better there.
>
>> I must say, there are more of these things available in almost too wide
>> a variety.. You could spend days going through all the datasheets and
>> websites - I suspect that they ALL have about the same power consumption
>> for a given amount of processing horsepower - same feature size on the
>> die, after all - so it's more about peripherals and ease of use
>
> There are way too many, IMHO. And a lot of them are not usefull for
> a lot of stuff or have very bad support. The Odroid are a prime example
> of this. There is a "community" around them, yet getting them to do
> anything usefull is a major pain. There is a handfull of companies
> I know of, who do provide good support and those are the ones I am
> usually sticking to (unless I have special needs).
>
>> And, it's more likely that idiosyncracies in the distros have been
>> identified and it's more likely that the software will run on them after
>> its built.
>
> It's actually better to go with a company who is invested in giving
> you a working board than using something popular. Especially one that
> cares to push all its patches upstream.
>
> Beside the mentioned Toradex, and Aries Embedded, there is also Olimex
> which is known for it's wide variety of boards with good support.
> Depending on your exact requirements, I would probably go for one of
> the i.mx233 boards (the imx233 nano is quite neat) or A10 or A33 board.
> Especially the i.mx233 is nice as it has an on-chip Li-poly charger/controller.
> All you need to do is to supply it with 5V and it does the rest.
>
> A note of warning: a lot of the boards from Olimex have not enough ground
> pins for the high speed singals they provide. If you are transfering data
> with high-speed (several 10MHz) over the headerpin connectors, you will need
> to add some additional ground connections.
>
> What are the exact requirements you have? How much computational power
> do you need? How do you interface the sensors? How many boards will
> you need? Is it out of question to build your own processor board using
> one of the ARM9's in QFP? What is your budget?
We're processing several thousand samples, received over a serial port
or USB in a few seconds. The algorithm (in Matlab, hence the need for
Linux) grinds for around 30 seconds to produce the output.
we're not sensitive on the "board cost" - labor to design a board is
expensive, so a board that has low power, and the right connectors, so
it's <1 day to make cables, etc. is a better deal than several weeks to
design a board and spin it, etc.
>
> The reason why I'm asking the last two questions is, it is often more efficient
> to do your own CPU board if you have to design a PCB anyways for the sensors,
> need more than 10-20 boards and you can live with one of the "small" ARM9's
> that come in QFP packages (like the i.mx233 or AM1705).
That would come later, and be "someone else's problem" - We do the proof
of concept, "demonstrate that it works in a relevant environment", and
then it goes from there.
SS
Scott Stobbe
Fri, Dec 2, 2016 5:20 PM
As much as it pains me to recommend them some of the iot modules sound like
a good fit, like the Intel atom one.
On Fri, Dec 2, 2016 at 12:13 PM jimlux jimlux@earthlink.net wrote:
On 12/2/16 8:51 AM, Attila Kinali wrote:
I'm measuring 0.350A with max cpu usage on all cores and the following
settings:
@ 5V, right, so 1.75W going full out. That's a useful number to know.
I once did an board with an i.m233 (arm9 at 400MHz) and it did less
than 0.5W IIRC. But I think this is about the lower you can do without
tweaking the OS.
Apart from that I read somewhere that the beaglebones have terrible EM
characteristics. But I can't find my source so take it with a grain of
salt :-)
Yes. The BBB is badly designed in this regard... The RPI is better there.
I must say, there are more of these things available in almost too wide
a variety.. You could spend days going through all the datasheets and
websites - I suspect that they ALL have about the same power consumption
for a given amount of processing horsepower - same feature size on the
die, after all - so it's more about peripherals and ease of use
There are way too many, IMHO. And a lot of them are not usefull for
a lot of stuff or have very bad support. The Odroid are a prime example
of this. There is a "community" around them, yet getting them to do
anything usefull is a major pain. There is a handfull of companies
I know of, who do provide good support and those are the ones I am
usually sticking to (unless I have special needs).
And, it's more likely that idiosyncracies in the distros have been
identified and it's more likely that the software will run on them after
its built.
It's actually better to go with a company who is invested in giving
you a working board than using something popular. Especially one that
cares to push all its patches upstream.
Beside the mentioned Toradex, and Aries Embedded, there is also Olimex
which is known for it's wide variety of boards with good support.
Depending on your exact requirements, I would probably go for one of
the i.mx233 boards (the imx233 nano is quite neat) or A10 or A33 board.
Especially the i.mx233 is nice as it has an on-chip Li-poly
All you need to do is to supply it with 5V and it does the rest.
A note of warning: a lot of the boards from Olimex have not enough ground
pins for the high speed singals they provide. If you are transfering data
with high-speed (several 10MHz) over the headerpin connectors, you will
to add some additional ground connections.
What are the exact requirements you have? How much computational power
do you need? How do you interface the sensors? How many boards will
you need? Is it out of question to build your own processor board using
one of the ARM9's in QFP? What is your budget?
We're processing several thousand samples, received over a serial port
or USB in a few seconds. The algorithm (in Matlab, hence the need for
Linux) grinds for around 30 seconds to produce the output.
we're not sensitive on the "board cost" - labor to design a board is
expensive, so a board that has low power, and the right connectors, so
it's <1 day to make cables, etc. is a better deal than several weeks to
design a board and spin it, etc.
The reason why I'm asking the last two questions is, it is often more
to do your own CPU board if you have to design a PCB anyways for the
need more than 10-20 boards and you can live with one of the "small"
that come in QFP packages (like the i.mx233 or AM1705).
As much as it pains me to recommend them some of the iot modules sound like
a good fit, like the Intel atom one.
On Fri, Dec 2, 2016 at 12:13 PM jimlux <jimlux@earthlink.net> wrote:
> On 12/2/16 8:51 AM, Attila Kinali wrote:
> > On Fri, 2 Dec 2016 08:05:17 -0800
> > jimlux <jimlux@earthlink.net> wrote:
> >
> >>> I'm measuring 0.350A with max cpu usage on all cores and the following
> >>> settings:
> >>>
> >> @ 5V, right, so 1.75W going full out. That's a useful number to know.
> >
> > I once did an board with an i.m233 (arm9 at 400MHz) and it did less
> > than 0.5W IIRC. But I think this is about the lower you can do without
> > tweaking the OS.
> >
> >>> Apart from that I read somewhere that the beaglebones have terrible EM
> >>> characteristics. But I can't find my source so take it with a grain of
> >>> salt :-)
> >
> > Yes. The BBB is badly designed in this regard... The RPI is better there.
> >
> >> I must say, there are more of these things available in almost too wide
> >> a variety.. You could spend days going through all the datasheets and
> >> websites - I suspect that they ALL have about the same power consumption
> >> for a given amount of processing horsepower - same feature size on the
> >> die, after all - so it's more about peripherals and ease of use
> >
> > There are way too many, IMHO. And a lot of them are not usefull for
> > a lot of stuff or have very bad support. The Odroid are a prime example
> > of this. There is a "community" around them, yet getting them to do
> > anything usefull is a major pain. There is a handfull of companies
> > I know of, who do provide good support and those are the ones I am
> > usually sticking to (unless I have special needs).
> >
> >> And, it's more likely that idiosyncracies in the distros have been
> >> identified and it's more likely that the software will run on them after
> >> its built.
> >
> > It's actually better to go with a company who is invested in giving
> > you a working board than using something popular. Especially one that
> > cares to push all its patches upstream.
> >
> > Beside the mentioned Toradex, and Aries Embedded, there is also Olimex
> > which is known for it's wide variety of boards with good support.
> > Depending on your exact requirements, I would probably go for one of
> > the i.mx233 boards (the imx233 nano is quite neat) or A10 or A33 board.
> > Especially the i.mx233 is nice as it has an on-chip Li-poly
> charger/controller.
> > All you need to do is to supply it with 5V and it does the rest.
> >
> > A note of warning: a lot of the boards from Olimex have not enough ground
> > pins for the high speed singals they provide. If you are transfering data
> > with high-speed (several 10MHz) over the headerpin connectors, you will
> need
> > to add some additional ground connections.
> >
> > What are the exact requirements you have? How much computational power
> > do you need? How do you interface the sensors? How many boards will
> > you need? Is it out of question to build your own processor board using
> > one of the ARM9's in QFP? What is your budget?
>
> We're processing several thousand samples, received over a serial port
> or USB in a few seconds. The algorithm (in Matlab, hence the need for
> Linux) grinds for around 30 seconds to produce the output.
>
> we're not sensitive on the "board cost" - labor to design a board is
> expensive, so a board that has low power, and the right connectors, so
> it's <1 day to make cables, etc. is a better deal than several weeks to
> design a board and spin it, etc.
>
>
>
> >
> > The reason why I'm asking the last two questions is, it is often more
> efficient
> > to do your own CPU board if you have to design a PCB anyways for the
> sensors,
> > need more than 10-20 boards and you can live with one of the "small"
> ARM9's
> > that come in QFP packages (like the i.mx233 or AM1705).
>
>
>
> That would come later, and be "someone else's problem" - We do the proof
> of concept, "demonstrate that it works in a relevant environment", and
> then it goes from there.
>
>
> _______________________________________________
> time-nuts mailing list -- time-nuts@febo.com
> To unsubscribe, go to
> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
> and follow the instructions there.
>
DJ
David J Taylor
Fri, Dec 2, 2016 6:08 PM
From: jimlux
We're processing several thousand samples, received over a serial port
or USB in a few seconds. The algorithm (in Matlab, hence the need for
Linux) grinds for around 30 seconds to produce the output.
The Raspberry Pi OS includes a free MATLAB licence, as I expect you already
know.
Cheers,
David
SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk
Twitter: @gm8arv
From: jimlux
We're processing several thousand samples, received over a serial port
or USB in a few seconds. The algorithm (in Matlab, hence the need for
Linux) grinds for around 30 seconds to produce the output.
===========================
The Raspberry Pi OS includes a free MATLAB licence, as I expect you already
know.
Cheers,
David
--
SatSignal Software - Quality software written to your requirements
Web: http://www.satsignal.eu
Email: david-taylor@blueyonder.co.uk
Twitter: @gm8arv
J
jimlux
Fri, Dec 2, 2016 7:14 PM
On 12/2/16 10:08 AM, David J Taylor wrote:
From: jimlux
We're processing several thousand samples, received over a serial port
or USB in a few seconds. The algorithm (in Matlab, hence the need for
Linux) grinds for around 30 seconds to produce the output.
The Raspberry Pi OS includes a free MATLAB licence, as I expect you
already know.
yes, but
"Note that you cannot install MATLAB as a standalone application or
execute MATLAB code locally on a Raspberry Pi. To develop applications
for the Raspberry Pi to be used in standalone operation, please see the
Raspberry Pi Support from Simulink®."
and of course, we're not using Simulink
On 12/2/16 10:08 AM, David J Taylor wrote:
> From: jimlux
>
> We're processing several thousand samples, received over a serial port
> or USB in a few seconds. The algorithm (in Matlab, hence the need for
> Linux) grinds for around 30 seconds to produce the output.
> ===========================
>
>
> The Raspberry Pi OS includes a free MATLAB licence, as I expect you
> already know.
>
yes, but
"Note that you cannot install MATLAB as a standalone application or
execute MATLAB code locally on a Raspberry Pi. To develop applications
for the Raspberry Pi to be used in standalone operation, please see the
Raspberry Pi Support from Simulink®."
and of course, we're not using Simulink
> Cheers,
> David