Ticket #36 (closed feature request: wontfix)

Opened 4 years ago

Last modified 3 years ago

Prototype sensor board reading

Reported by: hidiraskar@… Owned by:
Priority: none Milestone:
Component: Toolbox Function Keywords:
Cc:

Description

Hi How can I get data using Hitechnic prototype sensor board (which is also designed for NXT) using Matlab? Thank you very much..

Attachments

Change History

Changed 4 years ago by atorf

  • priority changed from high to low
  • type changed from bug report to feature request

The HiTechnic prototype sensor board belongs into the category "3rd party sensors/devices". It is currently not supported, although it might be possible to use existing functions (such as ´GetLight?´ or ´GetUltrasonic?´) to interface with it (sometimes such a compatibility mode is provided for LEGO devices). Check the manual and HiTechnic support documents.

If you can access the prototype board via I²C functions (or even via analog sensor data), you can implement your own interface. Have a look at other I²C functions like ´OpenUltrasonic?´ and ´GetUltrasonic?´, or ´COM_ReadI2C´. For analog sensors, ´NXT_GetInputValues´ is the correct function.

Please let us know what you achieve and if your files could be useful for the toolbox…

Changed 4 years ago by atorf

Here's the documentation site of the prototype board:  http://www.hitechnic.com/cgi-bin/commerce.cgi?preadd=action&key=NPS1055

It lists all necessary I2C registers for you. Open the port using

NXT_SetInputMode(port, 'LOWSPEED_9V', 'RAWMODE', 'dontreply', handle);

and then retrieve the data you need with COM_ReadI2C.

Changed 4 years ago by atorf

  • priority changed from low to none

Changed 3 years ago by atorf

If there are any news on this subject, please let us know!

Changed 3 years ago by atorf

  • component changed from Demos / Applications to Toolbox Function

Changed 3 years ago by atorf

  • status changed from new to closed
  • resolution set to wontfix

Apparently no new development on this, closing the ticket.

Add/Change #36 (Prototype sensor board reading)

Author



Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.