BLE without USB?

Hi.  I apologize in advance if this question is in the wrong place or is too elementary for this location/audience.  I have prototyped a product using two Nano 33 BLE arduinos which are "based on" the NRF52840 board.  It's for a wearable product that needs BLE and the two boards draw between 15 mA and 20 mA each which is too much for my use case.  I have read that the USB port on an arduino is responsible for most of its power consumption, perhaps all but 1mA.  So, my question:  Is there a board that I can purchase for a production product that is like a Nano 33 BLE arduino without the USB port, and is programmable either via BLE or via an existing pin (maybe the SWD pin)?

Related