Re: IOT Development Kit
Where is the IoT kit actually available? The link here redirects to a Makers page with Edison and Galileo and nothing seems to lead to the IoT kit. Searches don't turn it up either.
View ArticleRe: Suitable SD voltage level translators?
I hadn't seen the STM32F072; it does look quite attractive. Thanks for the info. As you say, the ideal thing would just be to have the Edison connect directly to the microSD card. Unfortunately there...
View ArticleRe: How to use Deep Color with HD Graphics 4000
Hi Sylvia I too am interested in this query. I have purchased a 10bit (AdobeRGB) monitor running off a HD4000 graphics chipset. Any news on its ability to support "Deep Color"?
View ArticleDN2820FYKH: can't boot
I get nothing but a blank screen when I power on my DN2820FYKH. Memory is 2G ADATA AD73I1B0887EV. (I've also tried a Hynix HMT325S6CFR8C that worked fine before I moved it from my laptop to the NUC)....
View ArticleRe: DN2820FYKH: can't boot
Hi NUC_Owner, The memory you're using appears to be 1.5v memory. The DN2820, like all current generation NUCs, only supports 1.35v memory. Thanks.Jason
View ArticleRe: How to cross compile OpenCV C code for Intel Galileo
I dont have libm in my /lib directory now what to do?
View ArticleRe: D54250WYKH NIC not supported on Windows Server 2012 R2
hi. but i am way ahead of you. already been running 2008R2 perfectly on 4 NUCS since July. mission accomplished!
View ArticleUpdate Utility
Hey everyone, I was playing an older game on windows 8.1 x64now after I watched a movie on VLC one that I know worked (and the picture froze and the sound loops) and VLC worked fine until I played the...
View ArticleRe: Running ftp server on Galileo
The tiny image in the SPI flash is too small to hold sshd. However even this small image has an ftpd server (busybox') which you can use to browse Galileo files remotely using Windows Explorer or any...
View ArticleRe: Using Galileo Linux over Ethernet(Telnet)
miroyer even with IPv4 you don't need to configure a static IP address on the PC side - as mentioned in the very first post link local addresses exist for IPv4 too.
View ArticleRe: Using Galileo Linux over Ethernet(Telnet)
Note: no ssh server fits in the default SPI image. But, in both the tiny SPI image and the bigger SD/USB image an FTP server is available so you can browse and edit files remotely using Windows...
View ArticleRe: Issues with Ethernet after change to static IP
Have you disabled DHCP/conman? If not your static IP address may not last long. Note: if you go static you also need to configure a default route/router and a DNS server.
View ArticleRe: Does Connecting USB before the 5V Power Supply Damage the 1st Gen Galileo...
The minimum power guaranteed by the USB standard is very low, significantly below what is required by Galileo. Many USB hosts provide more power than the standard but your mileage may vary - a lot....
View ArticleRe: Does Connecting USB before the 5V Power Supply Damage the 1st Gen Galileo...
I don't think Galileo Gen2 is any different in terms of USB and power. On the other hand Galileo Gen2 is power-over-Ethernet capable.
View ArticleRe: Please send me the footprint of Intel quark x1000 all particular pins...
Hi sir, Yes, I am aware of the pin name to ball number tables in the Quark data sheet. These are a great start but do not actually give too much more information than can be seen by looking at the...
View Articlemechanical footprint details
Hi sir,Yes, I am aware of the pin name to ball number tables in the Quark data sheet. These are a great start but do not actually give too much more information than can be seen by looking at the Quark...
View ArticleRe: Auto scaling issue in Full-Screen Mode with Intel HD 4600 graphics
Sylvia - I work in the driver team. Our driver does support "automatic scaling" for this use case and it works just fine on DX9 on Win8.1 and it works on DX9/10/11 and OpenGL on earlier operating...
View ArticleRe: HD 4400 with Win 8.1 poor text quality
Please check to make sure you are running your external display at its native resolution so that you don't have blurriness from scaling the image up or down. For the local display - what is the native...
View ArticleRe: Pin-Toggle ("Blink") script for Edison
That's alot of work... I just do this: import mraa import time x = mraa.Gpio(7) x.dir(mraa.DIR_OUT) while True: x.write(1) time.sleep(0.2) x.write(0) time.sleep(0.2)
View ArticleRe: Brand New FROZEN 730 240 GB SSD Out Of The Box Error Code 0XC00000E9
Some BIOS offer a legacy boot option that works better for Windows* 7 OK will try the Legacy OPROM Option only. Was not aware worked better with Windows*7 64 Bit or 32 Bit. Joe that may be the issue...
View Article