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.

SomeGuy

Member Since 01 Jul 2014
Offline Last Active Mar 20 2017 10:53 AM
-----

Posts I've Made

In Topic: Netduino Plus 1 Firmware v4.2.0 (update 1)

25 March 2015 - 12:50 PM

ok thanks mv10   i really did  and it worked , thanks again


In Topic: 1-Wire DS18B20 Programming Errors

21 March 2015 - 01:20 PM

hi!

 

I just got started with this temp thing & I got some errors too ...

I'm using  the same sensor with a NetduinoPlus 1 & the v4.2 of the firmeware ...

I've found this post in which the guy explains how to wire the sensor and he has put a simple example of code that he has used base on the same classes you've mentioned (Mr. escallanio ) , the OneWireBus.cs & the DS18B20.cs

this's the post : http://bradsduino.bl...support-my.html .

 

I did exactly the  same thing but i get this error at the OneWireBus (at the " var devs = ow.FindAllDevices();" line)

 

....

public enum Family : byte
        {
            Unknown = 0x00,
            DS18S20 = 0x10,
            DS18B20 = 0x28,
        }

        public static Device[] Scan(OneWire ow, params Family[] includeFamilies)
        {
            var list = new ArrayList();
            var all  = false;
            var devs = ow.FindAllDevices();

            if( includeFamilies != null )
            {
                foreach( var f in includeFamilies )
                {
                    if( f == Family.Unknown )
                        all = true;
                }
            }
.....

C# throws an exception and highlight the line above

 

some help please!!


In Topic: Netduino plus, webserver, measuring water temperature, water level, fotocell

17 March 2015 - 12:09 PM

hey ! thanks for sharing this ....  but can u please ... explain the code you've used for temeperature reading ... i've got the DS18B20 sensor but I have no clue how to prpgram the thing with the Board ...I 've downloaded the DS18B20 & the OneWireBus  classes but I still having problems

by the way I have a netduinoPlus 1 with the v4.1 of firmeware

and i wired the ds18b20 sensor the same way u did except for the wire N.3 which i've connected to Vcc (i found that could be done too)

 

any help please..!


In Topic: Netduino Plus 1 Firmware v4.2.0 (update 1)

17 March 2015 - 11:42 AM

hey ! guys ,,, any help here ?!!!!


In Topic: Netduino Plus 1 Firmware v4.2.0 (update 1)

13 March 2015 - 07:06 PM

hi!

I can see u guys already have tested the new firmware , but I just flashed my netduino plus reacently and i kind of got some problems with the code , for exemple when dealing with PWM , in the 4.1 virsion i  use  this " PWM led = new PWM(Pins.GPIO_PIN_D6)" for exemple to declare an object but after upgrading to the 4.2 virsion it gives me some error ,

can u help me with this ...

thanks!


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.