Re: USING A GY80 IMU WITH THE EDISON ARDUINO BOARD
What we're trying to do here is eliminate causes, starting with the most basic: pins work as outputs. If they do, then can we get your Edison to communicate with another Arduino via I2C? If we can,...
View ArticleRe: Problem to connect wireless keyboard and mouse to the USB3 connections
I just got my D54250WYKH a few days ago and have this problem in random. With the hint from this post, ,I used a small USB extension with the keyboard and mouse receiver to test each USB ports. To my...
View ArticleRe: i2c-tool pgk to be able to use SMBUS in python
HiI have the same problem as KeinerI am using AlexT's version of Yocto and get the followingroot@RGBYocto:/media/realroot/GalileoPrograms# python testSMBUS.py /usr/bin/python2.7: symbol...
View ArticleRe: I setup my WiFi according to tutorial, but i need manually connect it...
Hello Peter: Thanks for your answer! 1. I have updated my Yocto image from https://software.intel.com/en-us/iot/getting-started. 2. upgrade firmware to 1.0.4 3. reboot Galileo 4....
View ArticleRe: USING A GY80 IMU WITH THE EDISON ARDUINO BOARD
I could not tell from description if you have pull-up resstors in the I2c lines And/or are trying to use internall PU ?
View ArticleRe: about atomisp
Hi:Thank you very much, and i get your means.I have got a copy of atomisp driver from Timesys, which named kernel-3.8.0-1.src.rpm. But the driver can not be correctly work on my platfrom(E3827). So i...
View ArticleRe: USING A GY80 IMU WITH THE EDISON ARDUINO BOARD
I finally got it to read the GY80. seems to be either my bread board or loose pins or a combination of both. I've even been able get processing to read the data some what.Thanks for the help
View ArticleRe: USING A GY80 IMU WITH THE EDISON ARDUINO BOARD
Congratulations. Always a big relief when something finally works. Gary
View ArticleRe: Connecting Edison to WIFI
AriGoldnow that we know that the settings are correct - you can make it persistent withsystemctl enable wpa_supplicant upon reboot, it should automatically connect to your network.ps: which setting was...
View ArticleRe: Connecting Edison to WIFI
How do I confirm that my Edison is connected to my WIFI? I just rebooted it.
View Article[HELP]About “enableIoT.com”: "My Chart" cannot be displayed normally
Hello everyone: I did IoT test followhttps://software.intel.com/en-us/node/530661At the beginning, all is working correctly.When I test it use "iotkit-admin observation temp 35",the "enableiot.com" can...
View ArticleRe: Connecting Edison to WIFI
ping to google.ca didn't work, I got a "bad address" message. And ifconfig shows me this: lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host...
View ArticleRe: Connecting Edison to WIFI
AriGold you can runping google.ca to confirm connection andifconfig to see your ip settings andiwconfig to see your wifi settings and signal strength
View ArticleRe: meta-edison layers as git repos?
I also would like to vote for this feature.@Intel, any news?
View ArticleRe: Connecting Edison to WIFI
AriGold you can check your DNS servers withcat /etc/resolv.confif not you may have to run the busybox udhcpc -i wlan0 for nowalso, with an inet6 address you could try ping6 www.google.ca
View ArticleRe: Microsoft Surface Pro 3 - Intel HD 5000 Driver Update Problem
Hi matejI'm having the same issue. Did you find a solution to install the latest version ?
View ArticleRe: Windows 8.1 WiMax N 6150
I still have this problem. I have temporarily "fixed" it by going into the device manager and disabling 802.11n on the adapter and all the problems seem to go away. It seems the adapter itself is...
View ArticleRe: Error during Kernel Compilation: make: *** No rule to make target...
I met the same issue even I'm using recommended Ubuntu 12.04. Before I add the edison source to my local git, it works well besides known libwebsockets issue.After I commit the eidson source to my...
View ArticleRe: Intel centrino wireless-n 2230 keeps dropping connection.
So, for anyone still having these problems, who have had no software solutions work so far, as was the case with me, I have a hardware solution to try, which will cost nothing, and not require any...
View ArticleAVR registers
When verifying an arduino sketch in the Arduino Edison IDE, I got the PORTC undefined error. However, this is ok in the Arduino IDE. So it seems it's a compatibility issue. My question is, how can I...
View Article