Re: 3D Game killing BUG? Intel HD graphics card has ZERO "reported dedicated...
Intel drivers don't report the amount of dedicated video memory to the operating system, the BIOS does. When applications ask "how much dedicated memory" that API call goes to OS, not to graphics...
View ArticleRe: Adafruit 2.8 inch TFT screen
Hi Paridhi_Agrawal; We are following up on your post to see if you still have any questions you also could check the shields tests report for the Galileo. RegardsCMata
View ArticleRe: Touch+LCD screen and Webcam
Hi Paridhi_Agrawal; I can recommend you to check the shields that have been tested in Galileo and Edison boards, in the document you'll find all the results according to the board. RegardsCMata
View ArticleRe: digitalWrite and MRAA digitalWrite
arfoll, Yes, I understand @100MHz, it may take several instructions times clock time per instruction to set/clear a GPIO. So I am hopingat least 1MHz toggle rate with MCU SDK. Would it be possible for...
View ArticleRe: Intel Galileo Gen 2 board programming using Arduino in Eclipse
Hi Nandasahu ; Were you able to fix your problem or you still have problems with it? Let us know if we can help you in somehow. RegardsCMata
View ArticleRe: Edison w/ Mini Breakout Board - Bricked!
Sergio,It is not self evident that the battery voltage should be the Edison module voltage when the supply voltage is 7 to 15. I understand now that the battery goes direct to the module and is not...
View ArticleRe: GetCurDateTime function - how is this?
I can help clarify some things here. Time.h was written by Michael Margolis for the tiny AVR chip on the most famous Arduinos Duemilanove and Uno before there was any idea that such a platform would...
View ArticleRe: Edison opkg package repo created
Alex,After a successful implementation of cronie and CIFS, if I can ask you another favor, it will be interesting to have "rsync" as well, it will help us keeping in sync the different boards.Thanks...
View ArticleRe: CPU Serial Number or something unique
It's just my two cents, but your customer is still going to have to configure the device to connect to wifi, right? In most cases it seems like it would only take a few more lines of code to generate...
View ArticleRe: D34010WYK ir Stop button doesnt work
I found out what the problem was.If GoogleChrome are Active, then it doesnt work, and also that Icon in the tray that keeps Chrome Active in the background does also interfear with the IR...
View ArticleRe: converting .out to .elf format (in Ubuntu)
But I do not know where to place the html file for systemd? Please let me know if my query is clear to you. No, sorry, isn't clear. what do you mean by "placing an html file for systemd"?
View ArticleRe: Edison Driver Setup 1.0.0 dows not install on Windows 10
What? But I don't think so. May be he is using "Windows Technical Preview"
View ArticleRe: Problem with Intel widi connection (failed)
Hi Nathalie,after two years I found this issue. I have the same problem. I can't connect my Asus Zenbook to my LG TV, they can see each other, PC prompts for password but does not connect. I tried to...
View ArticleRe: integers in Edison Arduino IDE
I was fiddling with SPI, and data transmission preparation. Wanted to send an Integer to an Arduino, so was using the Arduino Cish lowByte, highByte functions. That was easy enough, but wanted to...
View ArticleRe: digitalWrite and MRAA digitalWrite
"Also note: my test app, I build and run on the Edison. If you are using something like devkit and eclipse, I would imagine that you would need to update the headers and the like on the PC and you...
View ArticleRe: digitalWrite and MRAA digitalWrite
Hi Kurt,Can you please confirm you are getting 0.23 to 0.27 "uS" <- micro seconds? I think it may be more of milli seconds.If it is indeed micro seconds, I'd like to download your version of...
View ArticleRe: Intel 82579V Issue
Hi all, I joined the forum due to discovering this thread and persevering with this Network Adapter problem since I had a new rig built over two years ago! Clearly, I'm not one to complain and simply...
View ArticleRe: Edison Breakout Board + Arduino-Intel IDE (Is it possible?)
Mikalhart, thanks so much for the help. I cant tell you how invaluable it has been! Just so I'm clear. If I upload the sketch from above post, to the COM port which allows the upload to complete...
View ArticleRe: Edison Breakout Board + Arduino-Intel IDE (Is it possible?)
Thanks KurtE. I guess there must be something wrong in my code, because nothing pops up in the serial monitor. I'll keep investigating. Thanks!
View ArticleRe: How to start Node.js app on Start Up?
I'm still getting used to systemd myself so I could be wrong, but I think you left out a slash. ExecStart=/usr/bin/node /node_app_slot/main.js
View Article