i am creating a cheap co2 monitoring/dosage solution for my small orchid greenhouse,
and have been eyeing up the cerbino bee (as a pro .NET programmer it seems what i should be doing rather than arduino) and some modules:-
You dont need a shield at all, you just need to hook the sensors up directly to the relevant Analog and Digital pins which you could do on the headers.
Then it should be just a simple matter of reading the pins and then drive the relay’s for the output.
that is good news, trims a good ÂŁ15-20 from the build price, i just wasnt sure whether it was needed
the examples are great
using System;
using System.Threading;
using Microsoft.SPOT;
using GHIElectronics.NETMF.FEZ;
using GHIElectronics.NETMF.Hardware;
namespace MFConsoleApplication1
{
public class Program
{
public static void Main()
{
AnalogIn lightSensor = new AnalogIn((AnalogIn.Pin)FEZ_Pin.AnalogIn.An3);
lightSensor.SetLinearScale(0, 100);
int lightSensorReading = 0;
while (true)
{
lightSensorReading = lightSensor.Read();
Debug.Print(lightSensorReading.ToString());
Thread.Sleep(500);
}
}
}
}
well i can see how you got your hero status, has taken a large degree of restraint not to be very sarcastic with you however so could you stop posting this everywhere, please?
This kind of response is unwarranted. Code tags are very helpful and increase the chance that you will get help. Your retort will have the opposite effect.
thing is u anoyed me because i did actually press the code tag button over the code, mainly because i read your posting elsewhere it seems a poor way of improving your rating, i was actually quite polite rather than abusive
i wasnt even asking for help with code i posted that as an example of how good your examples were in dealing with what i wanted, oh dear more spaming hmmmm anyways whatever it wasnt like i said
i will never used code blocks
as i clearly tried to, dont you have something more important to do, i do trust me sigh
there you go happy now, instead of being in a “shocking” quote block it is in a code block though i could of sworn i clicked the binary button but clealy not more spam
@ iseefishpeople - clearly, you’re in the wrong forum if you think anyone here is amused. We are here to do everything we can to help you with your FEZ problems. If you aren’t willing to put forth a tiny bit of effort to help us help you then you shouldn’t expect much in return.
why would i want hero status, i have dont have enough time to post on this all day, like the irony however, very good retort (no sarcasm) glad someone has a sense of humor grin