Re: Python script as background process
Hello bpryer I spent some time tonight trying to solve your problem.I made a python example "blink.py" which blink the on-board led on the Arduino breakout board #!/usr/bin/python import mraa import...
View ArticleRe: Error compiling opencv code on Edison
Hey ManojVangala I follow that tutorial too! and I had some problems. So I just follow that tutorial until he part it says to expand the root partition and then I just installed opencv by doing: opkg...
View ArticleIntel i210 driver for Windows 2003
Dear,How can I210 work under windows 2003 as I210 no support this OS? Thanks.
View ArticleRe: HI GUYS my problem would a challenge for everyone who knows about CPUs...
I am a bit unclear on what you have tried. Have you tried another i5-3450K to eliminate the possibility of a bad processor, and have you tried a different graphics card to eliminate a possible bad...
View ArticleRe: Intel Edion mini break out with Adafruit GPS
Hello Thank you for your kind replyI am using J18 - pin 13 GP130 UART1_RX GPIO, UART1 receive data input. J19 - pin 8 GP131 UART1_TX GPIO, UART 1 Tx output.In the sketch, the pin...
View ArticleRe: How to test if i2c hardware is there without segmentation fault
Note: Assuming your code is like above, where you are calling mraa init and and I2c init, MRAA should be setting this up. First thing is to make sure your MRAA is up to date. Also do you have simple...
View ArticleRe: Edison i2c lost arbitration when enable any 2 devices
Hi freshbird1.my test is on Edison breakout board ,and my levelshift is TXS0102.For i don't know much about ediosn arduino kit and BSS138. Maybe you can compare and find some differences. 2.Some...
View ArticleRe: How to test if i2c hardware is there without segmentation fault
Here is a simple program:int main(){ mraa_init();}Result:root@username~# /home/root/programFailed to write to exportIntel Edison failed to initialize Arduino board TristateRailed to write to...
View ArticleRe: S2600-CP2 vmware ESXi 5.5 hangs on ACPI initialization -- Boot loop
Well Goutam.Nagella, thanks for the suggestion, but changing the monitor didn't fix the issue. I also verified once again that the setting for MMIO above 4GB was disabled. Thanks for the suggestion...
View ArticleRe: Graphics driver for win8.1
Surprisingly, my old motherboard CD driver worked for me.I got the perfect screen resolution.Great!!!
View ArticleRe: Data transfer from Bluno to Intel Galileo using Bluetooth Low Energy
Intel_Peter wrote: Hello QuakieDuck, I believe that can be achieved by adjusting the Bluno's sketch, I mean you could tell the Bluno to wait and listen until he receives certain message from the...
View ArticleRe: Can't enter boot menu/bios
I am not from Intel, and I don't know why they think unplug from AC power is related to your question. I think what you want to know is called the Power Button Menu described around page 55 of the...
View ArticleRe: How to test if i2c hardware is there without segmentation fault
It did not fault with simple program. But I am running current mraa, which I just built. If you have not done so, update your mraa libraries. If using eclipse also update on dev machine as well....
View ArticleRe: Edison R2 Beta SW Released
Looking over the release notes for this build, access to the Quark MCU didn't make it in. Any updates on the availability?
View ArticleMatrix Storage Manager (AHCI/Sata and Manager installation)
I switched my bios from IDE to SATA using the AHCI mode. Since a XP OS installation doesn't directly support the Intel AHCI drivers, I had to use the F6 method. This method pre-loads the drivers so...
View ArticleRe: 4790k Power Consumption
It's just really random high readings in the software, should I actually be worried? Rmaing a motherboard or cpu isn't something I look forward to
View ArticleRe: [NUC D34010WYK] Can't enter BIOS after firmware upgrade #35.
Cable: DisplayPort - DVIEAN: 4016032291459Model: AK-340305-010-WAssmann Display: LED 21.5" 1920x1080Model: 227E4LPhilips If you are from Intel, then get more info from ticket 8001068125.
View ArticleRe: combining ardino ide code with the linux cpp code and running it on linux
maybe my blog IoT - Efficient communication between Arduino* and Linux native processes | Intel® Developer Zone would be of interest
View ArticleRe: Implementing a Bluetooth HID Profile on the Edison
maybe try with latest Edison image (beta) just released?
View ArticleRe: Wifi p2p connection
latest Edison beta image just released seems to support WiFi direct. Maybe give it a try?
View Article