reboot looses /dev/ttyACM0
I have been seeing an issue, which I am not sure is only in my environmentIf others have see it please comment. Details below: What:any device on /dev/ttyACM0, with a USB OTG cable plugged in (i.e....
View ArticleRe: Wifi p2p connection
Flashed the new image and going through the steps. Hopefully I'll have a detailed breakdown on getting Edison to handshake with the Wifi p2p android sdk application posted back to the forum soon.
View ArticleRe: Fan noise from D54250WYK
Here's something to try: Go into the BIOS and turn off hyperthreading. (Depending on one's BIOS version, this may require a search.) Another machine I play with has a Core i7-2600K, a legendary chip...
View ArticleRe: [NUC D34010WYK] Can't enter BIOS after firmware upgrade #35.
Sounds similar to an issue I reported - VERY bad experience after update to BIOS 35 How do you file a ticket with Intel? I thought this was the only way to get support.
View ArticleRe: VERY bad experience after update to BIOS 35
Flashed 35 on top of 35. Issue still happens when I press F2. Flashed from 35 to 32. After successful flash, system hung on next boot (same behavior as I described in the first post). After a power...
View ArticleHow to detect USB connection with PC in Edison
Hi, I am working on a project with Edison breakout board. I need to check if Edison is connected to PC with USB cable in my program running on Edison. How can I do? Thanks a lot.
View ArticleRe: Implementing a Bluetooth HID Profile on the Edison
It's been done before: http://anselm.hoffmeister.be/computer/hidclient/index.html.en And updated in 2012: https://github.com/benizi/hidclient/blob/master/hidclient.c#L24 * Updates * 2012-02-10 by Peter...
View ArticleRe: Implementing a Bluetooth HID Profile on the Edison
You'll need to cp /etc/systemd/system/bluetooth.target.wants/bluetooth.service /etc/systemd/system/ so you can override the command line to add --compat.# cat...
View ArticleRe: Python script as background process
Speccy88, Sorry for not getting back sooner. I have managed to get this working with the example you posted. But for some reasone I cannot get my py script to work without error. I ensure every py...
View ArticleRe: Intel Edison - not able to read GPS input from /dev/ttyMFD1 using node.js
Thanks JPMontero_Intel, For now I'll use Python. Please share the steps. It will be interesting to see why Node.js doesn't work. Regards, Virender
View ArticleRe: Edison R2 Beta SW Released
I've been using a docker image to do my iiGadget builds, will integrate layers and such soon, hopefully pulling in pull requests for autobuilt images before too long.[hh@viii easy-build]$ git remote...
View ArticleRe: Implementing a Bluetooth HID Profile on the Edison
It's interesting to note that sdp is --compat, it appears it doesn't affect things under bluetoothctl, only spd browse local etc:# bluetoothctl[NEW] Controller 98:4F:EE:02:DF:BA iikeyboard...
View ArticleRe: Bluetooth Error
HI, yes I am still having problems using bluetooth to send data to the edison. Is it possible to this rather over wifi and save the data on the microSD Slot with arduino sketches? Thank you !
View ArticleRe: Python script as background process
I'm far from my Edison right now so I cannot test anything, but I have an idea what your problem might be. I don't think the problem is with the shebang line and executable flag. This is only important...
View ArticleRe: Implementing a Bluetooth HID Profile on the Edison
I thought enabling UserspaceHID might work... but still the same results.# cat /etc/bluetooth/input.conf# Configuration file for the input service # This section contains options which are not specific...
View ArticleRe: Intel i210 driver for Windows 2003
Hi Fishersz, Yes, I210 network adapter does not support Windows 2003 as you may refer to Intel® Ethernet Server Adapter I210-T1 — Operating System Support for Intel® Ethernet Server Adapter...
View ArticleRe: Intel i210 driver for Windows 2003
Hi Fishersz, Yes, I210 network adapter does not support Windows 2003 as you may refer to Intel® Ethernet Server Adapter I210-T1 — Operating System Support for Intel® Ethernet Server Adapter...
View ArticleRe: Intel i210 driver for Windows 2003
Hi Fishersz,Yes, I210T network does not support Windows 2003 Intel® Ethernet Server Adapter I210-T1 — Operating System Support for Intel® Ethernet Server Adapter I210 SerieThe final release of Windows...
View ArticleRe: Getting BitBake to Work
Hi CMata, The tutorial I am following is Enabling audio and video capture on the Intel Edison | richards-tech notes .My PC is running Ubuntu 14.04 LTS. Thanks,Dylan
View ArticleRe: Distance + motion direction sensing with the Edison
Most of what I've seen available for tracking motion and distance would fall into the human interface category. Not sure if it's what you're looking for but there are things like these: Adafruit has...
View Article