Re: First day ok with 13V. Second day short circuit
Lab power supplies can have different characteristics. Some may have current foldback which can cause trouble when powering a switching converter. so I would recommend a different power supply before...
View ArticleRe: pinMode(n, INPUT_PULLUP) vs. attachInterrup
Hi jwestervelt, The order of pinMode and attachInterrupt matters. If you use pinMode and then attachInterrupt, attachInterrupt will overwrite the PULLUP condition and put the pin in a HIZ state and the...
View ArticleRe: Is there a way to toggle GPIO direction without signaling all pins?
I have not setup to watch the other IO pins yet when mucking with a few of them, but I have wondered about the effect of the tristate object. My impression was that it might put all of the IO pins...
View ArticleRe: HD Graphics for Previous Generation Core i5 - 661
I finally found a driver version that worked: 8.15.10.2622 (GFX_Vista_Win7_64_8.15.10.2622.exe)
View ArticleRe: Does Edison support Audio and Video?
Hi AlexT_Intel, I used your repo and installed kernel_module snd-usb-audio module, alsa utils and mpg123. I plugged in the usb sound card. The alsamixer didn't seem to recognize the device. The...
View ArticleRe: Windows 7 Drivers
You will get a better response in the General Discussion forum.I have moved your post there. Doc
View ArticleRe: Intel HD GRAPHICS CONTROL PANEL SERVICE会造成语言栏的不正常显示。
You will get a better response in the Graphics forum.I have moved your post there.Also, if you can post in English, that would be better. Doc
View ArticleRe: What is the best i5 processor (apu) for gaming. What processor (apu) can...
Toshiba support is Official Toshiba Support | ToshibaThe Toshiba forum is Home - TOSHIBA FORUMS Doc
View ArticleRe: Creating a complete, flashable image
You want to loopback mount the .ext4 file, which contains the root. The .hddimg image contains a fat32 partition with the kernel.
View ArticleRe: DH67BL intrusion error
Ok, I will do this and tell you the results.I checked the error message:"The following are warnings that were detectedduring this boot.These can be viewed in setup on Event log Page.WARNING: Chassis...
View ArticleRe: Does Edison support Audio and Video?
I am not sure if it is true for all USB sound cards. I have a Sabrent (USB-SBCV), I think i purchased from amazon.com With it, I find I need to set it up to be the default PCM sound device (Had to do...
View ArticleRe: Can't boot from USB drive with ISO elementary OS
Newbie error - I figured it out and am now happily working on my new Intel NUC with elementary OS (which is awesome, by the way!).I used Rufus to create the bootable USB with ISO of the OS installation...
View ArticleRe: Intel Edison an Expensive Arduino Nano
I don't see gravemind post as trolling, but I have to admit he looks like he gave up (not really interested in answer to his questions/problems). I feel some of the concern people expressed here, but...
View ArticleRe: How best proceed with overheating i7-4790K?
Hi guys, i'd like to share my own experience with overheating 4790k.Ater mounting brand new Gigabyte z97x gaming 5 with 4790k i ran occt and realized that temps might be too high. It was like 85-88...
View ArticleRe: Intel HD Graphics - Installed in Device Manager,but shows as in advanced...
Did a reinstall of Windows 7 Pro, fixed the issue. Sorry I couldn't figure out the cause, just punted.
View ArticleRepositories for intel galileo
I have smart package manager on intel galileo board. I need <package-name>.deb or <package-name>.rpm or other packages. eg for package-name: vim editor, gcc , etc. So that I can install...
View ArticleRe: I2C doesn`t work on my edison arduino board with mraa interface
I tried many many ways to figured out what is the problem of setting the sensor address, even rebuilded and reflashed image to slow bus speed down to 100KHz to feed the sensor, but all failed. So I had...
View ArticleHow to read binary data via Serial1?
I'm using a sensor that outputs binary data on UART.I connected it to Edison's Serial1 port and tried to read data, but faced several problems. 1)Until LF(0x0A) is sent, Serial1 doesn't work.My sensor...
View ArticleRe: How to read binary data via Serial1?
There may be other ways to do this, but I use the stuff in#include <termios.h> For example for my code that reads data from the Arbotix Commander (XBee), some of the Init code looks like: bool...
View Article