Search results

  1. D

    Best Arduino Starter Packaged Kits on Amazon. (also what about "Rasbery Pi"?)

    T and/or Gas sensor for fire alarm .... Current sensor for supply monitoring..... Just google "sensors", jillions of hits.
  2. D

    Speaker output ohmage without information.

    Some insight into speakers - https://drive.google.com/file/d/1503ED8PpvkjCf5S2kVfNTXz6M0-Vrn6L/view?usp=drive_link
  3. D

    Kamal Hinduja : How do I connect a DHT11 temperature sensor to an ESP32 and display the data on a web server?

    To add board support packages and libs, the newer IDE 2.3.6 has icons in left col, here highlighted boards, where you can select ESP8266 or ESP32 to add to the IDE. The icon that looks like "books" just below board is libs for sensors, other tasks, again where you select what you want and...
  4. D

    Kamal Hinduja : How do I connect a DHT11 temperature sensor to an ESP32 and display the data on a web server?

    There is a bit of a minefield in Arduino Web Projects. Many will not compile due to latest release changes in IDE. So be mentally prepared to getting workable lib versions for use in project. Many projects dont state particular version of the lib they are using....... One has to get used to...
  5. D

    Charging Li Ion batteries.

    LiOn batteries have significant SAFETY ISSUES. I place packs outside, rain protected, to charge using battery recommended charger. Trust from all the LiOn fires I see on news make me very cautious. A properly design charger detects pack T and manages based on that, current and V. So janky...
  6. D

    Best Arduino Starter Packaged Kits on Amazon. (also what about "Rasbery Pi"?)

    https://support.arduino.cc/hc/en-us/articles/9350551575964-What-s-the-difference-between-UNO-R3-and-UNO-R4-boards
  7. D

    Best Arduino Starter Packaged Kits on Amazon. (also what about "Rasbery Pi"?)

    I have been using them for > 5 years now, I give them a 4.8 out of 5 rating. Purchsed everything from simple jumper wires to instrumentation and had very good results. I also, when looking for price, use aliexpress.com Not necessarily as good a quality as Banggood, eg. soldering on modules...
  8. D

    Best Arduino Starter Packaged Kits on Amazon. (also what about "Rasbery Pi"?)

    Read the ads carefully but my experience is a flash deal is a one time immeadiate purchase price for whats being shown. Not expert here I think you can open a chat and they can give you a link to the definition of a flash deal. I bought a sensor collection years ago and it was quite low. The...
  9. D

    Best Arduino Starter Packaged Kits on Amazon. (also what about "Rasbery Pi"?)

    Consider buying a sensor assortment kit and seperately a UNO board.... https://www.banggood.com/search/arduino-uno.html?from=nav https://www.banggood.com/search/sensor-kit.html?from=nav https://www.banggood.com/search/jumper-kit.html?from=nav...
  10. D

    Basic LED blinker Circuit help

    There are circuits and design discussions in attached books and ap notes for the 555 timer. https://annas-archive.org/search?index=&page=1&q=555+timer&sort= Regards, Dana.
  11. D

    110v AC pulse on/off device

    Post on wrong thread, deleted. Regards, Dana.
  12. D

    110v AC pulse on/off device

    Something like this - mBlock block config generates code that you use to program small Arduino board. So : 1) Buy Arduino Nano board, its ~ $3 2) Download and install mBlock and Arduino IDE, free. 3) Buy SPDT switch to control input to D5 on Arduino board to switch pin D5 to ground or 3.3V...
  13. D

    help with proportional valve 10 to 24v

    So you want to translate 0-10V to 0 - 24V ? A simple OpAmp circuit can manage that. But you need a power interface to the OpAmp I gather, and protection for driving inductive load (the valves) ? This will help calculate basic level translator circuit ...
  14. D

    Palasmb for xp software

    https://en.wikipedia.org/wiki/PALASM https://archive.org/search?query=palasm https://bitsavers.org/components/mmi/ https://bitsavers.org/components/mmi/palasm_pleasm/program/
  15. D

    Using 2 C005 Timer modules for an on-off timer switch, alternatives for timing, low power?

    What accuracy goal do you have for your timing, and range of timing needs, hours, minutes, years.... ? Does timer have access to internet to get internet time, then go to sleep ? Do you need xtal controlled accuracy ? Goals for power consumption ? Do you need to debounce mechanical switches...
  16. D

    Hacking the op amp...

    If you take a high res pic of top of package, save it as bitmap, we can use photo editing tools to do edge detection and extract the markings on its top, possibly...... Regards, Dana.
  17. D

    Traffic

    So anything from one traffic light on to all 3 on ? When a light comes on, a new random value, how long to stay on ? Can you write code, build prototypes ?
  18. D

    Price versus quality

    I wont "push" anymore on PSOC as it would take a couple of videos to watch to learn how to navigate. But its largely drag and drop, drag a resource out of its catalog, like a gate or a flop or a pwm, drop onto schematic, dbl click, set its parameters if any. The using simple wiring wizard wire...
Top