Discussion Title | Created date |
---|---|
Storing data to SPI Flash (W25Q32) I am making a programmable arduino based project, the idea is to store music in the project and the music will play whenever it is turned on. I am using W25Q32 as SPI Flash memory... |
Wednesday, 20 January 2021 - 09:24 |
8x8 led matrix control using 74hc595 and cd4017 I've code shift register and decade counter to display a 8x8 led matrix. The bits seem to be off by 1 bit, e.g I expect them to go from row-1, column-1 to r-2,c-2 but the mid... |
Saturday, 23 May 2020 - 19:36 |
8x8 led matrix control using 74hc595 and cd4017 /* * free_lance_2.c * * Created: 23-05-2020 11:23:32 * Author: Chirag Goyal */ #include <avr/io.h> #define F_CPU 16000000UL #include<util/delay.h> #define... |
Saturday, 23 May 2020 - 15:51 |
8 x 8 led matrix to show flowing output I have started learning atmega16 a week ago and have learnt some basic info and am able to make basic programs like creating a library, printing letters on 8x8 led matrix. I want... |
Monday, 17 June 2019 - 15:35 |