JSN SR04T - Temperature Influencing Readings



  • I built a water level sensor for my 80,000 litre water tank based on the JSN-SR04T-2.0 ultrasonic sensor about six months ago. It is powered by 3 AA alkalines and therefore relies on being in sleep mode for most of the time.

    ![alt text](0_1567755826897_AJH_4070.JPG image url)

    I have experienced similar problems to many on this forum with the apparent unreliability of this sensor. In general the device spends most of the time reporting the correct water level but then has episodes of spurious reading which normally present as a depth to water level of around 220 mm. I had been thinking that I was plagued with condensation effects and I have been attending to reducing condensation with some limited success. In the last few days I have been seeing a pattern where temperature change might be influencing rogue behaviour.

    I have included a thermistor in my water level sensing package so that I can do some temperature compensation of readings. This has the spin-off that I can monitor the air temperature in the tank. I have noticed over the last 5 or so days a distinct pattern where the 220 mm anomalous reading occurs when the temperature is in the range of say 13 degrees to 20 degrees celsius. Looking at the attached chart which superimposes temperature and depth to water readings it can be seen that the correct water level is being reported over night but as the morning warms up it goes bad when the temperature hits 12 to 15 degrees and stays bad until the temperature warms up to about 20 degrees. The reading then stays good during the middle of the day but as the temperature falls below 20 degrees the reading goes bad again and stays bad until the temperature has fallen to below 12 degrees or so.

    0_1567756141934_TempVsDepth.jpg

    I would be very interested to learn of anyone else who has observed a similar temperature influence on water level readings.



  • @timbergetter A curious one, my guess would be direct sunlight on the diecast box and the copper pipe cooking the US board or the connections?
    Both my installs are in plastic boxes and facing north, but air temps vary from 15 to 35 currently and do not affect the board (never measured the case temperature).
    The only temp anomaly noted here was condensation drips forming on the heads at below -10 (Heatsinking via the steel conduit mounting), both tanks (Sewage and raw water) are underground so the temperature drift on the actual US head is minimal.
    Only the sewage board is giving me false readings when below 50% which I'm convinced from earlier itterations (5v v 3.3v) are down to the lower voltage. Why this anomaly is on one board and not the other is baffling but will experiment in a month when it's emptied again so it can be relied on through winter.

    Perhaps a polystyrene surround to your box will both shield and protect?



  • Curious is the word. If it were an overheating issue then I wouldn’t have expected a return to stable operation while ever the temperature is above 20 degrees celsius, but I’m not ruling anything out at this stage. I noticed in one of your past sketches that you used 150 microsecond pulse-width ahead of the pulseIn() command. I am using 10 microseconds there and I cannot remember how I settled on that. I think 10 microseconds is the absolute minimum to trigger the jsn. I might play with that next. I am still running with the original set of batteries so the supply may have fallen to low volts by now so I’ll check that too. I thank you for your input.



  • @timbergetter I tried all sort of variations to try to get this device to work reliably, the minimum pulse of 10microsecond I found on a pdf and someone on a forum said 15 was found more reliable, think it's now 15.
    Your temperature issue piqued my curiosity, since here the annual temperature range is -20 to +45, but with nodes in plastic boxes in the shade they do not suffer the dramatic daily temperature drift you are noting, hence direct sunlight seemed a candidate turning the diecast box into an oven. The temp shift may be affecting the board or a connector, hence the shielding suggestion with some polystyrene blocks.
    Mine have reliably operated even when deep snow covered the node (antenna is mounted underside), only the condensation issue for the sensor head below -10 was an unforeseen, a kick to the conduit usually shifts the drip.
    I should explain that the first US Node I couldn't get to work reliably with the first JSN at 3.3v which is what set me off on various 5v itterations, then bought the second board and copied the setup. When I tried using one of the boards with the 15microsecond pulse I found it worked reliably at 3.3v, so switched to the same arrangement for the other. This worked fine until the sewage tank was emptied which is when ghost levels began appearing. This was the same behaviour found with a 5v itteration using a booster, and no amount of damping solved it.
    My conclusion is that the sewage tank uses the original board which only was reliable at a smooth 5v, hence once the tank is emptied will experiment again, or perhaps indeed buy another board.
    It may be a QC issue by the manufacturer for the head or the board itself, and it has only dawned on me in typing this that there is a spare head from another version, so that gives a further aspect to investigate.


  • Mod

    @timbergetter I know the frustration when a sensor doesn't behave as expected and you want to find out the root cause, but on the other hand you can suppress these 'jumps' in software pretty easy.
    If you know the maximum rate of water level change in between sensor readings you can distinguish between correct and false readings and suppress the false ones.



  • @zboblamont it is comforting to know that I am not the only person to have issues with this sensor, and I was thinking that was the case until I came across this amazing forum a few days ago. Things started well about 8 months ago during the peak of summer season here in Australia. For 2 to 3 months I saw none of these phantom 220 mm readings. Then as the weather cooled the phantom readings started, but I seemed to resolve the problem then for a few days at a time by drying out the sensor. So condensation seemed to play a role then. The current problem does not seem to be related to condensation, but rather operation in the modest temperature range of 13 to 20 degrees C. Anything higher than 20 degrees and it works fine, (as we head in to the Australian spring). Maybe the “oven-like” temperatures of last summer did some damage to some silicon that has only begun to show up now. I’ll keep chipping away and see what I find around the next corner.



  • @yveaux One of the objectives here was to detect near-full conditions while filling the tank so I can stop the pumps. I need to be able to rely on readings rather than wondering if it is a software artefact or not.



  • @timbergetter I would be chary of using a cheap ultrasonic to control pumps unless talking full E&H devices at $000. I use these for monitoring levels, in the case of the raw water tank to verify the borehole topped up the raw water tank at 3am on the timer. Pump actuation is via a standard "Hawker" probe arrangement for raw water, 5 years in this one is reliable and easy to DIY, I only wish they'd use 3 core solid rather than multistrand due to corrosion.
    Normally these tanks rely on a float valve and a pressure switch controlling the pump, they are usually bulletproof..



  • @zboblamont It’s always a human at the pump switch (or at the very least me). He must decide whether to believe the reading broadcast by the JSN or alternatively pack a ladder onto the ute, drive to top of hill, climb onto tank and pop the heavy manhole lid and take a look.



  • @timbergetter Gotcha, but it is still information rather than control, YOU are the control..
    Were it a closed system (float valve/ballcock) a standard pressure switch on the pump would handle the auto-cut-off as the pressure ramps up against the closing valve.
    Perhaps a further refinement might be a float switch or other high level contact to warn of imminent overflow? That way at least you have a backup indicator should the US go walkabout.
    If you are certain the overnight level is correct, thermal insulation on your case might tame the temperature shift and solve your issue without figuring out which part or connection is going wrong. A little puzzled why the reported level barely appears to shift though.
    My raw water tank seems fairly reliable on the ultrasonic at 3.3v, reporting every x.55 on RTC. I only monitor it to verify the borehole pump topped up the raw tank overnight after twice running dry due to a faulty pump control timer.
    0_1567922489313_8d569552-f84e-4d53-8870-78ab3a77b1b0-image.png
    Coincidentally it's a WhisperNode from Oz, staggeringly good performer on 2xAA alkalines... I also built in an X attempts routine to get a reading to limit battery drain after the condensation drip incident.
    Hopefully the sewage node issue is resolved in another month, it's more an annoyance than essential info..



  • @Timbergetter I also tried the JSN SR04T sensor and had problems with it. Ended up using the cheap HC-SR04 sensors on my tanks. Have 3 different tank sensors - borehole water tank up the hill, rainwater tank at house and another reverse osmosis filtered water tank. All three going for just over a year now.

    Condensation issues / waterproof I resolved by quickly spraying some clear laq spray paint over the sensors. On one tank I also added little standoffs so the sensor is not sealed onto the lid of the tank but rather 5 to 10mm above the lid to let the ambient air pass over and prevent high humidity inside the tank condensing on the sensor.

    And then for the code ... I added LM35 temperature sensor and added temp compsensation. Also I do a few readings and average them out.

    All-in-all I now get only one or two weird readings on rare occasions - could be a spider !

    Here is the last day data of the tank I have up the hill. Its showing pump cycles as well to keep tank topped up - its a weak borehole so i can only pump a little at a time. I have a separate node with relay to turn on/off pump as well as float switch down the hole to detect low water levels in the borehole.
    0_1567957821311_be53bcf2-96d5-4603-bebb-ed51a03fb21f-image.png

    Here is a one week graph of the same tank : temp and distance only shown
    0_1567958626075_10aafdfb-e0c4-42f6-a11c-e66a6fef65d5-image.png

    Here is one month data
    0_1567958960370_e302c9b1-2df4-49a2-a5ca-605f5e5b127b-image.png

    We are just coming out of winter here (in South Africa!) - so temp swings of the air inside the tanks are quite radical between day and night (except the last 2 days its been getting rather warm here !)

    Basically - just wanted to let you know/see that the cheap HC-SR04 sensors can do the job - and no more hiking up hills to check tank levels - and also the pumping can be automated too by the controller



  • @slt1 Out of curiosity was the JSN you trialled the 2.0 version or the original SR04T, ie the purported 3v version or the original 5v ?
    Nice that you got a solution with the HC version but your type of winter is a tad different to here 😂



  • @zboblamont I bought this one https://www.hobbytronics.co.za/p/1119/waterproof-ultrasonic-distance-transducer

    Looks like its supposed to be the 5V version from those specs.



  • @zboblamont Oh - and its not really winter anymore here - only goes to last month in the screenshots previously shown. Not sure where you're from - but temp inside tanks here range from 0.69 C to 42.7 C - min / max for last year

    Here is the last years graph for interest sake !
    0_1567965188881_17cf745d-5509-4255-ad61-bb23307b1bbc-image.png

    Here is my first prototype version installed on the rain tank :
    0_1567965408509_7a82306a-1de1-4c0f-a8c7-6574d524e70c-image.png



  • There is a lot of very interesting observations and suggestions coming to light here and I thank everyone for their input. No-one seems to have experienced the exact observation that I have made, however I may not have defined this exact issue very well, so I’ll add a bit of clarification with this figure:

    0_1567986221440_TempVsDepth2.jpg

    You may be wondering why the water level is stuck at 1.1 metres (depth to water) for days on end. This is a relatively large tank at 80,000 litres and outside irrigation season not much water is used. It’s just supplying water to my house at present.

    The last few days have been cold with maximum temperatures below 10 º C so no spurious readings and no troubleshooting possible.



  • @timbergetter said in JSN SR04T - Temperature Influencing Readings:

    You may be wondering why the water level is stuck at 1.1 metres

    The level variation makes sense now.
    No clue what is going on with temp electronically, but couple of anomalies on the 1st fall outwith the perceived problem range briefly. Stumped what could be going awry with the board/head short of a dodgy connection.
    I run max 10 readings looking for 2 consecutives within a defined range, but in your case you are reporting a value you know is incorrect?
    Perhaps you could reference previous reading in the sketch to assess whether to send in the bogus signal? As your decay over time should be predictable (during irrigation season) perhaps not reporting the anomaly might be an option?



  • @slt1 I'm Scottish but currently live in Romania, very different weather altogether, -20 to +45....
    Air temp inside is largely influenced by solar gain on an above ground tank, but the high thermal mass of the water means the fluid temp drift is much slower than those wild swings in air temp, topping up levels having the greater effect.
    Good that you found a solution you can have confidence in, if @Timbergetter can't solve his problem, this might be an alternative solution as the climate should be similar.
    The high humidity of my underground tanks dictated the button sensor approach, and insertion in a 3/4" collar gave a solid fixing for the head. Only one install is giving me grief, which I note this morning is finally passed the ghost level, another 3 weeks and I can investigate further.



  • At the risk of appearing to be labouring the point I’ve just looked a the last few days and once again the JSN is giving good results, but only if (13 > Temperature >20). Strange indeed.

    0_1568110982382_update-2.jpg



  • @timbergetter Not labouring the point at all, but what have you changed which might help narrow the problem?
    1 - Did you review the sketch to verify the reading is double or triple verified and not reported if false compared to expected range or previous reading? Clearly not as you are still reporting incorrect readings.
    2 - If the connections are Dupont, have you checked continuity for a dodgy wire, or even better soldering terminations to eliminate thermal expansion of contacts from possibilities?
    3 - Have you tried changing the materials used for casing and conduit from thermal conducting metal to insulated material or see if insulating the case made any difference?
    As @slt1 kindly chipped in with a climate not unlike your own he couldn't get the 5vJSN to reliably work and elected to go with a modified twin transducer which he found reliable.
    Your false readings are uncannily close to the deadband of 20cm on all your failures for what it's worth.
    I have one strangely behaving board, and one operating perfectly in stable temperatures but high humidity. I will experiment when the problem arises after the tank is emptied in 3 weeks, but curious what you've tried in the last 4 days?



  • @Timbergetter Can you can post the sketch you are using?



  • @zboblamont The sketch is attempting to do the following:
    Compare new reading with previous acceptable reading and if they agree within 300 µs then accept the reading, otherwise discard it and try another reading. If there are 10 discards in a row then restart the whole process. Keep doing this until we get 10 acceptable readings and transmit the sum to the base-station. So if the sensor is continuously returning 0.22 m or thereabouts this will be passed on as an acceptable value.

    My Dupont-like connections are all soldered. I am using 3 daughterboard type connections so I guess these could be suspect in a thermal expansion scenario.
    0_1568173775738_AJH_4068.JPG
    I haven’t tried a plastic box. I got such a great deal on the die-cast box. Insulation might increase or alternatively might decrease the time that the electronic components and connections spend in the range of 13 to 20 degrees C, I really don’t know which. Either way I can see it pushing the underlying problem deeper into the shadows making it even harder to troubleshoot.

    The weather for the last week has been mostly cold, not even getting to 13 degrees so no chance to try things. It’s warming up right now so this might be my chance.

    I can well believe the twin transducer would be more sensitive and accurate but my concern here was the continuously high humidity.

    I do have a spare JSN sensor and controller so it might be time to try a substitution exercise.



  • @slt1 Sure can.

    /* Sender-10.ino ************************************  WATER LEVEL MONITOR
      Consolidate the dual sleep model
      Refine DoSoundings to handle wild exceptions
      Start bringing back in sleep function
      Debug nested do loop
      Bring in HC-12 radio
      Rationalise Lo/Hi Flow Detection
      Tidy Up
      Remove twice declare of sumsoundnew bug
      Move loop operations to functions
      Assemble output into single char packet
      Introduce THERM
      Switch off ADC when sleeping
    *****************************************************/
    
    const byte LOW_POWER_PIN = 5;
    const byte TRIGGER = 7;
    const byte ECHO = 8;
    const byte THERM = 1;
    
    #include <SoftwareSerial.h>
    const int RxH = 3, TxH = 4;
    SoftwareSerial HC12(RxH, TxH);
    
    const int numsoundings = 10;
    const int min_time = 1300, max_time = 15000;
    int countPings = 0;
    unsigned int cycleNum = 0;
    const byte Td = 5;
    long int duration[numsoundings] = {};
    int Vo = 0;
    
    // Set up for extended sleep when not much change in sounding
    bool HiFlowDetected = true;
    long int sumsoundold = 0, sumsoundnew = 0;
    int sleepcycles = 0; //number of cycles to sleep
    const float sumsoundTholdS = 100;
    const float sumsoundTholdL = 509;
    //*******************************************************************************S
    // Debug
    //int sleepcyclesS = 3;
    //int sleepcyclesL = 3;  //83 Secs for 10 cycles
    //*******************************************************************************M
    // Operational
    int sleepcyclesS = 14;
    int sleepcyclesL = 140;  //83 Secs for 10 cycles
    //int sleepSecsS = 148;    //Used only in Receiver
    //int sleepSecsL = 1480;   //Used only in Receiver
    //*******************************************************************************M
    
    void setup() {  
      Serial.begin(9600); 
      HC12.begin(1200);
      pinMode(LOW_POWER_PIN, OUTPUT);
      pinMode(TRIGGER, OUTPUT);  
      pinMode(ECHO, INPUT);  
      Serial.println("< CycleNo, SumSound, HiFlowDet, countPings > Vo, dSum ***");
      
      // Setup Watchdog Timer
      WDTCSR = (24);
      WDTCSR = (33); // 8 Seconds sleep
      WDTCSR |= (1<<6);
      // Disable ADC
      //  ADCSRA &= ~(1 << 7);  // Comment out if analog port needed
      // Enable SLEEP
      SMCR |= (1 << 2);  // power down mode
      SMCR |= 1;  // enable 
    }  
    
    //======================================
    void loop() {                         //
      digitalWrite(LOW_POWER_PIN, HIGH);  //
      delay(Td);                          //
      countPings = 0;                     //
      sumsoundnew = DoSoundings();        // 
      sleepMode();                        //
      ADCSRA |= (1 << 7);                 //
      Vo = analogRead(THERM);             //
      ADCSRA &= ~(1 << 7);                //
      sendResults();                      //
      sumsoundold = sumsoundnew;          // 
      cycleNum++;                         //
      putToSleep();                       //
    }                                     //
    //======================================
    
    long int DoSoundings(){
      // Get required number of consistent soundings
      // Read first sounding hoping its a candidate
      const int durationERR  = 300;
      int TdSnd = 20;
      
      bool skip = false;
      long int sumsound = 0;
      do{
        int count = 0;
        sumsound = 0;
        skip = false;
    
        duration[count] = aping(); // Sometimes needed to clear cobwebs?
        delay(TdSnd);
        byte j = 0;
        byte m = 0;
        duration[count] = aping();
        delay(TdSnd);
        sumsound += duration[count];
        count++;
        do{
          duration[count] = aping();
          delay(TdSnd);
          if(abs(duration[count] - duration[count-1]) < durationERR){
            // Sounding should be within 51.5 mm of previous
            sumsound += duration[count];
            count++;
          }else{
            m++;
            if(m > 10){ // Should trap wildest exceptions
              // Need to start again
              m = 0;
              skip = true;        
            }
          }
        }
        while(count < numsoundings & !skip);
      }
      while(skip == true);
      return sumsound;
    }
    
    //============
    long int aping(){
      countPings++;  
      digitalWrite(TRIGGER, LOW);  
      delayMicroseconds(2);  // 2
      digitalWrite(TRIGGER, HIGH);  
      delayMicroseconds(10);  //10
      digitalWrite(TRIGGER, LOW);  
      long int xx = pulseIn(ECHO, HIGH);  
      if(xx < min_time){
        return min_time;
      }else{
        if(xx > max_time){
          return max_time;
        }else{
          return xx;
        }
      }
    }
    
    //============
    void sleepMode(){
      // HiFlowDectected currently reveals status entering last sleep
      if(HiFlowDetected){
        if(abs(sumsoundnew - sumsoundold) < sumsoundTholdS){
          Serial.print("A");
          sleepcycles = sleepcyclesL;
          HiFlowDetected = false;
        }else{
          Serial.print("B");
          sleepcycles = sleepcyclesS;
        }
      }else{ // Previous cycle was long
        if(abs(sumsoundnew - sumsoundold) < sumsoundTholdL){  
          Serial.print("C");
          sleepcycles = sleepcyclesL;
        }else{
          Serial.print("D");
          sleepcycles = sleepcyclesS;
          HiFlowDetected = true;  
        }
      }
    }
    
    //============
    void sendResults(){ 
      const int TdHome = 100; // Any less than 50 ms is unstable
      // Even 60 might not be long enough - try 100 as test
      char outstr[30] = {};
      char buff[6];
      //************* Package to cloud *******************S
      itoa(cycleNum, buff, 10);
      strcpy(outstr, buff);
      strcat(outstr, ",");
      ltoa(sumsoundnew, buff, 10);
      strcat(outstr, buff);
      strcat(outstr, ",");
      itoa(HiFlowDetected, buff, 10);
      strcat(outstr, buff);
      strcat(outstr, ",");
      itoa(countPings, buff, 10);
      strcat(outstr, buff);
      strcat(outstr, ",");
      itoa(Vo, buff, 10);
      strcat(outstr, buff);
      Serial.print(outstr);
    
      HC12.print("XY"); // Clear the cobwebs
      delay(TdHome);
      HC12.print("YZ"); // Clear the cobwebs
      delay(TdHome);
      HC12.print("<");
      delay(TdHome);
      HC12.print(outstr);
      delay(TdHome);
      HC12.print(">");
      delay(TdHome);
      //**************************************************F
      Serial.print("<");
      Serial.print(outstr);
      Serial.print("> ");
      Serial.print(Vo);
      Serial.print(", ");    
      delay(Td);
      Serial.println(sumsoundnew - sumsoundold);
    }
    
    //============
    void putToSleep(){  
      digitalWrite(LOW_POWER_PIN, LOW); // Power Down MOSFET
      delay(500); // May need to increase if no sleep
      // Stop current leakage from floating pins in to HC12 (ryanm)
      digitalWrite(RxH, LOW);
      digitalWrite(TxH, LOW);
      //delay(150); // May need to increase if sleep truncated
      delay(500); // Debug - See if HC12 printing is dependent
      // Put 328P to sleep - T=8 gives cycle time = 74 secs
      sleepLoop(sleepcycles);
    }
    
    //============
    void sleepLoop(int loopNum){  // as per Keith Darrah
      // Sleep duration = 8 * loopNum seconds
      for(int i=0; i<loopNum; i++){
        // BOD Disable
        MCUCR |= (3 << 5);
        MCUCR = (MCUCR & ~(1 << 5)) | (1 << 6);
        __asm__ __volatile__("sleep"); // go to sleep
      }
    }
    
    //============
    ISR(WDT_vect){  // support watchdog timer
    }
    


  • @timbergetter said in JSN SR04T - Temperature Influencing Readings:

    I can well believe the twin transducer would be more sensitive and accurate but my concern here was the continuously high humidity.

    Correct, high humidity makes this button US head ideal. @slt1 had failures with it which is why he resorted to the twin version with a lacquer coat and plenty of ventilation, a viable option in his installation. Your assumption the twin head is more sensitive is incorrect, but they are more widely stocked by suppliers.
    Ok on the connections, that knocks thermal disconnect off possible causes.
    Ok on the casing choice, I'm only wondering if there is an inadvertent effect of high heat absorption or rf reflection internally. On the heat correlation to failure, it could perhaps be the rise/fall rate rather than actual temp, but baffled what is being influenced.
    Your suggested substitution might be worth a try. As said previously, I have two near enough identical installs with only one giving ghost level problems, so I am suspicious it is a QC issue. Unfortunately only have a spare US head from a DYP trial previously, and loath to order another JSN in the hope I get a reliable one.
    Will have a look at the sketch later, but your explanation sounds logical, if a lot more complicated than my own. Sketch I use runs a max of 10 attempts for two consecutive readings within the expected range, if it fails it does not report the value. As I'm using Domoticz as Controller it flags red if it doesn't get a reading over 3 hours, prompting me to investigate. Only the condensation drip at very low temps has caused this to date.



  • @Timbergetter Isee you are still on 10us delay. I've read somewhere that 10us delay specified for the JSN is too short and causes failed readings in the JSN and I if I recall 15 or 20 us makes it more reliable. @zboblamont already mentioned this, so perhaps you already tried to increase the delay ???

    Also, something else someone mentioned elsewhere was that metal casing caused some erratic readings on the JSN and grounding the case to the circuit's gnd helped.



  • @slt1 I can't recall where I read the 15 microsecond suggestion, but the spec sheet I found only states "a minimum of 10us".
    The spec sheet I found was at https://www.jahankitshop.com/market/d/8946 .



  • @zboblamont Yes - that spec sheet does say "1,10uS above the TTL pulse". That is not a great english translation !

    Chinglish translations sometimes might miss some important words - here is the spec translated by google from Chinese stating "above" 10us
    0_1568194916445_bf46382c-4d29-4aa4-8f76-8a8d54997c4a-image.png

    Also, there are various people reporting issues at using 10 though. Here is something mentioned in the NewPing lib issues queue : https://bitbucket.org/teckel12/arduino-new-ping/issues/41/jsn-sr04t-20-needs-to-have-longer-high



  • @zboblamont @slt1 It is my code that sets a sounding that is below 1300 µS to 1300 µS. The minimum depth that I end up reporting varies a little due to my temperature compensation but is nominally 0.22 m. I don’t know what the Newping library returns for these low and / or spurious soundings.

    I have not tried pulse widths other than 10 µS yet because until recently the weather has been too cold for the spurious reading to occur (less than 13 ºC). It’s warmed up over the last day so the time is right now to try lengthening that pulse.

    The only ground path to the metal box is via the ground side of the antenna fixed to the box. I’m not sure what alternate arrangement to try there.

    I’ve got a few things to try now. I’m going to try being systematic, trying one thing at a time and observing the effect for a day or so. It could take a while especially if the weather doesn’t cooperate.



  • @slt1 It's a bit bass-ackward chinglish right enough, but what I took "above" to mean was greater than.
    I tried using old and new ping to begin with, but couldn't get it to work, hence reversion to the manual method where I could try altering things (mostly blindly) in the absence of a spec. Some guy did a video on it saying don't buy this rubbish version 2.0, I'm sure the longer pulse was mentioned in the comments.
    For some reason the problem JSN worked reliably on the sewage tank with a 5v setup, but when I extended the Trigger after reading about it, it found it started working on 3.3v. Unfortunately when the tank was emptied it began seeing ghost levels, so when next emptied I'll investigate further. If it isn't a head problem (have spare) then something is wrong with the board on QC.



  • @timbergetter Fair enough, it's a puzzle but do report back with the fix, somebody will be along with a similar problem at some point.
    The 10µs does seem to be an issue, perhaps that might be your first mod when the problem recurs.
    As I'm resolving depths to the nearest mm within the permissible range rather than examining flight time, possibly I've a greater chance of getting consecutive readings due to arithmetic rounding down.
    For a direct earth you would need to drill the box or lid and use a bolt I suspect, unless there are tapped collars inside.



  • Have you guys considered using a US-100 ultrasonic sensor instead?
    It can be used in the usual "ping" method, or in serial mode, in which case you can also get a reading from the built-in temperature sensor, and the distance measurement is automatically temperature compensated.
    And it also works reliably at 3V.
    I was using it for a year without problems in an diesel tank, and made the mistake to replace it with a TOF sensor. Now I'm back to the old reliable US-100.



  • @zboblamont Are you "ghost levels" not perhaps echoes bouncing around the tank and nothing in the tank to absorb the sound quickly. If so perhaps increasing time between pings might help to let the previous ping dissipate.



  • @slt1 Nope. It is not a physical intrusion or an echo off the clean vertical sides, had to re-read notes until the penny dropped as there is a lot of nonsense in circulation.
    A US pulse will decay quickly even in an echo chamber, but a first pulse in silence can only return by the shortest route, any echoes thereafter have no effect. You can calculate the decay for the frequency but it is miniscule. This is a board/head problem not an environmental one, but to summarise the iterations:
    1 - 5v promini and separate battery pack passing info to Node over I2C. Perfect aside battery decay.
    2 - Run JSN on a booster off Node battery with the Node using Trig and Echo via level converter, worked perfectly until I emptied the tank..
    3 - Extended the Trig pulse and run on 3v3 direct, again no problem, until I emptied the tank.
    Iterations 2 and 3 are hitting the same ghosts only when the tank is <50%, but crucially only on one board of two identical installs. The second in the Raw Water tank has worked perfectly on 3v3 down to empty and the tank has ribbed sides with ledges which might give reflections.
    Have a spare head and 5v and 3v3 arduinos to trial when tank is emptied ca 3 weeks. Might buy another JSN and take pot luck, but not exactly confidently.



  • @kted This is a standard type two diaphragm as @slt1 used, but as my tanks are sealed and underground the 100% humidity would kill them fairly quickly. There is no advantage over the button head in terms of accuracy, the button type allows the Node to be distant from the measuring point and are waterproof.
    Most of these US can be operated in various modes by changing the value of one of the resistors, but not all can be operated down to 3v...


Log in to reply
 

Suggested Topics

  • 3
  • 4
  • 2
  • 3
  • 1
  • 2

0
Online

11.2k
Users

11.1k
Topics

112.5k
Posts