Re: How to use SD card
I've really never used the Arduino IDE, so I can't comment on that, but I don't think you're going to be able to use standard Arduino sketches that use the SD card with the Edison. You are correct...
View ArticleRe: How best proceed with overheating i7-4790K?
Yeah, I dunno. I bought asus maximus VII ranger for this CPU but i'm really worried about overheating issue and the silence from intel. I'm going to use the stock heatsink like my q6600 but the...
View ArticleRe: INTEL DESKTOP DG41WV
Well, I just reflahed it with a "bios file" ( 2MB size) that I found on the net and worked like a champ!! This problem is solved!! thanks!!
View ArticleRe: Virtual memory is @ 100% if i run a game at a different resolution than...
Except apparently this doesn't fix the problem completely (as many others have stated) There are also people on the MS forums still having issues too!
View ArticleRe: How to use SD card
I'll report back on this later next week. In the distant past I have written programs in C and run them on an Arduino, including reading and writing to disk files. I never tried a SD card back then,...
View ArticleRe: Simple Webserver
Found a work around by changing the port number in the Arduino sketch, so that its not on the same port as the server running the Device Information page.. Now have it working..
View ArticleDoes DZ77GA-70K offer RAID with onboard Marvell 88SE9172
I'd like to configure a RAID 0 with the on-board Marvell 88SE9172 (grey SATA ports). Via link from DZ77GA-70K motherboard's intel site page I can get to page Desktop Boards — Configuring Your Computer...
View ArticleRe: Edison wifi delay and power saving
I looked all over for an appropriate '.conf' file, but to no avail. As a last resort, one can always create a service script that turns power management off at boot. Try the following: make a file...
View Articlelogin into galileo with tokor's prebuilt eglibc image
hello all, I wanted to install opencv and gcc on my galileo and tried a lot building a linux iimage.. but I am getting too many errors .. so I decided to move ahead with tokor's prebuilt eglibc images...
View ArticleRe: Widi & Windows 8.1 problems
amiranees, while I have read from your previous posts that you have tried installing different Intel® wireless adapters, I suggest elaborating the description of your issue and providing more...
View ArticleD34010WYK CPU Throttling to ~230 MHz
Hello, We are experiencing problems with CPU throttling on a number of D34010WYK units. For reasons that are currently unknown, the CPU (i3-4010U) on these units throttles back to approximately 230 MHz...
View ArticleRe: How to use SD card
Here's another approach to writing & reading to the SD card. There is an Intel IoT Developer Kit over in Intel's Developer Zone for both Edison and Galileo boards. I downloaded and installed the...
View ArticleRe: How to use SD card
You should be able to find fgetc and fputc in stdio.h. process.h and conio.h are not standard Posix include files AFAIK.
View ArticleRe: igfxCUIService.exe crashing - Intel 4600 Graphics related
Hey Robert, 1. As I already had the most recent version of the Chipset INF Driver installed (10.0.17.0), I did not downgrade to the 10.0.13.0.2. I removed the AMD drivers completely3. Removed the Intel...
View ArticleRe: Intel AC7260 limited access after sleep
I have 100% failure of AC7260 resume from sleep on a new Dell XPS 15 connecting to Ubiquiti WiFi n (not ac)Where did you get these drivers, as Dell still only list...
View ArticleRe: I218-V Wake On Lan broken with Fastboot - Bug
Thanks for the response, I should have mentioned in my first post that I also tried doing what you've suggested and this does not work. To clarify: Enabling stack driver support under boot options and...
View Articleac7260 cisco 3702I
I have Intel AC7260 and I can not connect to 5.0Ghz SSID on a Cisco 3702I AP. I can see 5.0Ghz SSID on 3702E AP's. I have tried latest drivers and just about all suggestions I have read.Any Ideas?...
View ArticleRe: mraa_spi_bit_per_word Problem
I need to send 16 bits per CS.The function calls only take a byte, so it is unclear how they would accept a word, instead of a byte.I am assuming that if you give it 4 bytes it will use the first 2...
View ArticleRe: mraa_spi_bit_per_word Problem
I don't know for sure, but I have to assume that mraa_spi_write_buf would only toggle the CS line once. There has to be a function that sends multiple bytes between toggling the CS line. Given your...
View Article