Skip to content

My Project

967 Topics 13.5k Posts

Show off and share your great projects here! We love pictures!

  • "Washing machine ended" sensor

    21
    4 Votes
    21 Posts
    17k Views
    Moshe LivneM
    @JahFyahh it was mostly trial and error. I was lucky and my initial setup was good but these sensors have very sensitive adjustment (all cheap sensors do, i think) and sometimes a fraction of a turn is enough to change things. I think I wrote a simple "read in a loop" sketch and shaked it a bit (like a washing machine, small shakes) to see if i have a read. Hope that helps. I think top of the machine vibrates a bit more than back. if you put on the back, maybe try to mount it high as the upper part moves more than the lower part.
  • Water floor heater system

    5
    0 Votes
    5 Posts
    2k Views
    malukoM
    the strange think is if i wait a few seconds this goes on with normality.
  • MYSBootloader 1.4 testing

    myscontroller mysbootloader
    24
    3 Votes
    24 Posts
    14k Views
    M
    Hi I would like to test too. On atmega 328p au 8mhz internal board.
  • mqtt via cloud

    3
    0 Votes
    3 Posts
    1k Views
    T
    @vorowski I'm experimenting with AWS IoT. Will post update if it works.
  • Computer power supply as 12/5/3.3V whole house power supply

    19
    0 Votes
    19 Posts
    7k Views
    P
    Finally finished! Here is the post: https://forum.mysensors.org/topic/4691/low-voltage-whole-house-power-supply
  • Web App for Simple Control of my Home Automation kludge

    10
    3 Votes
    10 Posts
    5k Views
    B
    @TheoL I don't really use scenes, as most of what I do with Vera is using PLEG. But yes, that is a good idea. Look for updates that will include alarm setting and my garage door states. I just haven't gotten that far yet!
  • DS18B20 API 2.0

    4
    2 Votes
    4 Posts
    2k Views
    gbgent_ncG
    Nice project. Even though some items are in a language I do not understand, the sketch provided me with a better understanding of the MySensors work. Thank you for making the connection of what I know and what I was having trouble understanding.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • Single button operated Led Strip Dimmer

    11
    6 Votes
    11 Posts
    18k Views
    JahFyahhJ
    @BartE (dutch site.. Even better) thanks for the link. I am looking for the safest way, seeing the this will not be in a quick access location. I want to put it away and only return for update/upgrades. But I will also look into an opto-coupler. Thanks for the tip.:+1:
  • Library for thresholded readings of sensors

    1
    5 Votes
    1 Posts
    1k Views
    No one has replied
  • Parking Sensor

    74
    10 Votes
    74 Posts
    52k Views
    H
    Wooo, cool to see it live!
  • Parts LIst

    2
    0 Votes
    2 Posts
    851 Views
    mfalkviddM
    Welcome to the MySensors commuinty @chuckyancey ! Which part list are you referring to? The recommended size of the capacitor is 4.7 uF to 470 uF. The exact capacity usually doesn't matter. The capacitor needs to handle the same voltage as the radio, so at least 3.3V. 6V is the most common I think (that's what I use)
  • Slim Node scene controller/ keypad

    18
    6 Votes
    18 Posts
    12k Views
    C
    Hello, Some pictures of my scene controller inspired by this post ! I modified the original sketch to have two functions: keyboard for my alarm (from key 1 to 9) and scene controller (from key 10 to 16). Thanks @awi for the idea and the original sketch ! [image: 1471010532684-scene-controller-1.png] [image: 1471010537792-scene-controller-2.png] [image: 1471010571979-scene-controller-3.png] [image: 1471010569054-scene-controller-4.png] David.
  • 0 Votes
    4 Posts
    4k Views
    cimba007C
    To refine your code: Try to use arduino IDEs "Tab"-Function. Add few tabs to organise your code. e.g. Tab "Network" with functions like init_rf() and just call this function from your setup() or before() method. Same with your actual sensors. Consider making an extra tab to put all the relevant functions there. I try to keep my "Main" tab as clean as possible. As I understand your code right your rf95 receiver acts as a gateway to mysensors MyMessage msg(NODE_ID, V_FLOW); // Set's up mesaaging protocol to reciever, lets it know what variables are used MyMessage vmsg(NODE_ID,V_VOLUME); // V_FLOW means that the data being sent is a flowrate, etc. All your Sensor-Nodes who send to your receiver-serial-gateway should have different IDs and your gateway should use these IDs to send the sensor date to your controller. So NODE_ID should be a variable depending on "from which node" you got your sensor date. Have a look at "MyMessage.h" // Setters for building message "on the fly" MyMessage& setType(uint8_t type); MyMessage& setSensor(uint8_t sensor); MyMessage& setDestination(uint8_t destination); You can change the message Sensor (your actual sensor no the gateway) dynamically on your gateway depending on the payload you get and from which sensor.
  • Backlit Dimmable LED Mirror with Motion Sensor

    43
    6 Votes
    43 Posts
    36k Views
    loralgL
    @petewill @mfalkvidd After looking I have the 168.. I already have some more ordered that are the 328 though. I should have looked closer when I ordered the first batch. Thanks for the help! I figured it was probably something simple I had overlooked on my end.
  • Combined Sensor RepeaterNode and sleep(SLEEP_TIME) in MySensors 2.0.0

    10
    0 Votes
    10 Posts
    4k Views
    S
    Thanks. I did not know for sure if this was still the case in 2.0.0. wait(sleepTimer); added at the bottom of loop() function. now lets rewrite the sketch with your library.
  • Blindcontroller with PB local control

    6
    0 Votes
    6 Posts
    2k Views
    S
    Again right.. but the class definition is in the BL_Control.h file (line 47) The reason not to put the logic is that i yust want some sceleton for this kind of physical controller now i don' t have to include write and reads in the class and i can re-use it maybe for a PB dimmer. That off the declaration with the pinmodes is a habbit from the plain C period and assembler adventures with the AVR. There i set my outputs to a safe state before setting the DDR(x) register. As far as i assume the DDR is only relevant when you read the input (or want to do a logic operation on the input/output state. And it is overkill to write this in C++. But for me i consider it as a good excercise. And no i don't have a question I only wanted it to publish so others can steal maybe a idea Cheers,
  • WeMos D1 R2 Gateway

    1
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • Raindrops Detection under v2

    raindrops rainsensor
    5
    0 Votes
    5 Posts
    2k Views
    tlpeterT
    You're welcome. It was for me also a struggle to get it working.
  • Circuit drawing pen.

    5
    0 Votes
    5 Posts
    2k Views
    N
    @csa02221862 they do but when I see the prices of ink and paper it's cheaper to order pcbs online with 24h option and DHL delivery ;)

23

Online

12.0k

Users

11.2k

Topics

113.4k

Posts