hi, im using/watching linuxmce for years, now i got a bit bored so i started thinking about developing linuxmce hardware, good idea? any suggestions?
Hardware?
Could you elaborate?
Cores?
To sell?
Or making DIY kits?
hardware as in for example communication between core and devices, instead of using hardware from zwave or knx using hardware designed for linuxmce.
LinuxMCE uses a protocol called DCE to communicate between devices:
You will need to read the Developing a DCE Device section in the wiki, as well as the Developers Guide, and all literature relating to DCE.
You have the choice of developing a DCE device in Ruby or C++ using libDCE. Keep this in mind when designing your hardware. The DCE libraries themselves are fairly cross platform, and can run on a variety of processor architectures.
-Thom
allready did that some time ago, my c++ is way outdated but i will have to focus on the hardware itself first anyway.
Maybe someone can help me out with software later on.
I was thinking of creating a modular system, so it would be only one type of device (software) and in hardware you can turn it in to anything, like a base with sensor, or base with switch or with relay for switching anythingthe base if for communicating and recives the commands from linuxmce.
what you make of it you can just click on the base (example).
what do you think? suggestions?
Go for it. :) We'd love some LinuxMCE specific lego hardware. We'll try to help out wherever we can. :)
-Thom
Quote from: tyger on August 30, 2011, 10:23:07 PM
allready did that some time ago, my c++ is way outdated but i will have to focus on the hardware itself first anyway.
Maybe someone can help me out with software later on.
I was thinking of creating a modular system, so it would be only one type of device (software) and in hardware you can turn it in to anything, like a base with sensor, or base with switch or with relay for switching anythingthe base if for communicating and recives the commands from linuxmce.
what you make of it you can just click on the base (example).
what do you think? suggestions?
Could you elaborate on who you are?
What your abilities are?
And of course elaborate more and what you are planning to do?
Maybe it is easier to talk on irc?
i have been thinking about the same thing, specifically because in in the process of assembling a CNC machine so i can do some PCB isolation to make circuit boards. The first thing i was going to research was a network clock that would connect to the core and be able to react to events. But, i have to finish the CNC first.
use a Panda or a Beagleboard and prototype a device running linux that runs your DCE device.
The nice thing is, once the device attempts to connect, if it receives an INVALID DEVICE, then it can request to create a device for the new device automatically.
It would make a lot of sense to use MeeGo core as the OS of choice, to build a system image, as I have a lot of experience with this, and it would be able to make something that could come up very quickly (especially when using resume from a non-rewritable memory image), to have a fully functional linux system ready for creating an aware appliance.
-Thom
The idea: using powerlines to send data to the devices lights for example, thats pretty simple, it tought this was the best solution because you need power everywhere anyway, so i started thinking why use it just for that?
Why not use it for multimedia too? looking into that now, the bigest problem is bandwidth as they only go until 500Mbit at the moment. still looking into that anyway.
Also i have a 3D printer so afterwords i can cover it up a bit.
Powerline transmission is typically avoided for all but the simplest of things precisely because of the noisy nature of power mains, which often require much power conditioning and phase coupling to make them very reliable.
-Thom
so wireless? or what do you think?
If you're serious about making new hardware, spend some time combing through new databooks of up and coming semiconductor pieces. There is a lot of wonderful stuff happening in the ultra-wide-band transciever field.
-Thom
Seems like you know a thing or two
Quote from: tyger on August 31, 2011, 06:33:10 PM
Seems like you know a thing or two
Eufism of the week.
I assume you mean euphemism
in my research, i somehow stumbled upon this
http://trimslice.com/web/models
Quote from: locutus on September 03, 2011, 09:33:45 PM
in my research, i somehow stumbled upon this
http://trimslice.com/web/models
It is Nvidia barebone so i guess that the first one will be great for md even with the 1GHz processor.
+ it is low cost
Quote from: locutus on September 03, 2011, 09:33:45 PM
in my research, i somehow stumbled upon this
http://trimslice.com/web/models
The Trim-slice is based on a Tegra dual core ARM SOC with an integrated GeForce GPU. It is not x86 and requires recompilation and special graphics drivers as far as i know. Its certainly not like using an Atom/Ion based motherboard.
All the best
Andrew
You guys think that wifi is good for communication between devices?
Quote from: tyger on November 17, 2011, 03:57:17 PM
You guys think that wifi is good for communication between devices?
It can be. but it depends on your local situation... building construction, electrical interference and the proximity of other Wifi LANS (ie in a dense housing development or block of apartments for example)
Andrew
i know, i thinking about stuff like that too. But im trying to find something that can handle some data, and is easy to install, like wireless, thats why i came up with powerline btw, or can make multible versions with other communication.
Im also looking for ideas to build, like modules to switch lights and stuff if you have any suggestions you can post them here.
Wow, two posts showed up, while I was typing this, haha.
so...
WiFi is useful for some things, tablets, remote audio devices, etc.
However, you must realize that WiFi is not a switched medium like when you connect something via Ethernet. (I say this, because I don't know ANYONE who actually uses a hub to connect devices anymore, switches have all but subsumed them.)
But why is this important?
Ethernet, natively, is a protocol that was designed for half duplex communication over a set of wires. By itself, it has no way to do full duplex communication between two hosts, because other nodes may be communicating, and it still is only one set of wires. It employs a method called CSMA/CD, which listens to the wire, and sees if it is clear to communicate, and if so, it sends its next packet. If the wire is talking, it waits a random amount of time, and then tries again to send the packet.
If two devices try to send at the same time, the network cards sense this (because of a doubling of voltage on the line), the cards immediately stop transmitting, and wait. This is known as a collision. It results in lost time that could have been used to transmit data, and therefore a loss in overall network efficiency.
Makers of Wired ethernet networks (particularly 3Com), realized that while this method worked well for the first 10 megabit ethernet networks, as networks were being tuned to go faster, the potential for collisions increased exponentially (and so it panned out this way), so a solution was made on both the side of the hubs, and on the network cards. First, the network cards were designed to have full duplex (both sending and receiving communications channels), and on the hubs, a solution was made to dynamically create a bridge between two hosts that wanted to communicate (based upon the incoming Ethernet packets), to switch two nodes onto the same full duplex circuit, much like the telephone system, but unlike the telephone system, this bridge only exists for small periods of time, and is wiped away when it is no longer needed.
This solves the collision problem because the two sides are only listening for the other node, and can negotiate when to talk, and with full duplex communication, they can send and receive at the same time.
However, this can't be employed with current wireless techniques for various reasons. WiFi still is very much classical Ethernet like transmission, except over high frequency radio (using spread spectrum techniques to cut through the traditionally noisy 2.4GHz band, this is part of the reason.) So WiFi clients all talk talk talk, and collide with each other quite frequently (most Wireless Access points basically no longer put the collision lights on the box, they would tend to stay glowing on busy networks, freaking people out.)
Long story short, WiFi is okay for some uses, but for uses that require a reliable connection (such as video streaming to multiple points, or reading data off a wirelessly connected network attached storage), you will start to experience performance degredation the more devices talk wirelessly. This can be mitigated somewhat in larger installations with multiple access points connected through a bridging mechanism like WDS, but the problem is one of current generation WiFi, and will be there for some time until a reliable way to create a virtual switch between two wireless MAC addresses on the same layer 2 access point becomes possible.
-Thom
QuoteBut why is this important?
Because you dont want 5 communication devices on the core.
Wifi and ethernet are good for data transmission yes, but there will be things like switching lights i can use radio for that but again you dont want 5 communication devices on the core.