Giter Site home page Giter Site logo

smilestick's Introduction

SmileStick

This is my repository for my experiments in using a pi pico to control a VTech v.SMILE controller.

Console pinout, using default numbering for ps/2 style female connector. Perspective is from the front of console looking in. Meaning that the controller connection is flipped.

6			5
4			3
	2	1

1 VCC 
2 CTS --> GPIO7
3 Tx (from console) (connect to GPIO4 UART1 TX on pico )
4 GND 
5 Tx (from controller) (connect to GPIO5 UART1 RX on pico )
6 RTS (from controller) has pulse to low when pushing buttons

Notes:

  • After a while of idling the joysting stops sending data. I suspect this had something to do with de 0xBX values the console seems to send every 20 seconds. Its also the reply to the 0x78 at the startup. The 0x78 needs be followed with a 0xB reply before the controller wakes up. I have a trace where a 0xBX is send every 20 seconds. But how the X in that is determined I have no clue.

  • The third byte in the idle reply from the controller matches the code for leds all off. I suspect this can be any valid values for the leds. So on sending an idle reponse adjust the third by to the correct value for the led state.

  • Sometimes need an extra reset after programming?

smilestick's People

Contributors

bzuidgeest avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.