Playing with HT1632 with atmega ? Simonetta wrote:
Limor to rescue again! Adafruit has a full Arduino library for this device. There is an easy way and a hard way to get it working. The...
Saturday, 4 February 2017 - 04:07
Playing with HT1632 with atmega ? I saw one :
https://github.com/devdsp/HT1632...
it's for arduino, but I haven't seen the schematic.. ?
GPIO0 on atmega 128 and atmel studio question ? temporary storage for system status, or any other ways ?
/* System status register and bit definitions */
#define Stat GPIOR0
#define S_RUN 0x01
#define S_LBT 0x02...
Saturday, 21 January 2017 - 23:09
GPIO0 on atmega 128 and atmel studio question ? any ideas on how to use general purpose register on atmega128 ? I saw in datasheet, it has 32x8 general purpose register.
from datasheet :
– 32 x 8 General Purpose...
Saturday, 21 January 2017 - 22:44
GPIO0 on atmega 128 and atmel studio question ? That's why I tried to find out, how can I use general purpose register on atmega128 ? I want to use it as a system status storage.
GPIOR0, how can I use it in C for atmega128 ?
Receving string from AT command ? I have no idea as well ?
The idea is, AVR receive OK from UART and display OK on LCD....
I have never done receiving string on UART ....I got the function from...
Thank you guys for the attention
Simonetta wrote: Limor to rescue again! Adafruit has a full Arduino library for this device. There is an easy way and a hard way to get it working. The...
I saw one : https://github.com/devdsp/HT1632... it's for arduino, but I haven't seen the schematic.. ?
you probably have not set up SPI register properly, check your enable bit on your SPI register..
Ok, thanks, I'll use normal variable.
And then how can I adapt GPIOR0 with Atmega128 ?
temporary storage for system status, or any other ways ? /* System status register and bit definitions */ #define Stat GPIOR0 #define S_RUN 0x01 #define S_LBT 0x02...
any ideas on how to use general purpose register on atmega128 ? I saw in datasheet, it has 32x8 general purpose register. from datasheet : – 32 x 8 General Purpose...
That's why I tried to find out, how can I use general purpose register on atmega128 ? I want to use it as a system status storage. GPIOR0, how can I use it in C for atmega128 ?
@awneil Thanks for the info...
Ok, thanks, I worked ok now.... char *char_receive; char *usart_receive_str()
I have no idea as well ? The idea is, AVR receive OK from UART and display OK on LCD.... I have never done receiving string on UART ....I got the function from...
Pages