Search results

  1. D

    Inductive load issue (?) makes MCU go hard fault

    The low cost module biz largely driven by Chinese, and the variation of everything from layout (grounds especially), bypassing (no high freq .1 uF ceramic in parallel with bulk caps), and user wiring star versus delta grounds versus chained grounds, coupled with fast processors, inductance, a...
  2. D

    Replacment needed

    https://www.digikey.com/en/products/filter/film-capacitors/62?s=N4IgjCBcpgTAnLKoDGUBmBDANgZwKYA0IA9lANogBsAHAMw0AsIAusQA4AuUIAypwCcAlgDsA5iAC%2BxWAAZG8ZCDSQseIqQohZAOlmxYAAgCtAMVYdukEAFURQzgHl0AWXyZcAVwH4p0kEiQlCiY7JgoDiQCrJJAA
  3. D

    Inductive load issue (?) makes MCU go hard fault

    General recomendations : On relay transient current (typical relay) : As you can see relay current is basically inductive, so not particularly fast. And todays regulators load transient response can manage that demand and stay in regulation, check the transient res- ponse for the one you...
  4. D

    Inductive load issue (?) makes MCU go hard fault

    I assume you are not paralleling the 220/5V supply with the ASM1117 as show in schematic ? A DSO is a terrific tool to look for transients on pins/supplies. One shot level trigger on supply pin, set for ~ .7V above supply + edge, -V at cpu low V - trigger and see what you get. When using DSO...
  5. D

    What N-Mosfet to control a small DC motor

    Found error in mBlock code, set the wrong variable to 200, here is fix :
  6. D

    What N-Mosfet to control a small DC motor

    @beatlerat Attached the mBlock project in case you want to look at it. Just download mBlock, its free, and open it. https://mblock.cc/pages/downloads Regards, Dana.
  7. D

    What N-Mosfet to control a small DC motor

    I figure I know ~ .001% of the worlds Micro knowledge, striving to hit .002%. But clock is ticking on my old fat ass......:)
  8. D

    What N-Mosfet to control a small DC motor

    I think this will work - Coded with mBlock, it takes your block configs and values and converts to Arduino code. I use this for one off simple stuff, otherwise do it in C. Here is the code it produced : // generated by mBlock5 for <your product> // codes make you happy #include <Arduino.h>...
  9. D

    What N-Mosfet to control a small DC motor

    Use the code tags and post code in that popup window. Click on </> in the 3 vertical dot menu to get to the popup window. It look like some of your code outside main loop....? You also dont debounce your button press, should bounce it in, then out, then act on it. If you want to detect...
  10. D

    Making a Smart Agriculture Monitoring System with LoRaWAN

    You have to register over to get board project files .....? https://www.instructables.com/LoRaWAN-Smart-Agriculture-Monitoring-System/ Regards, Dana.
  11. D

    Creating a smart socket and a custom web application for it

    The ESP32 is dual core, you can run main() on one, the server on the other if you choose. Take a look at TUNIOT to do the coding, example server : https://www.youtube.com/playlist?list=PLfPtpZzK2Z_QO8snrdnRTTNtQvLw35Zfc Regards, Dana.
  12. D

    Comparing Motor Starting Methods: Star to DOL vs. Star to Delta

    This might help : https://assets.new.siemens.com/siemens/assets/api/uuid:6ba7593d-d8d0-481c-b029-a5987c11366f/startingmotors-whitepaper.pdf https://www.tmeic.com/sites/default/files/assets/files/library/Application%20Edge-v1i3-Starting%20Large%20Motors.pdf...
  13. D

    3v from a 5v power supply

    LDO Regulator, can get them as fixed output, 3V, 3.3V, use a TO220 type package, simple tab heatsink on it. Read datasheet for bypass considerations, eg. output capacitor type and size. Regards, Dana.
  14. D

    cheap cnc milling machine not controlled by computer

    Your first URL : Not steel. Super low end manual miller (need a drill press) : https://www.amazon.com/xy-table/s?k=xy+table
  15. D

    cheap cnc milling machine not controlled by computer

    Its odd, you ask for a CNC, then insist it not be CNC (Computer Numerical Control), emphasis on no computer. So minder and I have shown you low cost CNC, and you seem to have confirmed that in post #6, is it safe to say NYET to CNC-less machine ?
  16. D

    Push-button as a switch, PCB schematic check

    I would advise you spend some time simulating your circuit. Including adding power supply noise. Examine specs for Lora and Arduino power startup, some processors not well design and have issues with the way power is applied, like ramp rates, completing a ramp (no brownout creation), etc.... If...
  17. D

    Push-button as a switch, PCB schematic check

    How much power do you have to gate ? Seems like an integrated solution with onboard power MOSFET must be out there. One of the advantages of integrated button on/off circuits is glitch free, latching operation, and debounce of mechanical switch so processor startup is clean, meets ramp rate, its...
  18. D

    cheap cnc milling machine not controlled by computer

    LinuxCNC freeware : https://www.linuxcnc.org/ Low cost controller cards : https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=cnc+controller+usb+3+axis&_sacat=0&_odkw=cnc+controller+usb&_osacat=0
  19. D

    My transistor is heating up very much and become failure

    What coil R do you measure with a DVM ? The 2219 is rated for 600 mA, and has a sat V of 1V at .5A. If you relay needed that much coil current the 2219 should have ~ 50 mA of base drive which is totally beyond capability of 741 OpAmp which I limited to a typical 25 mA short circuit current...
  20. D

    How to make mic led display

    Are you trying to speak a phrase ? Spend a little time posting a more thorough description of your project, what triggers it, what it should do. Abbreviations such as "mic" not understandable....is that microphone ? Guess on my part but here is a talking voltmeter solution ...
Top