Re: HD4000 driver problem about multiple display handling
Dear Sylvia, the monitor is Asus VE228. The Tv is Sharp LC-52DH65E. Both have HDMI inputs. Motherboard is Asus P8Z77-V Premium which was one of the world's most expensive board. One of the cables is a...
View ArticleOpenSUSE 13.2 Galileo Image
For anybody interested, i have created a working Images for Galileo based on openSUSE 13.2. Some keypoints:- Several auto-extend Images preconfigured (4GB, 8GB, 16GB, 32GB)- Completely (auto) build on...
View ArticleRe: Cannot Install Intel HD Graphics on Windows Technical Preview
Could you please go into further detail on how to do this? I have no idea where this "the reference to Threshold in the configuration file that prevented installation with Windows Technical Preview" is.
View ArticleRe: USING A GY80 IMU WITH THE EDISON ARDUINO BOARD
Thank you for the explanation. I'm using the Edison Arduino board do you think the board take this into account? I was able to get your GY-80 code github working on both my UNO and Teensy 3.1. But not...
View ArticleRe: X540 performance
H Cycloptic,Just want to clarify your setup. are you connecting one x540 to another x540 directly via cable without passing thru a switch? With this kind of setup, the performance yields are usually...
View ArticleRe: Galileo Gen 2 i2c problem
Hello Peter, Thank you for your nice reply. I have solved the issue. The problem was the different GND levels between the sensor and the Galileo. It is now working fine by powering the sensor board...
View ArticleRe: Edison Arduino i2c
I can read the temp sensor's i2c address on my Arduino UNO using Nick Gammon's i2c Scanner sketch. It says it's hex 48 (decimal 72). But when I try to run the i2c Scanner sketch on my Edison-Arduino it...
View ArticleRe: How to program UART serial from Linux on Galileo Gen 2?
Hello, Peter, It works! I'm glad you solved my problem. Your help is much appreciated. Regards,Tevin
View ArticleRe: UVC Driver Support
fyi..the link https://communities.intel.com/docs/DOC-23007 Not FoundThe item does not exist. It may have been deleted.
View ArticleRe: Galileo Debian v1.2 image
I just checked, and the iptables stuff is not built in to the kernel. Initially I started out trying to keep it lean, but that probably needs to change. Too many people are comin gup with too many...
View ArticleRe: Galileo Debian v1.2 image
I've been very busy at work lately, and haven't had time to touch my Galileos or my Edison at all for several weeks. 8-( I think trying to quantify what does and doesn't work is a good path to go down....
View ArticleRe: How to get current time
Peter, here is the code that produces 1970 dates. #include<time.h> void setup(){ char cTime[22]; sprintf(cTime, "%04d.%02d.%02d.%02d:%02d:%02d", year(), month(), day(), hour(), minute(),...
View ArticleRe: How to get current time
ok, I'll take another stab at this for you. It formats properly to your YYYYMMDD:HHMMSS on mine.in your file at the top, #include <time.h> in your function trytime_t t = time(NULL);struct tm tm...
View ArticleRe: How to get current time
Deium, here is the source code.Thank you for your help. #include<Time.h> #include<WiFi.h> #include<Ethernet.h> byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; char ssid[] = "";...
View ArticleRe: How to get current time
Hello Terrence, Well currently I consistenly get a error with my Time.h library which is shown below. So I'm curious as to what time.h and Time.h files you are using. If you could post them that would...
View ArticleRe: Arduino-Edison IDE + Time & DS1307 Library
Hi CMata_Intel , I can't post the code now, but I'll post it early tomorrow morning. Cheers, UST
View ArticleRe: How to get current time
Time.h is case sensitive as would ctime - ensure <time.h>although you declared your cTime varable as a char array of [22],cTime was not filled with a value,as was year() .. sec() resulting in...
View ArticleRe: How to get current time
In file included from C:\Arduino_Edison_IDE/hardware/tools/edison/sysroots/core2-32-poky-linux/usr/include/sys/types.h:132:0, from...
View ArticleRe: Minimal Power On Requirements?
I think you just treat DCIN as a signal to tell Edison that there's a DC power supply connected. If you leave DCIN floating (I assume it's pulled down) and the voltage on Vsys is below 3.5V, it assumes...
View Article