Post a new topicPost a reply Page 1 of 1   [ 10 posts ]
Author Message
 Post subject: starting off
PostPosted: Fri Jun 15, 2012 1:21 pm 

Joined: Fri Jun 15, 2012 1:16 pm
Posts: 51
I have a simple question; I have a Waspmote and uploaded the test program, I can read the "Hello World, this is Waspmote!" in the Serial Monitor. Now, when I switch OFF the Waspmode and I shiwtch it ON again I should expect the last program to start running again but this doesn't happen.
Why this is happening?

Thanks a lot in advance


Top
 Profile  
 
 Post subject: Re: starting off
PostPosted: Fri Jun 15, 2012 6:35 pm 

Joined: Fri Jun 15, 2012 1:16 pm
Posts: 51
Sorry to post again but could not edit last message:

Now when I try to upload another Example i got the following message:

avrdude: verification error, first mismatch at byte 0x0000
0x0c != 0xff
avrdude: verification error; content mismatch

looked in the forum but this is the only message I could found: forum thread

Any hints?


Top
 Profile  
 
 Post subject: Re: starting off
PostPosted: Mon Jun 18, 2012 8:56 am 

Joined: Mon Sep 28, 2009 1:06 pm
Posts: 7491
Hi rollinga,

one question please, when you press the reset button, does the green middle LED blink for a few moments?

Regards.


Top
 Profile  
 
 Post subject: Re: starting off
PostPosted: Mon Jun 18, 2012 9:19 am 

Joined: Fri Jun 15, 2012 1:16 pm
Posts: 51
No, it doesn't blink.


Top
 Profile  
 
 Post subject: Re: starting off
PostPosted: Mon Jun 18, 2012 9:45 am 

Joined: Mon Sep 28, 2009 1:06 pm
Posts: 7491
Hi rollinga,

It is a problem in the mote's bootloader then, please fulfill this form so we can start an RMA process.

http://www.libelium.com/support/technicalservice

Regards.


Top
 Profile  
 
 Post subject: Re: starting off
PostPosted: Mon Jun 18, 2012 10:24 am 

Joined: Fri Jun 15, 2012 1:16 pm
Posts: 51
I make other tests. Sometimes when you turn the waspmote the "test" program blinks the LEDS and the reset button works. Trying to upload code will result in the following error:
Quote:

Using Port : /dev/ttyUSB0
Using Programmer : stk500v1
Overriding Baud Rate : 38400
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv: . [14]
avrdude: Recv: . [10]
AVR Part : ATMEGA1281
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PA0
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :

Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 10 8 0 no 4096 8 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
flash 65 10 256 0 yes 131072 256 512 4500 4500 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00

Programmer Type : STK500
Description : Atmel STK500 Version 1.x firmware


avrdude: AVR device initialized and ready to accept instructions

Reading | avrdude: Send: u [75] [20]
avrdude: Recv: . [14] . [1e] . [97] . [04] . [10]
################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9704

avrdude: reading input file "/home/nicolas/waspmote-ide-v.02-linux/examples/Accelerometer/WaspACC_1_basicExample/applet/WaspACC_1_basicExample.cpp.hex"
avrdude: writing flash (5986 bytes):

Writing | avrdude: Send: U [55] . [00] . [00] [20]
avrdude: Recv: . [14]
avrdude: Recv: . [10]


avrdude: 5986 bytes of flash written
avrdude: verifying flash memory against /home/nicolas/waspmote-ide-v.02-linux/examples/Accelerometer/WaspACC_1_basicExample/applet/WaspACC_1_basicExample.cpp.hex:
avrdude: load data flash data from input file /home/nicolas/waspmote-ide-v.02-linux/examples/Accelerometer/WaspACC_1_basicExample/applet/WaspACC_1_basicExample.cpp.hex:
avrdude: input file /home/nicolas/waspmote-ide-v.02-linux/examples/Accelerometer/WaspACC_1_basicExample/applet/WaspACC_1_basicExample.cpp.hex contains 5986 bytes
avrdude: reading on-chip flash data:


avrdude: Recv: . [10]
# | 100% 1.75s

avrdude: verifying ...
avrdude: verification error, first mismatch at byte 0x0000
0x0c != 0x00
avrdude: verification error; content mismatch
avrdude: Send: Q [51] [20]
avrdude: Recv: . [14]
avrdude: Recv: . [10]

avrdude done. Thank you.


Sometimes switching ON the waspmote does nothing and reset button doesn't work. Uploading code fails in both ways. Any last hint before sending the RMA? My other Waspmote works perfect.


Top
 Profile  
 
 Post subject: Re: starting off
PostPosted: Tue Jun 19, 2012 10:04 am 

Joined: Mon Sep 28, 2009 1:06 pm
Posts: 7491
ho rollinga,

this is a problem associated to the USB port, it may happen sometimes when turning off the mote with some determined computers and Waspmotes, and owed to the power supplied parasiticly through the TX and RX pins. Disconnecting it from the port and battery and reconnecting it it should work.

Regards.


Top
 Profile  
 
 Post subject: Re: starting off
PostPosted: Tue Jun 19, 2012 1:51 pm 

Joined: Fri Jun 15, 2012 1:16 pm
Posts: 51
Tried that already, it doesn't work. Even tried in another pc.


Top
 Profile  
 
 Post subject: Re: starting off
PostPosted: Wed Jun 20, 2012 9:17 am 

Joined: Mon Sep 28, 2009 1:06 pm
Posts: 7491
Hi rollinga,

I'm afraid we will have to go on with the RMA then, please fulfill this form so we can start the process:

http://www.libelium.com/support/technicalservice

Regards.


Top
 Profile  
 
 Post subject: Re: starting off
PostPosted: Wed Jun 20, 2012 11:33 am 

Joined: Fri Jun 15, 2012 1:16 pm
Posts: 51
Thanks for your support.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post a new topicPost a reply Page 1 of 1   [ 10 posts ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Libelium theme based on 610nm Style by Daniel St. Jules of http://www.gamexe.net


© Libelium Comunicaciones Distribuidas S.L. | Terms of use