Skip to content

General Discussion

A place to talk about whateeeever you want
1.5k Topics 14.2k Posts
  • EV Charger (type 2) with RESTful API and Wifi recommendations?

    4
    0 Votes
    4 Posts
    264 Views
    @rmh said in EV Charger (type 2) with RESTful API and Wifi recommendations?: @รอเร-อ btw Normal single phase type 2 charging on an EV is 32a = 7 Kw. If your ev can charge at 22Kw, then it will need a 3 phase supply. OpenEVSE can do this but you will need to put a 3 phase contactor in it. R Thanks a lot. That seems to be exactly what I'm looking for. I didn't order the kit though. I ordered the EmonEVSE WiFi Connected EV Charging Station IEC 60947-5 (Type-2) I'm very excited to get started. Ohh... I'll need an EV too... ha ha
  • DIY assisted pick and place

    2
    1 Votes
    2 Posts
    107 Views
    NeverDieN
    Even cheaper, this guy's design is just 3 hinges and some scrap wood: https://youtu.be/m2HzVIK2CcE
  • Ikea utrusta ansluta

    2
    0 Votes
    2 Posts
    155 Views
    L
    In mine the switch broke, so I replaced it. But as I am going to tradfri, I replaced the whole transformer in the meantime, so I have a remote left... in germany... Regards Leonard
  • need your advice connetion

    2
    0 Votes
    2 Posts
    158 Views
    H
    @timmy If you are referring to the Google assistant, you need to open the app, tap the compass icon in the Explore section, enter Settings, scroll to Services, tap Home Control, and scroll until you find the selection for your lights. But I'm not even sure what you are talking about, I might be giving you the wrong directions here.
  • IKEA UTRUSTA

    15
    0 Votes
    15 Posts
    12k Views
    Z
    @Joe Hello, does anyone have an ikea utrusta/ansluta remote controll to sell? I really need one.
  • Watermark

    1
    0 Votes
    1 Posts
    90 Views
    No one has replied
  • NRF24L01 +PA+LNA right seller from Aliexpress

    nrf24l01
    6
    0 Votes
    6 Posts
    394 Views
    NeverDieN
    https://hackaday.com/2016/05/31/fixing-the-terrible-range-of-your-cheap-nrf24l01-palna-module/ https://web.archive.org/web/20180825143815/http://blog.blackoise.de/2016/02/fixing-your-cheap-nrf24l01-palna-module/
  • battery life

    8
    0 Votes
    8 Posts
    666 Views
    timmyT
    it is enough to connect a more capacious battery!
  • loadState in 2.3.2 is not a happy function....

    6
    0 Votes
    6 Posts
    230 Views
    skywatchS
    @hek Thanks! Our posts crossed in the matrix! I even got this right on a previous sketch, but a lot has been going on for me lately and I am finding it difficult to concentrate on things.
  • "ugly" breadboarding

    3
    0 Votes
    3 Posts
    178 Views
    bjacobseB
    The technique with a large GND-plane can be quite well used when dealing with RF circuitry But I agree this isn't pretty looking electronics...
  • Which (cheap) bulb in 2020?

    1
    0 Votes
    1 Posts
    102 Views
    No one has replied
  • to much processing in loop

    3
    0 Votes
    3 Posts
    104 Views
    tekkaT
    @rozpruwacz You can call _process(); however, this is an internal function and may change in upcoming releases.
  • What's your favorite circuit simulation software for beginners?

    8
    0 Votes
    8 Posts
    1k Views
    nagelcN
    Just saw this in my Hackaday Feed: https://hackaday.com/2020/01/08/commercial-circuit-simulator-goes-free/ I'm not sure it fits the "beginner" category, but cost is no longer a barrier to entry.
  • Hobbyist Project Management / PDM?

    2
    1 Votes
    2 Posts
    292 Views
    TRS-80T
    This may or may not be the answer you are looking for, but I have taken a very big interest in Personal Information Management (PIM) over the years and tried out many different systems and thought about the subject quite a lot. I became so frustrated over the years running into so many dead ends (lacking functionality), incompatibilities (often times purposefully (i.e., proprietary software, walled garden, vendor lock-in, etc...), arbitrary limitations, etc. that I have moved more and more not only into Free Software but also making sure I stick to open protocols and formats. Because I just don't have the time nor energy any more to keep re-inventing the wheel all the time, learning new software, moving my work/information between incompatible systems, etc... In particular I have gravitated towards using text files as a sort of lowest common denominator universal format. This began for me when I was trying to synchronize bookmarks across several different browsers and OSes (which, at the time, happened to be Android and Windows). I ended up just learning basic HTML and making my bookmarks in a handful of interlinked files. Totally universal, fully customizeable, and available on any platform with a browser (where you would need to use the links anyway). I could go on and on but I will try to get back on the topic of Project Management. Around the same time I started thinking that text files were the answer to data portability, I was also becoming aware of (what I now think is) the best tool I have ever found for editing text, Emacs. And then when I discovered Orgmode, it was all over. :D Now, remember that the underlying file remains simple plain text, but Orgmode gives you: outlining (nested levels, etc.) tagging hyperlinks (to urls as well as local files, certain locations in other files, emails(!), etc.) small tables / spreadsheets (including math!) right in the middle of your notes [1] TODO functionality time / date stamps, timers, etc. functional (!) code blocks [2] full text search and many more Note 1: This is an incredibly useful and often used feature for me. See around 6:03 in the first, or 6:57 in the second video, below. Note 2: What this means is you can put some code of a certain type in a code block, open the code block in a mini editing mode for that particular language (including syntax highlighting, completion, etc.) and even execute the code. Pretty far out. Also very useful for code snippets of Arduino (which is just C++ really), or anything else, really... See 12:40 in first video. Well, I didn't really "get it" until I had watched a couple videos: This video is longer, but was one of the ones that convinced me (actually I think I only got like halfway in before my mind was so blown that I had seen enough and was convinced :D ) : https://www.youtube.com/watch?v=SzA2YODtgK4 Here is a shorter one that you may prefer instead: https://www.youtube.com/watch?v=fgizHHd7nOo Although I recommend eventually watching them both (if/when you have time). You can then go on to synchronize your files using something like Syncthing across all your devices, or if you prefer, self hosted Git as you mentioned (I use either/both, depending on nature of the information) as they are just text files at the end of the day (perhaps with some linked related design files, etc.). I think it may be the only software I have ever used where I have yet to run into any sort of limitation. Not only that, but by now (a couple years in) I have even started writing some (rudimentary) Lisp functions to do custom things the way I like. For instance I made myself a "photo tagging mode" that operated exactly the way I wanted. I think this is because (almost) the whole thing (Emacs) is written in Lisp, and therefore is extensible. And as you can imagine, when you put this sort of tool into the hands of hackers and give them 40+ years(!) to hack on it, well you can imagine what they can and have come up with. It is sort of a running joke that Emacs is more of an "operating system" or "environment" than a "text editor" but it is also very true. :D I have not looked for specific additional tools for Project Management as you ask for, per se, within Emacs because I have not felt the need for them, personally. However, if you look around, it would not surprise me at all if you found something that may tickle your fancy... Now there is a famous learning curve, and I will not deny this. I took me several times coming across information about Orgmode before I became interested enough to take the plunge. And then it took me a couple/few attempts to get off the ground with Emacs (you might find the basic navigation "weird" at first by modern standards, but now that I am used to it, I actually have my entire OS set up to work this way [3]). Anyway this is a fair criticism.[4] But now that I am over that initial hump, I feel like there is pretty much no situation that I cannot accommodate within this system I have learned. So I view it a a worthwhile tradeoff of my time for a very, very powerful tool that can do, well, pretty much whatever I can imagine. And Orgmode is just the "killer app" or "gateway drug" into Emacs... There is a ridiculous amount of other things you can do with it... Note 3: Yes! This is possible in XFCE(!) Note 4: If anyone is interested, I can give some pointers. Basically, sit down when you are not in a rush to produce some results "right now" and therefore in a proper mindset to learn. Like a weekend morning, or something like that. Get yourself a nice cup of coffee or your favorite beverage and start working through the built in tutorial inside Emacs. It really is great and gets you going starting from zero by baby steps.
  • Multiple relay arduino nano

    4
    0 Votes
    4 Posts
    318 Views
    S
    @hakha4 said in Multiple relay arduino nano: Hi Or use a Mcp23017, 16 extra pins and only sda/scl pins from Arduino (I have a functioning sketch for this including reading multiple ds1820 sensors that can be used as a template. Let me know of you want this) Regards Håkan ds18x20 need 1 pin for up to 255 sensors(can't remember exactly but more than practical). @robert said in Multiple relay arduino nano: Hi. I would like to connect an 8 channel relays to arduino nano. I use rs485 communication. Rs485 uses pins 2,8,9. How to make 2,3,4 used? I miss pins. Thx. Without knowing what else you're using it's impossible to know how to help you. but you may use A0-A7 as digital outputs too.
  • The rules made in the controller saved on the gateway?

    3
    0 Votes
    3 Posts
    237 Views
    mfalkviddM
    @tjog the gateway does not remember anything, regardless if you have a controller or not. Nodes can be programmed to remember their state. The example with rotary encoder at https://www.mysensors.org/build/dimmer does that if you want something to base your sketch on. Note that the first example on that page does not store state; it relies on a controller instead. Not sure what you mean by rules, but if you enter rules in your controller they will most likely depend on the controller being available.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • NEMA 11 stepper motor, one phase down

    1
    0 Votes
    1 Posts
    181 Views
    No one has replied
  • Upgrade from 2.3.2-beta to stable 2.3.2

    5
    0 Votes
    5 Posts
    452 Views
    H
    OK, I am back now. Mission accomplished. Stable 2.3.2 applied. Radio connection is back.
  • Secuenciador de luces para escalera

    3
    0 Votes
    3 Posts
    315 Views
    M
    @marcossu Podría buscar el siguiente texto a través de Google: illuminate steps when people walk the stairs Aquí hay un ejemplo: www.instructables.com/id/Motion-Activated-Stairs/ pero hay varios. But as Yveax already has said - this is an English speaking forum so please use this language.

17

Online

11.8k

Users

11.2k

Topics

113.2k

Posts