Update 05/16/ How to design arc lighter? (powerbank 5 V)

Update 05/16:
Did some building and roasted two electrical lighters. Am kinda at the point where I'll just want to build my own, though there being some tutorials on the web, they are sadly not including any way of calculating and designing one for yourself.
Does any of you can point me in the right direction? As much as I know is, that I'll need a DC-AC inverter and some high step up transformer.

EDIT: Fixed Diagram Relay labeling

Hi folks,
first time posting here and tinkering with anything Ardu.
Please have a quick look, if you spot anything wrong or can give some advice.

Notes & Questions:

  • Will the Nano be fine being parallel to all and being powered via 5 V i/o?
  • Is it wise to connect the electric lighter, which is likely to be powered by a 1s LiPo (3.7V), directly to the 5V?
  • Adding a parallel load resistance, if the quiescent current isn't enough to prevent the powerbank's auto shutdown.
  • Would there be enough room to add an additional led strip and a sound module?

Enough babbling, here's the diagram:

EDIT: Fixed Relay NC to NO

Button 1 triggers the servo and arc lighter via GPIO pins
Button 1 triggers the servo via GPIO pin

The specs:

Arduino Nano

Powerbank: Intenso Powerbank XS 5000 (no link, limited to 2)

Output

  • USB-A + USB-C
  • 5000 mAh: 5V - 2.1A total

Input

  • microUSB + USB-C
  • 5000 mAh: 5V - 2.1A

Arc lighter: RONXS Lighter, USB Rechargeable
Black Box, Probably driven by 1s LiPo (3,7 V)

Servo: Miuzei 9G Micro: Servo (no link, limited to 2)

  • 9g Mini Servo : The micro servo is tiny and light - equipped with metal gear. high output, high quality and high cost performance.
  • Size: 23mm12.2mm29mm(LWH) with 250mm cable length. Weight: 9G*5pcs.
  • Operating Voltage: 4.8V~6.0V, Control Angle: 180°(500~2500usec),
  • Operating Temperature:-25℃~55℃
  • Amplifier type: Analog control, Dead zone setting: 8 usec. Operating speed: 0.09sec/60° (4.8V); 0.08sec/60° (6V).

Relay: 1-channel relay module, 5V, with optocoupler, supports high and low level trigger, for Arduino (GER Amazon Link, specs are translated below)

  • Type: 1-channel relay module with optocoupler and high or low level control
  • Working voltage: 5V
  • Module Size: 50x26x18.5mm / 1.97x1.02x0.73 inch (LWH)
  • Quiescent current: 5mA
  • Maximum current: 190mA
  • Tripping current: 2-4mA
  • Trigger Voltage (Low): 0-1.5V
  • Trigger voltage (high): 2.5-5V
  • Power indicator: Green
  • Relay Status Indicator: Red
  • 4 mounting screw holes, bore 3.1mm/0.12in, pitch 44.5x20.5mm/1.75x0.81in
  • Delivery content:
  • 6 x 1-channel relay module
  • Module interface:
  • DC+: connected to the positive pole of the power supply
  • DC-: connected to the negative pole of the power supply
  • IN: can control the relay to pull the level high or low
  • Relay output:
  • NO: The relay is normally open, the relay is stuck before suction, and the short circuit is connected to COM after suction.
  • COM: Common relay interface.
  • NC: The relay normally closes the interface, and the relay is short-circuited before the intake is closed.
  • High and low trigger selection:
  • -It is a low level trigger when the jumper is connected to the LOW pin.
    • It is a high level trigger when the jumper is connected to the HIGH pin.

How much current does it draw?

At first glance, things look okay.

Suggest you place a Transorb (surge protection) across 5v to GND and maybe add some de-coupling capacitance too, 100nF.

2 Likes

Couldn't test that yet, as I sadly fried my last lighter during experimentations before measuring anything...
The LiPo had 170 mAh so maybe max. 50 mA?

1 Like

BTW

Congratulations for following the posting guidelines.

3 Likes

Why not just use a dry contact in parallel with your lighter switch :thinking:

Do you mean directly connecting button 1 with HIGH (IN) on the relay?

Looks good.
I suggest you get rid of the 10k resistors and connect the buttons between input and 0V, use input pullup and reverse the logic for reading the buttons. This is the normal way to read a button or switch.

2 Likes

Maybe I misunderstand you here, but I think that's how I wired it.
I added to your sketch the labeling from the diagram.
Note that I changed NC to NO, as I mislabeled that.

Sweet, didn't know about that

Could you roughly sketch how to wire the transorb and the decoupling?

1 Like

Oh wow, you're an absolute champ. Thank you!
Now I also have a reference for nice diagrams :slight_smile:
Ah, now I understand what you meant. Instead of getting rid of the button on the lighter, just use the relay in parallel. Yep, that makes sense. :+1:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.