Re: Cannot Install Intel HD Graphics on Windows Technical Preview
ssn650 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...
View ArticleReset Password
Does any one know how to reset your password on your edison board I have recently lost my password and do not remember it. I have tried flash all and run do_ota but neither seem to work.
View ArticleRe: Windows 8.1 HDMI Video not working
Bought a brand new one. Nope. I HIGHLY doubt the cable is the issue.
View ArticleRe: Has anyone passed data from Edison to a phone via Bluetooth?
Interestingly, this post claims to have connected even though the next to the last line said the connection failed. I was able to duplicate every line in that post almost exactly except I don't get...
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 ArticleArduino/Gen2 com. issues
This is ridiculous, I am trying the third Gen2 board and the board/Arduino still not communicating properly.First two got bricked when trying to update fwr, I followed the start-up guideline to the...
View ArticleRe: More AC7260 Bluetooth Problems
Thanks for the reply. I know this card is generally regarded as a complete flop (to put it nicely) and I've had more than my share of issues with the wifi end of things, but I must have missed the part...
View ArticleRe: Intel Galileo Maximum Interrupt Frequency
Hi Sergio, I have tested the interrupt mode as suggested. It works for me at frequency of 2 KHz, more and less. Thanks. Indrazno
View ArticleRe: Native Edison kernel compile successful, kernel hangs without error
Ok. An errorfree kernel compilation doesn't mean that it works. The first step is to build the same kernel again with a procedure like you have tried so far, that's also my target. But until now i...
View ArticleRe: Robopeak and Windows image
Robopeak can't be contradicted because they do in fact offer Windows support for their display, although not on the Galileo. It runs beautifully through a computer but then what's the purpose of...
View ArticleAC 7260 Bluetooth does not work with a head set
I am using Windows 7 x64 and try to use a Bluetooth speaker with mic for Google Hangout. The Bluetooth does not recognize the mic at all. The speaker works fine with all my other computer and bluetooth...
View ArticleSound - Motherboard vs HDMI
I have a DP35DP motherboard with a AMD Radeon HD 6450 Display Adapter. I have been getting sound through the HDMI connection on the Video Card - everything seemed to work just fine. Recently I tried...
View ArticleRe: USING A GY80 IMU WITH THE EDISON ARDUINO BOARD
Yes I'm using A4/A5 for SDA/SCL. I reimaged my Edison incase I jacked something up previously. Remove all versions of Arduino 1.5.3 that was on the system and downloaded a clean copy of Arduino...
View ArticleRe: INTEL CONSTANT WIFI DISCONNECTS *WE SHOULD SUE*
Dear joe_intel I just bought a Dell Latitude E7440 for about two weeks and facing the wifi disconnect problem (my computer is very close to the router). Is there any solution for this issue?
View ArticleIntel HD graphics 4400 is missing 1152x864?
Intel HD graphics 4400I have updated the last BIOS and display driver but still cannot get resolution 1152x864.
View ArticleRe: Native Edison kernel compile successful, kernel hangs without error
This evening i looked into the sources. There are a lot of patches for integration of the mid-platform into the kernel and so far i've seen also a patched gcc is necessary (new cpu variant). So i...
View ArticleGetCurDateTime function - how is this?
In my failed attempt at getting the current date time from the Arduino + Edison world, I have come up with a kludge. Please tell me if you see a better way at getting this string. Here is the sketch....
View ArticleRe: GetCurDateTime function - how is this?
Now that I have put this call into the loop I have learned that the _DATE_ and _TIME_ is the datetime the sketch started. How would I get the running datetime in a loop?
View Article