How to write binary data to I2C using JavaScript? (MRAA)
I am looking for example how to write binary data to an I2C device from JavaScript. The MRAA library supports I2C but examples are provided only in C; the JavaScript documentation covers only the...
View ArticleRe: How to play audio on Edison - instructions
Hi Spanky1999 No worries, it indeed looks like you're new to this stuff, but that's fine - everyone is new to something at one point or another In short - to be able to play sounds on any computer,...
View ArticleRe: How to enable the Yocto-provided package management capability
Nope, haven't tested it It was a bit too late so I was satisfied with the developer's excuse #1
View ArticleRe: Intel Edison as a Wi-Fi hotspot using external USB to Ethernet adapter...
Hi haxor I've never tried something like this but I think you can use hostapd for this. In order to install this take a look at the AlexT repositories.You can get the packages that you need with:...
View ArticleRe: Use the Python Image library but got "No module named Image" error.
Hi Paridhi_Agrawal, Have you tried updating the module and the library? Regards, JPMontero_Intel
View ArticleRe: my hd4600 with i7-4702MQ can't install 10.18.14.4072
As always, be extremely careful and cautious when using these "driver download" sites. Doc
View Articleconnect a MCP9701?
Nodejs Code: var m = require('mraa'); var a0 = new m.Aio(0); a0.setBit(10); console.log("reading analog input>>>"); /*setInterval(function() { readAnalog() }, 1000);*/ function readAnalog()...
View ArticleRe: Suggestions on using audio speakers with Galileo
Hi Paridhi_AgrawalI use a standard, cheap no-name USB Sound card (like this one DYNAMODE External USB 2.0 Sound Card Deals | Pcw) with a Galileo 1, running AlexT's version of Yocto.(See CMata's...
View ArticleRe: Windows media center and intel 4600 graphics live tv stutter
I too have this problem Core i5-4460 / hd4600 graphics 8GM RAM 1600 MHz Yes even watching youtube videos it is QUITE apparent that there are missing frames and the stuttering is most obvious when...
View ArticleD34010WYK only 2 channel audio
I just loaded up a D34010wyk with Win 7. latest drivers and Bios. HDMI 1.4 cable to my Samsung UN60EH6050F TV. Optical from the TV to my Yamaha receiver. (no hdmi on my receiver) under sound /...
View ArticleRe: Intel Galileo Gen 2 board bricked
Hi DiegoV_Intel, I had already checked the post you shared and used the Galileo Gen 2 FVMAIN.fv file. However to be doubly sure, I re-tried with the file from your link, but no success. I have attached...
View ArticleRe: Intel Galileo Gen 2 board bricked
Hi DiegoV_Intel, I missed attaching the logs to the previous reply. Here you go. Best Regards,Ashok
View ArticleRe: Auto scaling issue in Full-Screen Mode with Intel HD 4600 graphics
New year, same old problem. Latest intel drivers for Haswell i7, HD 4400 no proper scaling support at native resolution.
View ArticleI have Intel S2600GZ server with 1 SSD, 2 SAS hardisks & RS2WC040 RAID...
I have Intel S2600GZ server with 1 SSD, 2 SAS hardisks & RS2WC040 RAID controller, I have to create RAID 1 on SAS. but it's detecting SSD but not SAS. Please help me, It's urgent
View ArticleRe: Unable to connect Intel Edison to WiFi
Hi CMata,I reflashed it.The version is edison-rel1-maint-weekly_build_16_2014-10-14_14-56-19.The problem still exists.When I run "configure_edison --wifi" it successfully find my network.But on the...
View ArticleIs Intel XTU supported by an Intel Atom z3735 G baytrail cpu? I attempt to...
Is Intel XTU supported by an Intel Atom z3735 G baytrail cpu? I attempt to install it and i gives an error about attempting to install on an unsupported platform.
View ArticleDoes not display for the fist time when powered on
I am system integrator, i am facing problem with Desktop board DB85FL with Core I7 4770. When i power on the system fist time i don't get display,after i remove & put the power cord again &...
View Articleget BLE(Bluetooth Lew Energy) Level without connection
Hi all. I have one question. I want to know BLE(Bluetooth Lew Energy) signal level in C language.But I don't know, how to get signal level in BLE I try to find and read "hcitool command" code and...
View ArticleRe: connect a MCP9701?
@CMata_Intel, I changed the bit from 10 to 12 and the result is now 200.7. I also changed the bit to 8 which results to an -8
View ArticleRe: connect a MCP9701?
@CMata_Intel I changed the bit from 10 to 12 and the result is now 200.7. I also changed the bit to 8 which results to an -8
View Article