CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Wii Camera Sensor
Kerron

Replies: 1
Views: 4134

PostForum: General CCS C Discussion   Posted: Tue Jan 14, 2014 3:56 pm   Subject: Wii Camera Sensor


struct Dot1{
int x_Pos;
int y_Pos;
int size;
};

struct Dot2{
int x_Pos;
int y_Pos;
int size;
};

struct Dot3{
int x_Pos;
int y_Pos; ...
  Topic: infrared learning
Kerron

Replies: 2
Views: 5519

PostForum: General CCS C Discussion   Posted: Tue Dec 28, 2010 9:10 pm   Subject: Capturing infrared Remote codes
Use hyper Terminal at 4800 baud rate connected to a IR 38KHz receiver module PNA4602 then click the remote in front the module and see the strings in hyper terminal for each button pressed. Most Comme ...
  Topic: urgent..<<remote control>>...
Kerron

Replies: 2
Views: 4310

PostForum: General CCS C Discussion   Posted: Tue Dec 28, 2010 8:58 pm   Subject: urgent..<<remote control>>...
What are you trying to accomplish exactly? I have code that might help
  Topic: Wireless Dual Analog Joystick Controller with an Xbee Module
Kerron

Replies: 3
Views: 16987

PostForum: General CCS C Discussion   Posted: Tue Dec 28, 2010 3:58 pm   Subject: Wireless Dual Analog Joystick Controller with an Xbee Module
This is a Dual Analog Joystick Wireless Controller which provides incremental Remote Control Functions for a Robot that I designed that WORKS VERY WELL!!!!!!!!.

Full Project Code. Robotic Rover & ...
  Topic: GP2D120 Infrared Sensor
Kerron

Replies: 8
Views: 18404

PostForum: General CCS C Discussion   Posted: Tue Nov 16, 2010 3:06 pm   Subject: Sharp GP2D120 IR Range Sensor
Convert To Voltage

5/(2^10) = .004883

read adc value then multiply by .004883 saved into a Float Voltage

Distance = -15.9703*(Log(Voltage)-1.00125);

this is from an exponential regressio ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group