Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Bogus Exception
    3. Posts
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by Bogus Exception

    • RE: Multiple sensors

      You really need to learn about this problem, and what you think you need, by setting up a test on ONE machine. You will learn a lot more that way than asking others. Don't buy in quantity until one works the way you want.

      Not knowing any better, I would consider a single small uC for each machine. HE sensors are pennies, and an esp8266 could handle 10 digital inputs(?) with analog switches/extenders for more sensors being dirt cheap.

      The esp8266 would just email your cell phone, hit a page, etc. to let you know the machine, or even the spindle.

      This avoids wires all over the place, and as you only need 5v, you can somehow power each from each machine. How about one of those bicycle generators that uses the wheel?

      Trying to do this on the cheap won't work. You can't run a circuit to a HE an infinite distance, not is a "circuit" design pattern even best.

      So before you decide on a design, then going out to see if it will work, start small, with one machine, one sensor. In one hour you will learn more that way than 100 posts.

      And if this is your first exploration into uCs, be mindful arduino platform is one of several, and their are systems made in your industry to do exactly what you want-without you learning how they do it. The need to detect broken threads is not a new problem. Seek the solutions others have found first.

      And finally, as others have told you, this is not a mysensors issue. Are you even running mysensors software?

      Arduino is discussed here.

      You will need to Google for forums dealing with your industry to find out how others have solved your problem. I think you will do better among your professional peers.

      posted in Development
      Bogus Exception
      Bogus Exception
    • RE: Using Solar Powered Night-Light Housing? (2v...)

      I thought they might be a value for a sensor housing, with the bonus of having a weather-ready solar panel. I bought a few garden lights with this same thing in mind (posted as a reply here). I see the platform as the hardest part, since the guts can be more easily replaced.
      Great discussion!

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Garden solar light + Booster + ESP32 + Moisture Sensor Likely to work?

      I thought I'd turn folks on to a find at my local Wally World...
      They are selling their house brand solar LED garden lights for discount, and I picked up 4 of these for $0.97 each.
      They are each for 1.2v (LED & 150mAh NiCad), but I was thinking 3x at 3.6v for a Pro-Mini, so I grabbed a few. I created a photo album of total disassembly here, and here is one of those pics:

      alt text

      Of small note is that the NiCad battery itself is more than $1 each! I'm still thinking about how to combine them to power a Pro-Mini, but for less than the price of the battery you get a nice case, an LED, and a solar panel! ๐Ÿ™‚

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Using Solar Powered Night-Light Housing? (2v...)

      Sorry. I feel like an idiot now...

      pat
      ๐Ÿ˜ž

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • Using Solar Powered Night-Light Housing? (2v...)

      Has anyone had any luck with the 2vdc solar powered night-light things you can pick up for a few bucks? They are listed as 2vdc with one to several LEDs. The draw for me is a nice housing, integrated solar cell, making a nice place for sensors...
      I'm running MCUs at 3.3v, so I might need to use 2 together, or add on another panel, but curious what you think for a sensor platform if you've thought about or tried it...
      Here is an arbitrary example, one of many housing styles...
      Thoughts?

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • STM32F1* volunteer!

      I'm noticing chatter about their compatibility. I have several of these impressive boards, and have been looking for a reason to make nodes/gateways/repeaters out of them. My fav is the popular STM32F103C8T6 (I also have STM32F030F4P6 unopened)...

      Consider me a volunteer beta tester! Love these zippy boards!

      pat
      ๐Ÿ™‚

      posted in Development
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      With the inability to get signal strength from the nRF24, I'm open to any suggestions to fairly evaluate the boards I've collected. Don't think the wife will let me spring for a spectrum analyzer... ๐Ÿ˜ž

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Super capacitor charger/balancer with system backup

      @ceech I guess not around just yet? I only saw the 4-cap model...?

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: How to continuously charge 18650s, as in solar?

      @gohan That's great! I have a pile of super/ultra-caps just waiting to power a remote node!

      I've hesitated to date because the ones I've found are all cobbled together, and the presenter says nothing about whether their arrangement has lasted. I get the feeling they video as soon as they build it, but there is no data on what to expect.

      There is an exception, though, in a video I saw that went all the way into looking up the hours of daylight for an area, etc. by Andreas Spiess here. Well, the video is at the top of a reddit forum topic...

      I'd love to hear what components those deploying isolated sensors are using.

      posted in My Project
      Bogus Exception
      Bogus Exception
    • RE: Multiple DHT-22 sensor problem

      @Slimz Speaking of reliability (life support), I was searching for similar posts to what I am experiencing (again) and came across this one.

      I don't see this in the DHT-11s I've tested (dozens), but this is frequent in the DHT-22s (no doubt just my luck)... they dies, and then rise from the dead... Check this out from last night:

      alt text

      All yesterday, no output from the DHT-22. I tried different pins, and almost tried another library (using SimpleDHT now). I had a 10k resistor between pins 1&2 (Vcc & Data), all to no avail. Also, I couldn't remember if having Vcc on the data pin was normal or not-but it was there...

      I went to bed, a beaten man. Then, the Sensor Fairy (C)2017 came to visit at around 4:00am, and now I have 2 problems:

      1. Why it didn't work, and...
      2. Why it works now.

      Just sharing because this kind of behavior has been common with me and the DHT-22s, and in your situation may not be noticeable. Hopefully you have alerts for env values out of range. If it really matters, I use a trusty BME280.

      good luck!

      posted in Development
      Bogus Exception
      Bogus Exception
    • How to continuously charge 18650s, as in solar?

      I have 18650s, and I have both new & old TP4056 boards. What has stopped me from proceeding is reading that 18650s don't "trickle charge". I take this to mean that you can't keep them up to voltage, topping them off. My goal is to put sensors outside, and leave them.

      Not wanting to be in the local news, I've held off making a sensor with them that will allow me to keep them topped off.

      How are you using rechargeable LiPos with renewable energy charging?

      One example of data:


      Simple Guidelines for Charging Lithium-based Batteries

      -Turn off the device or disconnect the load on charge to allow the current to drop unhindered during saturation. A parasitic load confuses the charger.
      -Charge at a moderate temperature. Do not charge at freezing temperature. (See BU-410: Charging at High and Low Temperatures)
      -Lithium-ion does not need to be fully charged; a partial charge is better.
      -Not all chargers apply a full topping charge and the battery may not be fully charged when the โ€œreadyโ€ signal appears; a 100 percent charge on a fuel gauge may be a lie.
      -Discontinue using charger and/or battery if the battery gets excessively warm.
      -Apply some charge to an empty battery before storing (40โ€“50 percent SoC is ideal). (See BU-702: How to Store Batteries.)*


      source: BU-409: Charging Lithium-ion

      TIA!

      pat
      ๐Ÿ™‚

      P.S. Just clicked the 'emoji' icon in the WYSIWYG, and am shocked to find that people have copyrighted emojis. To quote #45: #sad

      posted in My Project
      Bogus Exception
      Bogus Exception
    • RE: Are folks here happy with Domoticz?

      @NeverDie I tried for days. Too buggy, and not enough support. I landed with MyController, which takes advantage of MySensors, plus allows a lot of scripting, etc.

      </$0.02>

      posted in Domoticz
      Bogus Exception
      Bogus Exception
    • RE: Read this first - it could SAVE YOU A LOT OF TIME

      This is old, but I was looking through it today...
      According to the datasheets for voltage regulators and the reports of why there are problems with the nRF, the output, or load side capacitors are for keeping the voltage into the nRF as steady as possible. smaller caps are on the front side of the regulators for noise (faster transient voltages than what you'd see on the nRF draw), like those from other electronics, certain lights, radios, etc. and they are ceramic (or other non-polarized) that are great for this filtering in a small package.
      The regulators themselves, like the ones in the Arduinos (if you feed RAW pin) take care of the high frequency stuff, but a bigger capacitor is needed for voltage variations, which a ceramic can't do. This is why electrolytics are used. The problem is, electrolytics are much bigger, and so most regulators have you add them to make them work better. But where would you put a component larger than the MCU's chip? And besides, they are getting smaller all the time.
      I've never seen anyone say what value cap is overkill, as each person's setup is different. Some don't power their radios from the MCU's rail at all, and some MCUs can be loaded with servos, etc. that would make their draw on transmit different than yours. The bigger the cap (as long as voltage is a tad over what it will see) the better, when it comes to electrolytics. In fact, you can power your MCU with them!
      The only way you can know what will work in your unique situation is with an oscilloscope. It is fast enough to capture any dips in voltage on transmit/power-up, and it can show you any noise and ripple on the input. VOMs are just too slow, and not made to measure small changes in a higher voltage at the speeds you will need to see them.
      Since I have a pile of 10uf and 100uf, I start with 10uf by default, and if there is any errors that seem like TX dropout, I'll try 100uf, but a cap in this scenario is only a bandaid making up for an under-powered board, IMHO. With battery size/count restrictions, we don't have any choice, but in AC powered systems we should have a PS beefy enough to allow the radio and all peripherals to go nuts without affecting each other.
      If you suspect a supply voltage dropout to the nRF, you'll receive fine. So maybe try taking the other peripherals out one by one, maybe measuring overall current draw, and see if the symptom at some point goes away.
      And finally, my opinion is that the radio board is the most suspect piece in the chain. Playing musical parts might save you messing with the caps... ๐Ÿ™‚

      posted in Troubleshooting
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @gohan Was this wrong? Is there a readon to change?
      Ya kind of left me hanging there, buddy! ๐Ÿ™‚

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @d00616 Yeah, but I mean, that image doesn't show detail, does it? I thought it was thermal/IR when I first saw it-like it was running.
      First time I've seen this tried. Has it worked for other electronics? Is that image you posted what is usually expected?
      And most importantly, how did you talk your dentist/radiologist into doing it?! ๐Ÿ™‚

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @NeverDie What I meant was, I don't have anything in 1.27mm, so now I've ordered enough stuff to keep my 2.54 and 2.0 company! ๐Ÿ™‚

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @d00616 I have to ask...

      How did you create this image?

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Debugging the debugging output...

      @mfalkvidd Sorry for not being smart enough to know that. I read the how to post, and have a list of barely acceptable excuses as to why I didn't figure that out prepared-in case you're interested! ๐Ÿ™‚

      Also, I unzipped a backup's script.sql, and it showed me all the possibilities:

      [...]
      (58, 'S_HVAC', 'V_HVAC_SPEED'),
      (59, 'S_MULTIMETER', 'V_VOLTAGE'),
      (60, 'S_MULTIMETER', 'V_CURRENT'),
      (61, 'S_MULTIMETER', 'V_IMPEDANCE'),
      (62, 'S_SPRINKLER', 'V_STATUS'),
      [...]
      
      posted in Troubleshooting
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @Nca78 Not just the module (10 for $15, right?), but the page concept is exactly what I am doing these days. Built in flexibility where it matters!
      You've clearly spent a lot of time at my stage of tinkering with this!

      alt text

      Little touches like PA pinout, etc. makes this cake have more icing then cake! ๐Ÿ˜ฎ

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @kalina made these DIP-to-SMD-NRF24L01-adapter, but my need isn't enough quantity to buy the chemicals, pay someone to make a rum of them, or convince my wife that, "We'll sell them and make our money back!" :-[

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • Debugging the debugging output...

      When the serial monitor looks like this, what should I be considering first?

      0 MCO:BGN:INIT NODE,CP=RNNNA--,VER=2.1.1
      4 TSM:INIT
      4 TSF:WUR:MS=0
      10 !TSM:INIT:TSP FAIL
      14 TSM:FAIL:CNT=1
      14 TSM:FAIL:PDT
      10018 TSM:FAIL:RE-INIT
      10020 TSM:INIT
      10027 !TSM:INIT:TSP FAIL
      10031 TSM:FAIL:CNT=2
      10033 TSM:FAIL:PDT
      [...]
      

      Is there a secret decoder ring that only the cool kids have? ๐Ÿ™‚

      Thanks!

      posted in Troubleshooting
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @NeverDie Great question. Mine look like these from a post earlier in this thread, and they are the first I've seen that didn't have their (breadboard-unfriendly) pinout.

      alt text

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @Yveaux Fair enough. I won't rel on that, but did want to mention the observation.
      On a relatively side note, I got 4 SMD nRF24 cards from eByte, but can't locate any boards to mount them on! The holes are 1.27mm pitch, so I just ordered some 1.27mm headers.
      Has anyone grabbed a board to surface mount solder them at this pitch?

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @gohan I already have the 3 pins for SPI in use for the nRF, so adding the BME was just one more pin. Simply conserving pins.

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      So far I've noticed on all versions of the legit nRF24 chips that the 'square' is actually 4 vertical lines, covering a square area, at the 'top left' of the chip.

      Just tried over the past 2 hours to replace the clone in my MyController gateway with either the itead or ebyte legit modules, and neither one of them would communicate with the other nodes. I put the clone back in, and it worked. Weird.

      Not like it matters much, but here is the sketch (all comments removed) using a BME280 and a light sensor module, on a Nano, USB powered:

      #define MY_DEBUG
      #define MY_RADIO_NRF24
      #define MY_RF24_PA_LEVEL RF24_PA_LOW
      #define MY_GATEWAY_SERIAL
      #if F_CPU == 8000000L
      #define MY_BAUD_RATE 38400
      #endif
      #include <Adafruit_Sensor.h>
      #include <Adafruit_BME280.h>
      #define BME_SCK 13
      #define BME_MISO 12
      #define BME_MOSI 11
      #define BME_CS 6
      #define SEALEVELPRESSURE_HPA (1013.25)
      const float ALTITUDE = 18;
      Adafruit_BME280 bme(BME_CS); // hardware SPI
      #define LIGHT_CHILD 0
      #define BARO_CHILD 1
      #define TEMP_CHILD 2
      #define HUM_CHILD 3
      boolean metric;
      uint8_t decimals;
      #include <MySensors.h>
      MyMessage lightMsg(LIGHT_CHILD, V_LIGHT_LEVEL); // 0
      MyMessage pressureMsg(BARO_CHILD, V_PRESSURE); // 1
      MyMessage tempMsg(TEMP_CHILD, V_TEMP); // 2
      MyMessage humMsg(HUM_CHILD, V_HUM); // 3
      #define LIGHT_SENSOR_ANALOG_PIN 0
      int lastLightLevel;
      unsigned long SLEEP_TIME = 60000; // Sleep time between reads (in milliseconds)
      void setup()
      {
        #ifdef MY_DEBUG
          Serial.begin(115200);
        #endif
        decimals = 2;
        metric = getControllerConfig().isMetric; 
        bool status;
        status = bme.begin();
        if (!status) {
          #ifdef MY_DEBUG
            Serial.println("Could not find a valid BME280 sensor, check wiring!");
          #endif
          while (1);
        }
      }
      void presentation()
      {
        sendSketchInfo("Master Nano", "1.0");
        present(LIGHT_CHILD, S_LIGHT_LEVEL);  // 0
        present(BARO_CHILD, S_BARO);          // 1
        present(TEMP_CHILD, S_TEMP);          // 2
        present(HUM_CHILD, S_HUM);            // 3
      }
      void loop()
      {
        int16_t lightLevel = (1023-analogRead(LIGHT_SENSOR_ANALOG_PIN))/10.23;
        if (lightLevel != lastLightLevel) {
          #ifdef MY_DEBUG
            Serial.print(F("Sending lightMsg: "));
            Serial.println(String(lightLevel));
          #endif
          send(lightMsg.set(lightLevel));
          lastLightLevel = lightLevel;
        }
        float p_Mb = bme.readPressure() / 100.0F;
        float p_Hg = p_Mb / 33.86;
        #ifdef MY_DEBUG
          Serial.print(F("Sending pressureMsg: "));
          Serial.println(String(p_Hg));
        #endif
        send(pressureMsg.set(p_Hg, decimals));
        float t_C = bme.readTemperature();
        float t_F = (t_C * (9/5)) + 32;
        #ifdef MY_DEBUG
          Serial.print(F("Sending tempMsg: "));
          Serial.println(String(t_F));
        #endif
        send(tempMsg.set(t_F, decimals));
        float h_Pct = bme.readHumidity();
        #ifdef MY_DEBUG
          Serial.print(F("Sending humMsg: "));
          Serial.println(String(h_Pct));
        #endif
        send(humMsg.set(h_Pct, decimals));  
        #ifdef MY_DEBUG
          Serial.print(F("Sleeping for: "));
          Serial.println(String(SLEEP_TIME));
        #endif
        sleep(SLEEP_TIME);
      }
      

      It works with the clone... I am using a regulator board for the nRF24-the one it plugs into & breaks out the 8 pins...

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @gohan I'll do my best to measure meaningful metrics between these & clones. Also, I have 4 eBytes coming (2x blue, 2x red)...

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • Does MySensors do all that LowPower does?

      I've noticed that if I try to modify my source code for a pro-mini & nRF24 to include the LowPower library, the source will not compile:

      enum period_t {
           ^
      In file included from C:\Users\...\Documents\Arduino\LowPower_ProMini_DHT-22_nRF24_v1\LowPower_ProMini_DHT-22_nRF24_v1.ino:2:0:
      C:\Users\...\Documents\Arduino\libraries\Low-Power/LowPower.h:6:6: error: previous definition here
      enum period_t
           ^
      

      This makes me think that there are portions of the MySensors library that take advantage of the lower power modes available, like STANDBY-I and PowerDown. That's all great, but it begs that question;

      "How exactly is the MySensors library adjusting the power modes of the ATmel chips (which modes when), and does this same power-awareness apply to, say, the radio boards (nRF24, etc.)?"

      Right now, I have my first true battery-powered node drawing 7.1ma in [whatever mode(s) MySensors library is putting everything in]. Is this as good as it gets (I pulled the PWR LED), or are there further options available using, say, interrupts as an example, that could bring power consumption down further?

      Thanks!

      posted in General Discussion
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      OK! I followed your suggestions and tried itead. These are the pics of what I got 4 of (sorry no pro rig-just a loupe & module in one hand & mouse in the other!

      (all are hosted on one of my servers, not here locally)

      alt text

      alt text

      alt text

      alt text

      alt text

      alt text

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @tbowmo Thanks for the tip. I have some in front of me, still in box. Will post results.

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @hek Thanks for writing. I got 4 from itead the other day (2 each of 2 types), and they are in the boxes in front of me. FOr one thing-they have a box! I am making a video for my blog comparing them to the clones (as best I can), and I'm going to test out that current statement I found online...

      Thanks for the tip!

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: ๐Ÿ’ฌ Building a WiFi Gateway using ESP8266

      Is there a complete wiring table, diagram, or schematic? I have a working MyController/MySensors network on nRF24s, but I am adding WiFi with a ESP-201 module (white one with pins broken out for 2.54 pitch; see: http://smarpl.com/sites/default/files/images/ESP8266-ESP-201-pin-reference-v01.png)... TIA!

      posted in Announcements
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      @gohan said in Where to get legit nRF24L01+ modules?:

      There is already a thread about genuine and counterfeit modules. It also came up that Itead should have genuine chips. If you want to avoid the problem, go with rfm69 ๐Ÿ˜€

      Thank you for writing! I saw the thread, too, in my searching. Off the top of my head, I remember itead being mentioned, but I was hoping for more than one choice... (I have nagging impression the posts were dated, too, but that is likely wrong) Too bad Nordic doesn't direct sell.

      They all seem to be 100mw, but I have some RF69, Hope LoRa modules on standby that I'm waiting to hook up and do a video on... Could they be immune to knock-offs?

      In case someone is out there wondering why it matters, you can google for comparisons, where it was found that the current consumption was one of the ways they could tell right out of the gate. I remember it being over 10x the current draw of a legit chip, which makes it easy to test for. It also created noise all over the spectrum compared to the legit ones, but on power alone, if one were to consider them equivalent, the battery life issue would probably make someone like me just assume it was another component to blame.

      I now believe that my range issues are due in part to my heavy WiFi in the 2.4GHz spectrum, but mostly because of the noise introduced by the bogus chips I have running, thinking the more chips I run, the worse it gets. And looking back, it seemed like with 2 xcvrs, things were a lot better than with 5 or 6.

      So I'll go to Itead to shop, but would enjoy a choice...

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Where to get legit nRF24L01+ modules?

      || "(yes, I know how that works)"
      |Could you expand on this?

      Reluctantly, but gladly!

      @mfalkvidd To state the obvious, I am being considerate of the fact that he gets a cut if we go to there (eBay, AliExpress, etc.) to buy, which I am 100% for. He cannot, however, vouch for anything there as being "authentic".

      I would never make the connection that he is promoting the clones there as authentic, i.e. "They are here, so they must be sanctioned as authentic".. .

      I doubt it is relevant to sourcing authentic/known Nordic modules, but I don't mind explaining.

      It is simply a statement alluding to respect, rather than assumptions, as an effort to avoid tangential discussions regarding the site's excellent work.

      HTH, and I'm genuinely sorry the point didn't come across without explanation. ๐Ÿ˜ž

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • Where to get legit nRF24L01+ modules?

      Experts,

      I see hek has nRF24L01 xcvrs for sale (yes, I know how that works), and I am currently trying to track down where to get real (non-counterfeit) ones. On most sites, only the 20-pin chip is for sale, and the familiar (even per store here) 2x4 breadboard unfriendly layout seems to be only from Chinese copies.

      There are lots of threads around that discuss exactly how to tell if they are fake (whether the board with just the chip, or one of the LNA+PA variations), so the question simply is where to get modules that are known, even guaranteed, to be authentic?

      I'm not asking because I want to spend more money. The counterfeits are vastly inferior in specifications, and I'm having trouble getting from one end of the basement to the other.

      Since I assume most people are buying modules with chips installed, I suppose you could grap a legit 20-pin SMD chip & replace the one on the board. The chips on Mouser/DigiKey go at cheapest for under $4 USD...

      Secondary question for discussion: How are you all dealing with these cheapies' performance, noise, etc., or are you exclusively using what you think/know to be authentic chips (probably not from eBay/AliExpress)?

      Thanks for the discussion, and I can provide links to die photos, etc. that illustrate the vast differences if you like. Even the cosmetic aspect of the fakes is apparent as they are emboldened by the market for them. I can't imagine Nordic is amused...

      pat
      ๐Ÿ™‚

      posted in Hardware
      Bogus Exception
      Bogus Exception
    • RE: Multimeter Sensor

      an update, from eBay $8

      INA3221 3 Channel Shunt Current Voltage Monitor Sensor

      posted in General Discussion
      Bogus Exception
      Bogus Exception
    • RE: Photos and Imagery...

      Thanks guys for the responses. I think I may need to stick with nothing real time, but somehow record the images, then drive up to the pole and trigger a download from the SD card via RF.

      Just too many damning restrictions.

      posted in General Discussion
      Bogus Exception
      Bogus Exception
    • ATTiny85 as a RepeaterNode-just a repeater, no sensors

      Experts,
      I have range issues, so I want to use a few ATTiny85s I have to be repeaters.

      from the distro:

      #define MY_RADIO_NRF24
      #define MY_REPEATER_FEATURE
      #include <MySensors.h>
      
      void setup(){}
      
      void presentation()
      {
      	sendSketchInfo("Repeater Node", "1.0");
      }
      
      void loop(){}
      

      This appears to be what is needed. Serial is not applicable on stock 85. But burning with 'Arduino as ISP', a TON of compile errors pull up, pointing to internal/lib code. They start like:

      Compiling sketch...
      "C:\Users\\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\4.9.2-atmel3.5.4-arduino2/bin/avr-g++" -c -g -Os -Wall -Wextra -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -flto -mmcu=attiny85 -DF_CPU=8000000L -DARDUINO=10802 -DARDUINO_attiny -DARDUINO_ARCH_AVR   "-IC:\Users\\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.19\cores\arduino" "-IC:\Users\\AppData\Local\Arduino15\packages\attiny\hardware\avr\1.0.2\variants\tiny8" "-IC:\Users\\Documents\Arduino\libraries\MySensors" "-IC:\Users\\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.19\libraries\SPI\src" "C:\Users\\AppData\Local\Temp\arduino_build_538309\sketch\RepeaterNode.ino.cpp" -o "C:\Users\\AppData\Local\Temp\arduino_build_538309\sketch\RepeaterNode.ino.cpp.o"
      In file included from C:\Users\\Documents\Arduino\libraries\MySensors/MySensors.h:65:0,
      
                       from C:\Users\\AppData\Local\Temp\arduino_modified_sketch_726034\RepeaterNode.ino:41:
      
      C:\Users\\Documents\Arduino\libraries\MySensors/core/MyHwAVR.cpp: In function 'void hwPowerDown(period_t)':
      
      C:\Users\\Documents\Arduino\libraries\MySensors/core/MyHwAVR.cpp:66:20: error: 'WDTCSR' was not declared in this scope
      
        uint8_t WDTsave = WDTCSR;
                          ^
      
      In file included from C:\Users\\Documents\Arduino\libraries\MySensors/core/MyHwAVR.cpp:22:0,
      
                       from C:\Users\\Documents\Arduino\libraries\MySensors/MySensors.h:65,
      
                       from C:\Users\\AppData\Local\Temp\arduino_modified_sketch_726034\RepeaterNode.ino:41:
      
      C:\Users\\Documents\Arduino\libraries\MySensors/core/MyHwAVR.cpp: In function 'void hwInternalSleep(long unsigned int)':
      
      C:\Users\\Documents\Arduino\libraries\MySensors/core/MyHwAVR.h:38:25: error: 'Serial' was not declared in this scope
      
       #define MY_SERIALDEVICE Serial
                               ^
      [dotdotdot]
      Using library MySensors at version 2.1.1 in folder: C:\Users\\Documents\Arduino\libraries\MySensors 
      Using library SPI at version 1.0 in folder: C:\Users\\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.19\libraries\SPI 
      exit status 1
      Error compiling for board ATtiny25/45/85.
      

      This looks a lot like something basic, and not like anything is broken (to me).

      If you want the entire ugly STDOUT/ERR, I uploaded to pastebin here.

      If folks are using ATTiny85 for sensors, then surely I should be able to make it a simple repeater, no? (please say yes!)

      TIA
      ๐Ÿ™‚

      posted in My Project
      Bogus Exception
      Bogus Exception
    • Photos and Imagery...

      I have a friend who has a mailbox on the road that they can not see from their house. They know someone is messing with their mail, but cannot get any info.
      How can I throw something together to capture & transmit (vs. store) imagery?
      I'm all over the arduino, motion/reed switching, and even radio transmission. I'm really stuck on how/what to use to capture the imagery and put it in a format for transmission.
      I have a plain NTSC Video camera and web-cams at my disposal, but the house is about 1000' away, and there is no A/C at the mailbbox (but there is a perfectly situated telephone pole!)...
      Ideas?

      posted in General Discussion
      Bogus Exception
      Bogus Exception