Skip to content

hardwario/twr-at-universal-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HARDWARIO Logo

Firmware Skeleton for HARDWARIO TOWER UNIVERSAL TESTER

Travis Release License Twitter

This repository contains firmware at universal tester.

AT interface

  • Baud: 115200
  • Data: 8
  • Stop: 1
  • Parity: None
  • Send on enter: LF (\n)

Example connect:

picocom -b 115200 --omap crcrlf --echo /dev/ttyUSB0

tip: for close Ctrl + a , then Ctrl + x

Commands

> AT$HELP
ATI Request product information
AT+CLAC List all available AT commands
AT$ADC Read ADC value
AT$ADCV Read ADC voltage
AT$GPIOC Configure GPIO pin
AT$GPIOG Get GPIO pin value
AT$GPIOS Set GPIO pin value
AT$I2CMR I2C memory read
AT$I2CMW I2C memory write
AT$I2CSCAN Scan I2C bus
AT$RELAY Control relay
AT$TEMP Get temperature from TMP112
AT$REBOOT Reboot
AT$HELP This help
OK

I2C Scan

> AT$I2CSCAN=0
$SCAN: 0x19,0x49
OK

GPIO

Set value for example: On / Off led on Core module

> AT$GPIOS=18,1
OK
> AT$GPIOS=18,0
OK

Read value

> AT$GPIOG=19
$GPIOG: 0
OK
> AT$GPIOG=19
$GPIOG: 1
OK

License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤  by HARDWARIO a.s. in the heart of Europe.

About

tower

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors