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.

dino4net's Content

There have been 13 items by dino4net (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#63918 Watchdog

Posted by dino4net on 17 August 2015 - 04:53 PM in Netduino 3

I would love this feature too.

Currently use the MAX6371 chip.




#62499 Introducing Netduino 3 Wi-Fi

Posted by dino4net on 07 May 2015 - 08:14 AM in Netduino 3

In the moment I use something like a 60s or 90s watchdog. As you say the board is rebooted if the watchdog is not kicked.

Makes it even more reliable.

 

Please :-)

 

I must say, I'm impressed how reliable the Netduino 2 is.




#62472 Introducing Netduino 3 Wi-Fi

Posted by dino4net on 06 May 2015 - 08:38 AM in Netduino 3

Hello,

 

Is there any news regarding a watchdog, and is it possibler to connect an external antenna?

 

Guido




#61643 Some suggestions for future release

Posted by dino4net on 17 February 2015 - 03:34 PM in General Discussion

Watchdog improvements.




#61565 N+2 watchdog or timer as another thread

Posted by dino4net on 08 February 2015 - 08:29 AM in Visual Studio

I had the same problem lately and ended up using an external watchdog chip (MAX6371).

You have to connect it to the power of the miniJTAG. Otherwise it will not work, because power is also reset on the normal pins with the reset and the watchdog chip will not work proper.

Attached Thumbnails

  • Reset.PNG



#61375 Has anyone used the Sparkfun MP3 Player Shield or the MP3 Trigger Successfully?

Posted by dino4net on 26 January 2015 - 11:40 AM in Netduino Plus 2 (and Netduino Plus 1)

Here it is. It's some code I found here and modified / added some features.

 

The amp is the SparkFun TPA2005D1

Attached Files




#61341 Has anyone used the Sparkfun MP3 Player Shield or the MP3 Trigger Successfully?

Posted by dino4net on 23 January 2015 - 10:27 AM in Netduino Plus 2 (and Netduino Plus 1)

Yes, I used the MP3 player shield with the Sparkfun amplifier.

Had some problems with it in the beginning, but managed to get it working.

 

I can poste the project if you want to.

 

Guido




#60911 Problem getting I2C to start

Posted by dino4net on 08 December 2014 - 04:02 PM in Netduino Plus 2 (and Netduino Plus 1)

There was a workaround some time ago I still use in my I2C projects.

Put it at the beginning of the project to give the port the right level. Also advice to get a Scanna Plus device from ikalogic.com to debug this type of problems in minutes.

            //Workaround for a bug where you need to disconnect the I2C bevore it works.
            OutputPort p = new OutputPort(Pins.GPIO_PIN_SDA, true);
            p.Write(false);
            p.Dispose();



#60861 Which Micro SD Cards will work

Posted by dino4net on 04 December 2014 - 11:59 AM in Netduino Plus 2 (and Netduino Plus 1)

4GB did not work for me up to now, only 2GB




#60826 We need new library sketches!

Posted by dino4net on 01 December 2014 - 05:24 PM in Beta Firmware and Drivers

I posted a library for the SSD1306 some time ago ...




#60757 The debugging target is not in an initialized state; rebooting...

Posted by dino4net on 19 November 2014 - 01:32 PM in Visual Studio

Trash all that VMware and extremely old software XP / Visual Studio, ... and use Win 8.1 with Visual Studio 2013 and 4.3.




#60741 The debugging target is not in an initialized state; rebooting...

Posted by dino4net on 18 November 2014 - 10:11 AM in Visual Studio

Did you try to remove the dll references in your project and add them again in Visual Studio?

 

Is there a difference if you try it with a new project, compared to an existing one?




#60416 .NET Micro Framework V4.3 SDK-R2-Beta

Posted by dino4net on 14 October 2014 - 09:20 AM in General Discussion

Just in case someone else has the problem with this new SDK.

I had an Error: a3000000 when I tried to debug an existing solution.

 

The solution was to remove all References in the project and add them again.





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.