Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Kura » adc(Accessing adc device)
adc [message #1778150] Mon, 11 December 2017 10:14 Go to next message
khaleel shaik is currently offline khaleel shaikFriend
Messages: 19
Registered: November 2017
Junior Member
Hi

I am trying to Access a ADCchannel using a device configuration object but i'm facing the below issue
Quote:

2017-12-11 10:09:43,573 [Component Resolve Thread (Bundle 7)] INFO o.e.k.a.Adcaccess - jdk.dio.UnsupportedDeviceTypeException: Invalid class name: jdk.dio.adc.ADCChannel


My adcconfiguration
Quote:

ADCChannelConfig config = new ADCChannelConfig("TI-am335x-adc", 4, 12, 100, 100);
ADCChannel channel = DeviceManager.open(ADCChannel.class, config); // opening adc channel


Regards
khaleel
Re: adc [message #1778186 is a reply to message #1778150] Mon, 11 December 2017 14:06 Go to previous message
khaleel shaik is currently offline khaleel shaikFriend
Messages: 19
Registered: November 2017
Junior Member
Does "jdk.dio" library access inbuilt devices(adc,i2c, etc) also ..
or only the external devices?

[Updated on: Mon, 11 December 2017 14:10]

Report message to a moderator

Previous Topic: is there anythings materials about integrating Kura with CoAP ?
Next Topic:Unresolved requirement: Import-Package: org.slf4j when starting bundle in Kura Emulator
Goto Forum:
  


Current Time: Fri Apr 26 22:42:30 GMT 2024

Powered by FUDForum. Page generated in 0.03115 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top