Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

wernerotten's Content

There have been 8 items by wernerotten (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#45646 Shield Base Firmware (beta 6)

Posted by wernerotten on 17 February 2013 - 02:51 AM in Netduino Go

Hi Chris;

 Unfortunately not, I can't tell you if it was OK before the upgrade; today I tried a small test application using Nwazet Touch screen but it halt without giving an error (inside a Try Catch block), I tried with different port (5,4 and 1) with same result.

Thanks




#45629 Shield Base Firmware (beta 6)

Posted by wernerotten on 16 February 2013 - 03:09 PM in Netduino Go

Chris;

Unfortunately exactly same error.

Could be an issue that I upgraded the Netduino Go to 4.2.2 before trying to upgrade the Base Shield,

Thanks




#45489 Shield Base Firmware (beta 6)

Posted by wernerotten on 14 February 2013 - 02:48 AM in Netduino Go

Hi Chris;

I used to different cables (provided with the Netduino) connected to Port 5, the only module connected was the base shield; in both cases I got same error.




#45406 Shield Base Firmware (beta 6)

Posted by wernerotten on 13 February 2013 - 03:04 AM in Netduino Go

Hi Chris;

Here the error I am getting when updating the baseshield.

Any Advise

  bool GetAck()   {   if (_isDisposed)   throw new ObjectDisposedException();

  byte[] readBuffer = new byte[1];   int bytesRead = 0;

  bytesRead = _serialPort.Read(readBuffer, 0, readBuffer.Length);

  if (bytesRead == 0)   throw new Exception(); // timeout exception

  if (readBuffer[0] == 0x79)   return true;   else if (readBuffer[0] == 0x1F)   <-- here it is where the error happen the buffer value is 128   return false;   else   throw new Exception(); // invalid byte  <-- throw this exception   }

 

 

 

 

Attached Thumbnails

  • BaseShieldError.png



#45403 Netduino Go Firmware v4.2.2 (update 1)

Posted by wernerotten on 13 February 2013 - 01:41 AM in Netduino Go

Thank you very much Chuck, I will let you know the result.




#45371 Netduino Go Firmware v4.2.2 (update 1)

Posted by wernerotten on 12 February 2013 - 11:38 AM in Netduino Go

Thanks Chuck; Yes the two leds flash very briefly,

Still having the issue when updaying the Base Shield (see attachment on my previous post), any advise?




#45246 Shield Base Firmware (beta 6)

Posted by wernerotten on 10 February 2013 - 02:04 PM in Netduino Go

Hi Chris;

I am getting an execution error when running the program to upgrade the shield base. Advise?




#45228 Netduino Go Firmware v4.2.2 (update 1)

Posted by wernerotten on 10 February 2013 - 04:43 AM in Netduino Go

Process ran smoothly but after it leds on socket 1 and 2 never turn on.  I also tried to update the shieldbase, but when running the application I am getting an error see attachment. Any advice, Thank you.

 

 

Attached Files





home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.