Search found 77 matches: temperature sensors

ignored: temperature

Return to advanced search


7 waves aquarium controller

... these devices Arduino Mega Eternet Shield w5100 RTC1307 12V 16 Channel Relay Board Ds18b20 ------------- Waiting for Receiving TFT 240x400 Level Sensors PCF8575 Pumps for metering ---------------------------------- Equipment to be Controlled Maxpect Razor R420r Modified Jebao WP25 BBM C7 skimmer ...
by Franscisco Junior
Wed Jan 10, 2018 7:51 am
 
Forum: Show your controller
Topic: 7 waves aquarium controller
Replies: 11
Views: 8994

Re: Signal from level sensor and usage with Ferduino  [SOLVED]

... Serial.println("*******************************"); Serial.println(); delay(5000); } The initial status is different between sensors in default code but it doesn't matter. In default code the normal status is: http://www.ferduino.com/forum/gallery/image.php?album_id=11&image_id=299 ...
by Fernando Garcia
Sun Nov 12, 2017 10:25 am
 
Forum: Ferduino code
Topic: Signal from level sensor and usage with Ferduino
Replies: 2
Views: 1716

Re: Automatic Water Changes  [SOLVED]

... a question to this post? The "duration per stage" variable for partial water change is just for safety? everything is driven by level sensors, is it right? but if something goes wrong the time limit force the system to finish the TPA routine, maybe indicating that it was not ok. Am ...
by Thomas di Maggio
Sat Nov 11, 2017 6:55 pm
 
Forum: Ferduino code
Topic: Automatic Water Changes
Replies: 3
Views: 1687

Signal from level sensor and usage with Ferduino  [SOLVED]

... incredible multi-tank system..obviously managed with Ferduino...as you probably most of you well know... Some question for Fernando about level sensors. In Ferduino code they are used as analog signals, doing things on the basis of the fact that their reading is >400 or <400. For my understanding ...
by Thomas di Maggio
Sat Nov 11, 2017 6:22 pm
 
Forum: Ferduino code
Topic: Signal from level sensor and usage with Ferduino
Replies: 2
Views: 1716

Re: Sync failed with ESP8266 and level shifter  [SOLVED]

... - USE_PINS_18_AND_19_FOR_RTC - anything attached at the moment (probes, sensors, relays) - WIFI - connected the ESP8266 with the level shifter per ... this is not a "robust procedure". then i connected the temperature probes and they are not working, but if I will not be able to ...
by Thomas di Maggio
Wed Oct 25, 2017 6:20 pm
 
Forum: Others components
Topic: Sync failed with ESP8266 and level shifter
Replies: 11
Views: 7909

Re: Heating management for a fresh water tank  [SOLVED]

Hi! Welcome Kloster! I can't see reason for this type of usage since the temperature in a water tank should be equal after a while. There others topics about add more sensors. http://www.ferduino.com/forum/viewtopic.php?f=24&t=129 http://www.ferduino.com/forum/viewtopic.php?f=8&t=151 ...
by Fernando Garcia
Wed Oct 11, 2017 6:05 pm
 
Forum: Ferduino code
Topic: Heating management for a fresh water tank
Replies: 2
Views: 1316

Re: Connectors for level and temperature sensors, relays boa  [SOLVED]

... Connect the level sensors wires directly to mono jack phone. There only two points to connect wire on connector and the polarity doesn't matter. Connect the temperature sensors wires directly to mono jack phone. Follow the schematic. ...
by Fernando Garcia
Sun Sep 10, 2017 3:44 pm
 
Forum: Others components
Topic: Connectors for level and temperature sensors, relays board f
Replies: 2
Views: 2806

Connectors for level and temperature sensors, relays board f  [SOLVED]

... and perform right connection on the DB25 connector? that's right? for temperature sensor, can i buy a AS18B20 classic sensor and buy this one for ... level sensor? which adapter can I buy for making the connection between sensors and board easy as Fernando thought? thank you so much!
by Thomas di Maggio
Sun Sep 10, 2017 3:20 pm
 
Forum: Others components
Topic: Connectors for level and temperature sensors, relays board f
Replies: 2
Views: 2806

Re: More DS18B20 Sensors  [SOLVED]

Thank you very much for your answer. I didn't know the problem about parasite mode, maybe the problems that I had was only that I was running the sensors in parasite mode to save 1 cable...
Thank you very much!
by Simone Valmacco
Sat Aug 26, 2017 6:48 pm
 
Forum: Ferduino code
Topic: More DS18B20 Sensors
Replies: 2
Views: 1319

Re: More DS18B20 Sensors  [SOLVED]

Hi! You can work with many sensors without problem using sensors in normal mode not parasite mode. In parasite mode maybe the current will drop so much. Also the wire should be the more short as possible. You should make the code by yourself, ...
by Fernando Garcia
Sat Aug 26, 2017 9:36 am
 
Forum: Ferduino code
Topic: More DS18B20 Sensors
Replies: 2
Views: 1319

More DS18B20 Sensors  [SOLVED]

... something is going wrong reduce the power to all of them. That function is already implemented in Ferduino code, my question is if I can add more sensors without slowing the code (in the past I had - with other systems - some errors with multiple reading maybe because the DS18B20 aren't too fast ...
by Simone Valmacco
Sat Aug 26, 2017 9:07 am
 
Forum: Ferduino code
Topic: More DS18B20 Sensors
Replies: 2
Views: 1319

Re: Real amateur Build.

The level status is not related with chiller status.

Check the function "void check_nivel()" to see the conditions.

If sensors 1, 2, 4, 5 and 6 are not connected you will get random status.

If you don't want connect this sensors put fake pin numbers on code.
by Fernando Garcia
Thu Jul 20, 2017 12:41 pm
 
Forum: Show your controller
Topic: Real amateur Build.
Replies: 89
Views: 30788

Re: Real amateur Build.

... using the ethernet shield, like random ASCII characters in the bottom of the screen, so i decided to remove it for now. I connected the temp sensors and all seems to go well. Do i need to waterproof them? The next thing i' m planning to connect is the heater. It uses pin 42 right?
by Dimitris Nikolaidis
Sun Apr 30, 2017 10:04 am
 
Forum: Show your controller
Topic: Real amateur Build.
Replies: 89
Views: 30788

Re: Real amateur Build.

... I connected the temperature sensors and tested them. I decided to use a pcb board for the wirring. So far so good: http://www.ferduino.com/forum/gallery/image.php?album_id=52&image_id=537 ...
by Dimitris Nikolaidis
Sun Mar 26, 2017 1:39 pm
 
Forum: Show your controller
Topic: Real amateur Build.
Replies: 89
Views: 30788

Re: Atlas Scientific Tantacle Shield

... very stable and accurate readings from probes. the next step is to change the Ferduino code (as needed) to implement the I2C mode for the atlas sensors- I am still figuring out how this part of your code functions. As I am still waiting for my LCD, I am fiddling around with your code. btw. If ...
by Stefan Stoltz
Mon Mar 20, 2017 12:56 pm
 
Forum: Ferduino code
Topic: Atlas Scientific Tantacle Shield
Replies: 8
Views: 5490

Arduino mega pins  [SOLVED]

hello my friend any help for the pins of leds timers temp sensors?
i need other pcbs?


sorry for my english isnt very good
by Gkourtzoglou Kostas
Sun Feb 26, 2017 3:05 pm
 
Forum: Ferduino code
Topic: Arduino mega pins
Replies: 8
Views: 2426

Re: blocked touch screen  [SOLVED]

... http://i871.photobucket.com/albums/ab280/alex_lopes/Mobile%20Uploads/2017-01-15%2001.04.37.jpg~original the sensors are disconected only conected do wire cable
by Marcelo Machado
Sun Jan 15, 2017 12:21 am
 
Forum: DIY Ferduino controller
Topic: blocked touch screen
Replies: 10
Views: 2544

Re: Pin confusion  [SOLVED]

... not available when you designed your original PCB. I have looked at the PDF and it suggests that conductivity will interfere with the other sensors, and that it must be separate to the isolated serial expander. If you have not seen already, the PDF is here http://www.atlas-scientific.com/_files/_datasheets/_circuit/150mA-inline-voltage-isolator.pdf ...
by Jamie Brown
Fri Nov 04, 2016 5:27 pm
 
Forum: DIY Ferduino controller
Topic: Pin confusion
Replies: 4
Views: 1708

Temperature always show 85 degrees  [SOLVED]

hello all, anybody ever had a problem of temperature sensor always show the number 85 degree Celsius. I had the problem the temperature sensors show the number 85 degrees celsius. first connect it to the power of temperature indicate ...
by Diztly Wardizt
Wed Apr 27, 2016 2:55 am
 
Forum: DIY Ferduino controller
Topic: Temperature always show 85 degrees
Replies: 4
Views: 2489

PreviousNext

Return to advanced search