Navigation

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

    Topics created by GertSanders

    • GertSanders

      Loading DXF files for a design
      Feature Requests • • GertSanders  

      9
      0
      Votes
      9
      Posts
      43
      Views

      hek

      @GertSanders, dxf should be recognized now.
    • GertSanders

      Complete shutdown of MySensors in code possible ?
      Development • • GertSanders  

      6
      0
      Votes
      6
      Posts
      1318
      Views

      DavidZH

      @GertSanders I can't know where you stand pricepoint wise, but this sounds like a 2 MCU project. One to handle the clock functions, and one to communicate with MySensors. Messages between the 2 MCU's over I2C. If the link is down, that will only clog the comms MCU.
    • GertSanders

      is there a #define symbol for the first really free EEPROM address ?
      Development • • GertSanders  

      3
      0
      Votes
      3
      Posts
      933
      Views

      alowhum

      @mfalkvidd said in is there a #define symbol for the first really free EEPROM address ?: https://github.com/mysensors/MySensors/issues/379 I would like to store some strings in eeprom. The nodes will also use the awesome simple security feature (signing, encryption). I suspect those also write some things to eeprom (I did research this just now, but I wasn't able to find anything on it). Combining all that: would it be smart to just start the storage of these string 'further down', like at 256? As far as I can tell all arduino's have at least 512bytes of eeprom, so then MySensors can still expand into the first 256 in the future, but my code will still be fine?
    • GertSanders

      [SOLVED] Anyone a working example of the combination NewPing 1.9 and MySensors 2.2.0 ?
      Development • • GertSanders  

      2
      0
      Votes
      2
      Posts
      632
      Views

      GertSanders

      @gertsanders [SOLVED]: a wrong type in a declaration gave constant '0' values. Now corrected and distances is now measured correctly.
    • GertSanders

      Is there a way to check presence of a MySensors network, and proceed without if not found ?
      Development • • GertSanders  

      22
      1
      Votes
      22
      Posts
      2422
      Views

      gohan

      If you configure the controller to send notifications when nodes don't report anything after 1 or 2 hours, you know that something is wrong without draining the battery in the process.
    • GertSanders

      Latest beta build of Domoticz (9379) crashes when adding new sensors
      Troubleshooting • • GertSanders  

      14
      1
      Votes
      14
      Posts
      2553
      Views

      alexsh1

      @gertsanders said in Latest beta build of Domoticz (9379) crashes when adding new sensors: DIL connector I do not have a PCB. I have the atmega1284p board (Mightyduino) -> https://oshpark.com/shared_projects/zuZ4OIae and would like to have a moteino like board with either nrf24l01+ or rfm69 on it I can use wires to connect a transceiver but would like to have a neat solution
    • GertSanders

      EAGLE library for RFM69HW and similar radios
      Hardware • • GertSanders  

      4
      0
      Votes
      4
      Posts
      5627
      Views

      scalz

      @GertSanders Hi. I'm not in front of my eagle stuff but you can extract it from this: https://learn.adafruit.com/adafruit-rfm69hcw-and-rfm96-rfm95-rfm98-lora-packet-padio-breakouts/downloads Side note: RFM95W and RFM69HCW shares the same footprint whereas RFM69HW has a different pinout. So for my long range nodes, i prefer RFM95W/69HCW footprint, more versatile imho As tbowmo said LORA is a spec. On my side i plan to use RFM95W for its features and longer range, in raw radio mode as we're using with mysensors. So it could offer more flexibility maybe, if i need repeaters etc.. I started something (a lib) a while ago but not finished, and now i'm trying to refactor rfm69 lib, then rfm95 if not already done. If you don't find your wish in the link above, i can send you/help you with some stuff i have done. I hope this helps, a bit
    • GertSanders

      My basement flooding alarm
      My Project • • GertSanders  

      14
      6
      Votes
      14
      Posts
      6005
      Views

      micah

      Nice build, and great idea using the ultra sonic sensor. This sort of thing was the exact reason I got into arduino and eventually mysensors. I had a concern about a damp basement and went looking for a water leak detection alarm but the prices were so high at the time... eventually I stumbled upon arduino and the obsession went from there. The first node I ever made was a water leak detection system that used the 4cm thing mentioned above... then I realized I had all these left over pins so I filled them up with a gas, flame, temperature, humidity and light sensor. Forget nest protect and commercial water leak detection systems... I now have an all in one DIY solution that probably only cost $30
    • GertSanders

      Sending memory use to controller
      Domoticz • • GertSanders  

      5
      1
      Votes
      5
      Posts
      1385
      Views

      GertSanders

      @hek I would like to control the sending of this information just like sending sensor data. A "memory" sensor if you will. On Domoticz (or controller) side this needs to be possible. But I beleive this is already the case for Domoticz as I have logging of the cpu use and memory/storage use of the motherboard on which Domoticz runs (a Raspberry Pi 2 in my case). I will do some digging in Rob's code to find the datatypes used.
    • GertSanders

      OTA flash types for MySensors
      Hardware • • GertSanders  

      64
      4
      Votes
      64
      Posts
      24615
      Views

      p359

      Not making too much headway with this. Chips arrived, soldered on the the reverse side of the easypcb. Not able to get any sign of the flash being seen. One odd thing, the physical solder pad for the flash chip, pin 6 on my boards isn't connected to sck of the arduino pin 13 at all, just a bare solder pad. I've bridged this with wire, still no luck. Hmmmm...! More experiments ahead, good fun!
    • GertSanders

      SI7021 boards
      Hardware • • GertSanders  

      22
      0
      Votes
      22
      Posts
      8444
      Views

      AWI

      @GertSanders No conclusive reading from the datasheet. I will do some measurements later. ..
    • GertSanders

      Longer sleep values for Watchdogtimer interrupt?
      Development • • GertSanders  

      2
      0
      Votes
      2
      Posts
      1082
      Views

      GertSanders

      I had some time yesterday to experiment with the Lowpower library and answered my own question. Conclusion: you can set the divider to a higher value then 10 (10 is used to test on permanent deep sleep by the Lowpower lib, and Mysensors lib as well I think), but it does not matter, the atmega328 ignores any value above 9, so 8 seconds is the longest deep sleep you can get. Oh well, worth a try.
    • GertSanders

      50mm x 50mm board with different powering options
      My Project • • GertSanders  

      16
      5
      Votes
      16
      Posts
      9771
      Views

      pihome

      @gertsanders you have good PCB design skills, great work but keep safety in mind, those cheap chines plastic box aren't for 220v and definitely not to houses any power supply.
    • GertSanders

      Has anyone attempted to make a MyHwATMega1284p ?
      Development • • GertSanders  

      1
      0
      Votes
      1
      Posts
      676
      Views

      No one has replied

    • GertSanders

      Battery based sensors: at what voltage level do you set an alarm ?
      My Project • • GertSanders  

      5
      0
      Votes
      5
      Posts
      3118
      Views

      Dwalt

      I have five battery powered MySensors nodes powered with CR123 lithium batteries. I set the limits at 100% at 3.0v and 0% at 1.9v. Now I just need a method for Vera to generate an alert when they drop near 0%.
    • GertSanders

      Combining Adafruit FONA library with MySensors
      Development • • GertSanders  

      9
      0
      Votes
      9
      Posts
      3172
      Views

      GertSanders

      That simplifies my issue. I was trying (and now succeeded) to handle 160 char SMS messages (with DEBUG off), but the payload of S_INFO is the limiting factor. So now I can use a 30 char buffer AND keep DEBUG on, which is better for development. I will try to set up to git on dropbox, it is indeed transparent for my PC, not so sure about the Mac. And I still need to do the writeup for connecting the NRF24 directly to the Raspberry as a gateway
    • GertSanders

      Adapter for RFM69 on NRF24L01+ pinout-header
      Hardware • • GertSanders  

      27
      1
      Votes
      27
      Posts
      10879
      Views

      alexsh1

      @drock1985 I know, RFM95 is even more expensive!
    • GertSanders

      Compact cases for sensors, (?)images of places where mysensors were integrated into existing stuff
      Enclosures / 3D Printing • • GertSanders  

      3
      0
      Votes
      3
      Posts
      2366
      Views

      Sparkman

      @GertSanders @LastSamurai Have you seen this thread: http://forum.mysensors.org/topic/1816/project-boxes-for-mysensor-s-nodes-and-gateway. Might be better to add to it rather than starting a new one. Cheers Al
    • GertSanders

      Domoticz as controller **and** a gateway for MySensor nodes running on a Raspberry Pi 2
      My Project • • GertSanders  

      47
      4
      Votes
      47
      Posts
      27276
      Views

      bjacobse

      @Iraklis-Kourtis Glad that you good it working and also replied that it's working for you