Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Sounds good. (Score 1) 135

A 10 year old child will plug the EOMA68 card into the EOMA68 slot in their device such as a netbook, set-top-box etc with the IO board already inside. This should also work for most 9, 7 or even 5 year old children depending on the development of their motor skills.

EOMA68 cards will also come pre-installed in products with integral IO boards.

There is also a Developer IO board and Developer EOMA68 card for people that like to dabble with hardware.

Linux can come pre-installed on the Flash in the EOMA68 card or on a SD-card a plugged into the EOMA68 SD card slot opposite the edge with the 68 pin connector.

Let me know if you need any further info or help with expansion board designs for the Pi. The Pi and the eoma68 cards aren't a competition. They are different types of products that have some overlapping applications.

Comment Re:Raspberry Pi already obsolete (Score 2) 135

Well you could power them via USB-otg and plug a keyboard into them directly using a USB wallplug power supply for ~$1.

But an I/O board itself for something like a desktop PC would only require a simple PCB ~$1, with TV encoder $0.50ea, RCA jack $0.15, RJ45 jack $0.50 and some passives $1 plus a power supply $2. So under $6 so far.

Add a SATA connector $0.20ea (if you want a HD), and some extra USB connectors for another $1 and larger power supply and you're still under $10 including a somple case.

Fell free to ask me for quotes and reference designs for any types of similar products.

Comment Re:Raspberry Pi already obsolete (Score 1) 135

The EOMA68 cards are not PCMCIA cards! They just happed to have the same footprint. The EOMA68 cards are the motherboard for devices like netbooks, laptops, set-top-boxes, carPC's etc etc. They don't plug into a PCMCIA slot as an accessory. They are the CPU, RAM, Flash, Ethernet, USB, SATA, SPI etc. etc. Controller/Host for the device they are plugged into.

The EOMA68 cards are COM "computer on modules" to allow OEM's to get to market faster without having to design a motherboard or develop Linux drivers. The OEM's just add a $3-$10 dollar I/O board with connectors with a simple 32bit ARM Cortex-M3 for $1 micro as an EC (embedded controller) such as an ST STM32. The main cost for the I/O boards are the connectors.

Comment Linuxcnc + RTAI (Score 4, Interesting) 65

Much of this is already in LinuxCNC
http://www.linuxcnc.org/

It's mostly used by developers to control CNC machines but it also includes support for non-Cartesian motion systems provided via custom kinematics modules. Available architectures include hexapods (Stewart platforms and similar concepts) and systems with rotary joints to provide motion such as PUMA or SCARA robots.

http://linuxcnc.org/docs/html/man/man9/kins.9.html
http://linuxcnc.org/docs/html/motion_kinematics.html

We've use it to control some pretty complex robotic systems.

Comment Another Reason to Use GPL Software vs Android (Score 1, Interesting) 97

Didn't people see this coming? Google chose Apache 2.0 for their reasons and goals for Android

http://source.android.com/source/licenses.html

"We've simply decided that ASL2.0 is the right license for our goals."

The tablet bubble is already bursting but maybe bodhilinux or similar will be used for some future consumer applicances to avoid these probelms?
http://bodhilinux.com/

Comment Re:It will morph into Conformity Monitoring (Score 1) 182

Public school has already been that way for decades. There is no monitoring of how the teachers arrive at a students grade. It's heavily dependent on how much they like the student or how well the student conforms to their ideas of what should be rewarded. They don't even return graded work any longer since it might be used by next years class to "cheat".

Comment Re:Warning ! (Score 1) 196

Don't be fooled and give them credit just for saying so. If they really wanted it copied in China they would release gerbers and the drill tool files. If they don't care then they could also post the schematic source files and the pcb layout files. This would save somebody the work of having to do it all over again. But as you notice there are no such publicly posted files.

Comment Re:What is this going to mean for me, the end-user (Score 1) 161

Modules like these will support and industry of mass produced low cost devices that will interoperate with them. You'll be able to plug the cpu module into your desktop unit or set-top-box at home and surf the net, write stories, play games, hang out on-line, and so on. You'll also be able to take the module out of your desktop unit or set-top-box and plug it into your laptop unit and surf the net, write stories, play games, hang out on-line, and so on.

Comment Re:poorly chosen connector (Score 2) 161

I imagine the reason that they reused the PCMCIA design is for reuse of the tooling for the case and also the durability of the connectors. The PCMCIA connectors have durability ratings of 10K insertions. Many card edge connectors have only a durability of 100-200 insertions. The simply made fascia plate keeps these new cards from being inserted into legacy sockets. The cpu card might be swapped from a laptop to a desktop, set-top-box, car PC, cluster rack, etc etc. You could make devices with a simple cover plate to keep the cpu module from being easily ejected if you wish. Devices such as laptops, set-top-boxes, etc might be easily upgraded to a newer or more powerful cpu or more RAM by simply swapping the cpu module.

Comment Re:Beagleboard? (Score 1) 161

There is a possibility that a design very similar to the BeagleBone will be spun with this new Embedded Open Modular Architecture/PCMCIA standard as well as other ARM soc designs. It will probably be at much lower cost than the BeagleBone $89 USD. http://beagleboard.org/bone

This new standard allows you to plug in whatever cpu module you wish that is compliant.

Slashdot Top Deals

Make sure your code does nothing gracefully.

Working...