Re: Edison Mini Breakout Board Battery
Good analysis and you have made some valid points about the breakout board's power circuitry. I have both boards, Arduino and Mini breakout, and was surprised to discover that part of the power...
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: 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 ArticleRe: Broadcom BCM4352 Wifi card incompatible with WIDI... why? (también en...
Con gusto tux0topo, si esa es la idea de esta comunidad ayudarnos con lo que respecta a las tecnologías de Intel(R).Quisiera saber, si me lo permite, conocer si las sugerencias provistas le fueron de...
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: mraa_spi_bit_per_word Problem
The last parameter tells it how many bytes to send.So even if you change it from 4 to 2 it will still toggle the CS line 2 times now instead of 4 .
View ArticleRe: Sending e-mail with Edison?
I built mailx_12.5-r2_core2-32.ipk and 'opkg install mailx_12.5-r2_core2-32.ipk' completed no problem. But, when I try to send mail, I always get ". . . message not sent. Does mailx require other...
View ArticleCannot find module 'utf8'...
Hi! When I launch my Intel Express server.socket.js sketch on my Galileo Gen 1, I get the following message : root@clanton:~/tinyWebServer# node server_socket.js module.js:340 throw err;...
View ArticleRe: Image freezes, but the cursor moves freely
Hello, Kevin, and thank you for responding. I previously tried both of the things you have suggested (installing the drivers you forwarded and updating the WiDi adapter firmware), and have now tried...
View ArticleRe: widi screen freeze netgear ptv3000
Hello, Kevin, and thank you for responding. I previously tried both of the things you have suggested (installing the drivers you forwarded and updating the WiDi adapter firmware), and have now tried...
View ArticleHP Spectre 13t-3000 CTO with embeded Intel Bluetooth (Intel AC 7260)...
In April 2014, I purchased an HP Spectre 13t-3000 CTO Notebook. Installed is the the Intel Dual Band Wireless-AC 7260 WiFi and Bluetooth adapter. On HP's support website, the latest driver for the...
View ArticleRe: How best proceed with overheating i7-4790K?
Just that the default vcore makes the temps reside just under 80C for 100% load. While the 1.2v vcore drops the temps to ~72 at 100% load. I would figure Intel would be less conservative with the...
View ArticleRe: Support for the Adafruit 2.8" TFT display for Arduino Edison
FYI - I uploaded a few minor fixes to this to my Adafruit_ILI9341 github project I mentioned above. Again only on the Edison branch, but put in a fix that allows reading of data back from the display....
View ArticleGraphics Card Troubles
Alright, so, I have an Acer Aspire P3. When I downloaded Windows 8.1, I couldn't play Minecraft anymore and everything else was extremely slow. Today, I checked my diagnostics thingy and it said I had...
View ArticleRe: Failure to make linux-yocto
Thanks to your suggestion I'm getting a bit farther. It turns out that there is a 'cd' missing in the build script. Unfortunately it is in a temporary file that's somehow created from a bitbake class...
View Article