Intel i5-2500k problems - Any help greatly appreciated
I have had my processor, Intel i5-2500k, for approximately 3 years now and have recently run into complications. About 2 months ago I moved locations and so took my built desktop with me. Ever since...
View ArticleRe: Intel Edison Camera Module
Hi, my constraint is 160x120 and ideally I would like to stream 320x240 video in (6-15FPS) I've realized the mini breakout board on the Edison is 1.8V pins and the SPI cameras that I looked at are all...
View ArticleOV7670 Camera module
Hi, just curious if anyone has tried to use OV7670 +FIFO with Intel Edison by connecting to GPIO pins. Regards,Danny
View ArticleRe: Edison and Arduino IDE connectivity issue
if you can't upload: have you checked that your rootfs isn't full? (see other threads on that) I have and they are. But I'm unsure how to change the config file so they don't fill up. For now, I just...
View ArticleRe: Edison w/ Arduino Expansion board no longer boot with 12V supply
Hi Brew once again thanks for the reply to my question....Guess what I pulled out a 6 pack 1.5v aa battery holder which comes out to 9.7v or something likethat and it worked I applied what you said...
View ArticleRe: Intel NUC DN2820FYK IR not working
Any progress with this yet Allan? I have just bought an NUC DN2820FYK and I am getting the exact same problem - infrared light not responding and no activity reported with 'irw'. Perhaps there's a...
View ArticleRe: Galileo Debian v1.2 image
As I was having issues with Yocto not seeing my devices on the USB on my Galileo G2, I thought I would try out the Debian build. Thanks!Took two attempts, the first one downloaded the 1.0... build,...
View ArticleRe: ubilinux (Debian) now available from Emutex Labs
Yes, it's the same kernel. It's built using bitbake in the Yocto environment, and then copied to the Debian image or system.So if it's a kernel driver that's missing, you'll need to build the kernel...
View ArticleRe: ubilinux (Debian) now available from Emutex Labs
u-boot on Edison expects vmlinuz (not vmlinux) to be present in the vfat boot partition (partition 7). NOT bzImage in the /boot folder in the ext4 partition, which is entiretly redundant. Why that's...
View ArticleBricked Board
How do I determine if my board is bricked? Here is my situation. I am trying to telnet into it so I can start working with Motion, and I was unable to connect over Ethernet. I then decided to just run...
View ArticleRe: HP 2740p cannot Install Widi software, meet all requirements...
Hello Jay,I had the same problem before, although my laptop-hardware meets all conditions I had this problem.My issue was a second graphic card (HD 4000 integrated plus NVIDIA GTX 675 m). I shut down...
View Article2 core 2 thread and 1 core 2 threads
If 2 core 2 thread and 1 core 2 threads. which s best (fast) ? Sorry my bad English and silly question. I don't understand about thread correctly
View ArticleMy Intel Edison project
I have recently bought an Intel Edison with the Arduino compatible breakout board. I am planning to use this for an universal translator project. Something like this:...
View ArticleIntel Galileo - Can't upload sketch while boot from Big Linux Image
HI there, I'm new to Ardiuno in general and I'm a bit confused as to how this is all supposed to work. I've got a Galileo - it came with Windows. I've gone to the Software Downloads page and downloaded...
View ArticleX540 performance
We have two Cisco C240 servers running Windows Server 2008 R2 Datacenter with X540 cards directly connected with cat 6A cord and they only run 0.1 Gbps (1%) with iperf. What am I doing wrong?Intel site...
View ArticleRe: sketch upload fails: "transfer incomplete"
I just got a peek of the journal files and most of the records are related to the mDSN system.I wonder how to stop it.
View ArticleRe: Intel® Dual Band Wireless-AC 3160 has intermittent latency issues
Hello, I'm having the same issue with my Wireless-AC 3160 adapter. I've been reading it's due to some incompatibility issues between the WLAN adapter and TP LINK routers (mine is an N600), but I still...
View ArticleRe: How to get current time
Hope this may be helpful. I am assuming a sketch is using c; #include <time.h> void main() {time_t t;struct tm *ptr_time;char buffer[22];// get the local timetime(&t);// returns localtime to...
View Article