X540 performance
We have two Cisco C240 servers running Windows Server 2008 R2 Datacenter with X540 cards directly connected with cat 6A cord and they only run 0.1 Gbps (1%) with iperf. What am I doing wrong?Intel site...
View ArticleRe: sketch upload fails: "transfer incomplete"
I just got a peek of the journal files and most of the records are related to the mDSN system.I wonder how to stop it.
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 ArticleNo Booting
What are some 8GB memory module Brands to consider for the DC53427HYE that are compatible. I recently bought the Corsair Vengeance 8GB (1x8GB) DDR3 1600 MHz 1.5 volts (PC3 12800) Laptop Memory...
View ArticleRe: Use an external antenna in Japan
Hi DiegoV_Intel Thank you foryour reply.I was able to understand that there is a need to contact the TELEC of Japan. Thank you
View ArticleRe: I210-T1 / I350-T2 power consumption?
Hi MrGlasspoole, still confirming with Intel engineer on this item, i'll update this thread once available. thanks.
View ArticleHas anyone successfully used 32GB DIMMs in the S5520HCT?
Hi,I have the opportunity to upgrade my S5520HCT based server with cheap Micron 32GB PC3-10600 DDR3-1333MHz ECC however I am not sure if it is possible to use 32GB DIMMs on this server board? Has...
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 Article