-
Next Club Meeting
Micromouse book
Categories
- Apec (8)
- AVR (5)
- dsPic (3)
- Hardware (22)
- Japan (25)
- Line Follower (9)
- Micromouse (93)
- minos (14)
- MMRC (1)
- News (16)
- Primus (19)
- RoboTIC (6)
- sensor (11)
- Software (2)
- STM32 (28)
- Taiwan (9)
- UK contest (15)
- Uncategorized (3)
Recent Comments
- Hamed on Improved Search Turns
- Peter Harrison on Improved Search Turns
- Hamed on Improved Search Turns
- patil rahul on Midlands Robotics and Micromouse Club
- Peter Harrison on Shapeways motor mounts arrive
-
Upcoming Events
-
May28Mon
-
Jun11Mon
-
Jun16Sat
View Calendar ✔ Subscribe
Add to Google
-
Meta
Popular Posts
- Simple ADC use on the STM32 (8,939)
- STM32 USART basics (6,090)
- STM32 Arm-Cortex bootloader (5,366)
- STM32F4 – the first taste of speed (3,419)
- Nokia 3410 LCD on the STM32 (2,851)
- Bit Banding in the STM32 (2,612)
- Micromouse Book (2,538)
- All Japan Micromouse 2011 – finals (2,497)
- STLINK SWD for STM32 (2,416)
- ARM STM32 JTAG (2,309)
Blogroll
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