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.
Photo

First Netduino Plus


  • Please log in to reply
9 replies to this topic

#1 ljbeng

ljbeng

    New Member

  • Members
  • Pip
  • 8 posts

Posted 10 May 2012 - 03:11 PM

I ordered my first Netduino Plus and am waiting delivery. I have an application that will work in a building connected to ethernet and I hope this board will replace a BF430 and custom temperature sensor board I already have installed. I also have another application idea but the project will be located in the middle of a corn field in Nebraska. No wifi, ethernet, or 3g/4g. We have brand new Verizon tower near. Anyone have a good idea to get data from MON (Middle Of Nowhere) to internet on the cheap? I understand there may be monthly charges involved. Thanks.

#2 Nevyn

Nevyn

    Advanced Member

  • Members
  • PipPipPip
  • 1072 posts
  • LocationNorth Yorkshire, UK

Posted 10 May 2012 - 07:11 PM

I also have another application idea but the project will be located in the middle of a corn field in Nebraska. No wifi, ethernet, or 3g/4g. We have brand new Verizon tower near. Anyone have a good idea to get data from MON (Middle Of Nowhere) to internet on the cheap? I understand there may be monthly charges involved.

How much data and how often? Just wondering if SMS is an option.

Regards,
Mark

To be or not to be = 0xFF

 

Blogging about Netduino, .NET, STM8S and STM32 and generally waffling on about life

Follow @nevynuk on Twitter


#3 ljbeng

ljbeng

    New Member

  • Members
  • Pip
  • 8 posts

Posted 10 May 2012 - 08:55 PM

More like data logging every 10 minutes the temperature and current operating conditions. (~80 bytes) Just looked at Verizon's site and our tower is 3G but not 4G.

#4 JerseyTechGuy

JerseyTechGuy

    Advanced Member

  • Members
  • PipPipPip
  • 870 posts

Posted 10 May 2012 - 09:21 PM

Take a look at this product. Not cheap, but may do the job. Cellular Shield

#5 Mario Vernari

Mario Vernari

    Advanced Member

  • Members
  • PipPipPip
  • 1768 posts
  • LocationVenezia, Italia

Posted 11 May 2012 - 03:37 AM

I ordered my first Netduino Plus and am waiting delivery. I have an application that will work in a building connected to ethernet and I hope this board will replace a BF430 and custom temperature sensor board I already have installed.

I also have another application idea but the project will be located in the middle of a corn field in Nebraska. No wifi, ethernet, or 3g/4g. We have brand new Verizon tower near. Anyone have a good idea to get data from MON (Middle Of Nowhere) to internet on the cheap? I understand there may be monthly charges involved.

Thanks.


We are realizing a system that fits exactly situations like yours. To be more specific, it's radio based (no cellular=no cost), optionally solar powered, and the range is some km. You can connect almost any sensor, but when it's solar powered there are some limitation. The Netduino is not involved in that, though.
You only should have some patience. I guess it should be ready within some month.
Cheers
Biggest fault of Netduino? It runs by electricity.

#6 ljbeng

ljbeng

    New Member

  • Members
  • Pip
  • 8 posts

Posted 17 May 2012 - 05:13 PM

Thanks for the replies... I got the Units today and have it on the .net deugger. .Net keeps telling me "An error has occurred. Please check you hardware" I have to pull the usb cable off and back in and sometimes this helps not always. Any ideas why. I am deploying a program to check pulse widths from a temp sensor TMP03.

#7 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 17 May 2012 - 05:25 PM

Thanks for the replies...

I got the Units today and have it on the .net deugger. .Net keeps telling me "An error has occurred. Please check you hardware" I have to pull the usb cable off and back in and sometimes this helps not always. Any ideas why. I am deploying a program to check pulse widths from a temp sensor TMP03.

Hi ljbeng,

Can you PING the device using MFDeploy (Start > Programs > .NET Micro Framework > Tools > MFDeploy.exe)?

I'm guessing that Visual Studio is trying to deploy the wrong assemblies (or wrong version of assemblies) to your board. Are you running the 4.1 or 4.2 SDK? If you just received your board, it should be running 4.1.

Chris

#8 ljbeng

ljbeng

    New Member

  • Members
  • Pip
  • 8 posts

Posted 17 May 2012 - 07:48 PM

4.1.2821.0 Pinging....TinyCLR That is all I get. Luke

#9 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 17 May 2012 - 08:11 PM

Hi Luke,

4.1.2821.0

Pinging....TinyCLR

That is all I get.

Okay, that's good. That means your board is booting.

How big is your app? I bet that it's larger than the 64KB of flash available for code on the board. If you deploy a simple "hello world" (blinky) type of app, does that work?

Finally...open up project properties. Go to the ".NET Micro Framework" tab, and change the transport from USB to SERIAL and then back to USB. Save and redeploy. [It may be that Visual Studio is trying to deploy to the wrong device...although I think this is more likely a size issue.]

Chris

#10 ljbeng

ljbeng

    New Member

  • Members
  • Pip
  • 8 posts

Posted 18 May 2012 - 02:57 PM

It is acting better now, I don't know why it was acting up. My programs are very small. I just tried Hello Pachube example to get started with ethernet activity. var voltagePort = new AnalogInput(Pins.GPIO_PIN_A1); The above line is not computing. AnalogInput is wavy underlined and Error reads: Error 1 The type or namespace name 'AnalogInput' could not be found




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.