Difference between revisions of "AKENC"

From DIDEAS Wiki
Jump to: navigation, search
m
 
m (ISP / Dataport)
Line 10: Line 10:
 
*It can NOT connected to a (standard) SWIFI due to its baudrate.   
 
*It can NOT connected to a (standard) SWIFI due to its baudrate.   
  
The following can be used to receive telemetry from it:
+
* The following can be used to receive telemetry from it:
wifi_fast.py -p <SERIAL PORT> -b1000000 -V akenc -L -f xx
+
<strong>wifi_fast.py -p <SERIAL PORT> -b1000000 -V akenc -L -f xx</strong>
  
 
==VLIST==
 
==VLIST==

Revision as of 22:54, 26 May 2010

Edit

AKENC Series

ISP / Dataport

  • The 9 pin ISP header is like that of the robot and can connect to a PSER for programming and receiving data.

The dataport uses that standard V2 packet, however the baudrate is non-standard (1Mbaud) and it uses little endian (-L option on wifi_fast).

  • It can NOT connected to a (standard) SWIFI due to its baudrate.
  • The following can be used to receive telemetry from it:

wifi_fast.py -p <SERIAL PORT> -b1000000 -V akenc -L -f xx

VLIST

The following vlist can be use for akenc.vlist:

float ssi_f
float adc1
float adc2
float theta
float theta_i16
float ssi_theta

In the main program "ap_main" is a data structure that is sent over dataport :

typedef struct PACKED {
  float32 ssi;
  float32 i1;
  float32 i2;
  float32 fval1;
  float32 fval2;
  float32 fval3;
} USER_DATAPORT_OBJ_T;

Known issues

firmware

hardware