Atmel Lightweight Mesh stack Hello Alex,
Actually I'm working with Zigbee (Digi XBee modules) to implement an home automation system. Since costs are important in a company, I'm realizing that digi modules...
Begginer help please! [UART] Yes.. I spent all day studying UART and then I realize my mistake.. I was thinking that 9600 goes into the register, but then I realized that is not.. as you said.. It's okay now...
Friday, 11 April 2014 - 02:05
Begginer help please! [UART] Thanks guys, I read how to calculate.. I just don't get why I have to shift 8 bits to the right on UBRRH..
Thursday, 10 April 2014 - 17:22
Begginer help please! [UART] I have, maybe, a stupid doubt.. abot setting the baud rate on UBRR.
Let's say my baud is 9600 = 0010 0101 1000 0000 , and UBRRH[11:8] takes the 4 MSB of 9600 which would be 0010,...
Thursday, 10 April 2014 - 14:22
WSNDemo.c in Lightweight Mesh Ah.. I understand now :D.. now is working.. the 4 leds on coordinator are Toggling when I press the button on each node :D Thanks very much Alex...
IT's working, although I might...
Friday, 4 April 2014 - 17:48
WSNDemo.c in Lightweight Mesh Alex, just for understand a bit more.. this function
static void appDataSendingTimerHandler(SYS_Timer_t *timer)
it's kind of keep running in parelallel with the code checking...
Thursday, 3 April 2014 - 14:15
WSNDemo.c in Lightweight Mesh Yes.. It's strange haha although is the only when I can think now, but of course I will try to do better.
I don't know the best place to put the code to read the button, I will...
Thursday, 3 April 2014 - 04:44
WSNDemo.c in Lightweight Mesh Ah.. it's kinda of working now... it's blinking the led on coordinator.. although I have done it in the most correctly way.
I have done this:
static void...
Thursday, 3 April 2014 - 04:33
WSNDemo.c in Lightweight Mesh Yes, I could find it, but I couldn't guess what was it for, I'm not very advanced in microprogramming, I'm a beginner.. Thanks Alex.. I will study more and try to do the...
Thursday, 3 April 2014 - 03:49
WSNDemo.c in Lightweight Mesh That's why I was not understanding.. I didn't know what time callback handler was for (SYS_TimerStart(&appDataSendingTimer);)..
it like when appState = APP_STATE_SENDING_DONE...
I'm working on a similar project, using “AT08774: SAM D20 PTC with I2C Slave" and make some modifications. I want to use only mutual cap, but the AT08774 example uses only...
Hello Alex, Actually I'm working with Zigbee (Digi XBee modules) to implement an home automation system. Since costs are important in a company, I'm realizing that digi modules...
Ok.. I will study more this.. thanks guys :D
Yes.. I spent all day studying UART and then I realize my mistake.. I was thinking that 9600 goes into the register, but then I realized that is not.. as you said.. It's okay now...
Thanks guys, I read how to calculate.. I just don't get why I have to shift 8 bits to the right on UBRRH..
I have, maybe, a stupid doubt.. abot setting the baud rate on UBRR. Let's say my baud is 9600 = 0010 0101 1000 0000 , and UBRRH[11:8] takes the 4 MSB of 9600 which would be 0010,...
Ah.. I understand now :D.. now is working.. the 4 leds on coordinator are Toggling when I press the button on each node :D Thanks very much Alex... IT's working, although I might...
Alex, just for understand a bit more.. this function static void appDataSendingTimerHandler(SYS_Timer_t *timer) it's kind of keep running in parelallel with the code checking...
Yes.. It's strange haha although is the only when I can think now, but of course I will try to do better. I don't know the best place to put the code to read the button, I will...
Ah.. it's kinda of working now... it's blinking the led on coordinator.. although I have done it in the most correctly way. I have done this: static void...
Yes, I could find it, but I couldn't guess what was it for, I'm not very advanced in microprogramming, I'm a beginner.. Thanks Alex.. I will study more and try to do the...
That's why I was not understanding.. I didn't know what time callback handler was for (SYS_TimerStart(&appDataSendingTimer);).. it like when appState = APP_STATE_SENDING_DONE...
Pages