Events
- RSSIG Club Meet
- 3 Jun 2013
- RSSIG Club Meet
- 1 Jul 2013
- RSSIG Club Meet
- 5 Aug 2013
- RSSIG Club Meet
Categories
Recent Comments
Blogroll
Search Terms
Tag Archives: nokia
Decimus hardware fix
It was all getting too awkward. A bit of short sighted design on my part had the Nokia LCD sharing an SPI port with the motor encoders. This meant that I had to turn off the encoders to write to … Continue reading
SPI data transfers
I use SPI on my micromouse both to talk to the Nokia graphical LCD and to talk to the LS7366 quadrature encoders. A large number of devices can be connected to the SPI data lines, MOSI and MISO. Each device … Continue reading
LCD testing for Decimus
Having installed the LCD, it was time to get the code working for it. First I realised that it may not have been so clever to put the LCD on the same SPI port as the encoders. This will mean … Continue reading
LCD screen for Decimus
Probably the last part to be added to Decimus will be the Nokia 3410 LCD screen. Nearly all of my mice have these either permanently fitted or attached by a simple socket so they can be removed. With a resolution … Continue reading
Adding a timer and the graphical LCD
This is a fairly big jump. With the LEDs and buttons tested, it is time to add the main graphical display, made from a Nokia cellphone display. Also, there is the main system timer event. The simple user IO is … Continue reading