User Tools

Site Tools


project:nighthawk

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
project:nighthawk [2026/01/22 04:50] – ↷ Page name changed from project:voideye to project:nighthawk wikaraiproject:nighthawk [2026/03/24 22:28] (current) – external edit A User Not Logged in
Line 1: Line 1:
-====== The Void-Eye: Low Cost, High-Power 850nm IR Thrower ======+====== The NightHawk: Low Cost, High-Power 850nm IR Thrower ======
  
 This project creates a high-intensity **850nm Infrared** searchlight designed to provide a massive "throw" for night vision cameras. Unlike cheap multi-LED arrays, we use a single high-power **Osram OSLON Black** die and a large aspheric lens to focus invisible light into a tight, long-range beam. This project creates a high-intensity **850nm Infrared** searchlight designed to provide a massive "throw" for night vision cameras. Unlike cheap multi-LED arrays, we use a single high-power **Osram OSLON Black** die and a large aspheric lens to focus invisible light into a tight, long-range beam.
  
-The "Void-Eye" turns pitch-black woods into a daytime scene on your camera screen while remaining discrete to human observers.+The "NightHawk" turns pitch-black woods into a daytime scene on your camera screen while remaining discrete to human observers.
  
 {{ :project:osram-black-ea.png?400 |}} {{ :project:osram-black-ea.png?400 |}}
 <html><center>Osram OSLON Black - <b>~3.5W</b></center></html> <html><center>Osram OSLON Black - <b>~3.5W</b></center></html>
- 
-===== IR-Sensitive Camera Modules ===== 
- 
-Standard cameras block infrared light to mimic human vision. For this project, you must use a **NoIR** (No Infrared) sensor. These sensors are wide-open to the 850nm spectrum, allowing your flashlight to act like a massive invisible floodlight. 
- 
-^ Camera Type ^ Sensor ^ Best Use Case ^ Est. Price (CAD) ^ 
-| **Arducam OV5647** | Omnivision | Budget builds; very common/replaceable. | ~$15.00 | 
-| **Sony NightShot** | Various CCD | Vintage camcorders; best for "zoom" spotting. //(No DIY required)//| ~$30.00 (Used) | 
-| **RPi Module 3 NoIR**| Sony IMX708 | High-res handhelds with **Autofocus**. //(Recommended DIY Choice)//| ~$35.00 | 
-| **ELP USB Module** | Sony IMX323 | Plug-and-play for Android/Laptop use. | ~$45.00 | 
-| **RPi HQ Camera** | Sony IMX477 | **Full Spectrum.** 12MP large sensor. Removable IR glass, C/CS mount lenses.| ~$75.00 | 
  
 ===== Thermal & Power Profiles ===== ===== Thermal & Power Profiles =====
Line 26: Line 15:
 | **Low (Scouting)** | 350mA | ~8.5 Hours | Passive (Minimal metal) | | **Low (Scouting)** | 350mA | ~8.5 Hours | Passive (Minimal metal) |
 | **High (Search)** | 1.5A | **~2.0 Hours** | **Heavy Heatsink Required** | | **High (Search)** | 1.5A | **~2.0 Hours** | **Heavy Heatsink Required** |
 +| **Flash (Ext. Camera Trigger)** | 5.0A | N/A | **1-10ms @ ~17W** | 
  
 ===== The Shiny Bits (BOM - Custom Build) ===== ===== The Shiny Bits (BOM - Custom Build) =====
Line 47: Line 37:
 If you prefer to find a pre-made nest for your electronics, these "hosts" are excellent for gutting. If you prefer to find a pre-made nest for your electronics, these "hosts" are excellent for gutting.
  
-==== The "Aspheric Scavenger" (T6 Zoomie, spot/floodlight) ====+==== The "Aspheric Scavenge" (T6 Zoomie, spot/floodlight) ====
 Commonly sold as the **"A100" or "XML-T6 Focusable"** on Amazon/AliExpress for **~$12.00 CAD**. Commonly sold as the **"A100" or "XML-T6 Focusable"** on Amazon/AliExpress for **~$12.00 CAD**.
   * **The Good:** It already includes the **Collimating Lens** and a sliding head.   * **The Good:** It already includes the **Collimating Lens** and a sliding head.
Line 61: Line 51:
 The LD06AJSA driver is a "buck" style linear regulator. It ensures the LED gets exactly 1.5A even as the battery drops from 4.2V to 3.2V. The LD06AJSA driver is a "buck" style linear regulator. It ensures the LED gets exactly 1.5A even as the battery drops from 4.2V to 3.2V.
  
-<code> 
-[ FINAL OPTIMIZED CIRCUIT: THE SHADOW-PIERCER ] 
- 
-             ( + ) Li-ion 18650 Battery 
-                 [ 3.7V - 4.2V ] 
-               | 
-      +--------+----------+ 
-      |                   | 
-      |                [SWITCH] 
-      |                   | 
-      |         +---------v---------+ 
-      |            [ CE / EN ]    | 
-      |                           | 
-      +-------[VIN+]    LD06AJSA    | 
-                |     LED DRIVER    | 
-      +-------[VIN-]                | 
-      |          [LED+]   [LED-]  | 
-      |         +----+-------+------+ 
-      |              |       | 
-      |              |       | 
-      |            ( A )   ( K ) 
-      |          [ OSRAM IR LED ] 
-      |             ( 850nm ) 
-      |                | 
-      +----------------+ 
-</code> 
  
-==== Extra Feature: Custom Brightness Controls ====+== Optional Feature: Brightness Control ==
  
 The current is set by the resistance between the **ISET** pin and **Ground**. On your board, this is currently handled by a tiny blue "trimmer" potentiometer. By desoldering it and wiring in an external knob, you gain control over the intensity. The current is set by the resistance between the **ISET** pin and **Ground**. On your board, this is currently handled by a tiny blue "trimmer" potentiometer. By desoldering it and wiring in an external knob, you gain control over the intensity.
Line 132: Line 96:
   * **Step 4 (The Knob):** Solder the other end of that resistor to the **Center Pin** of your 1k Potentiometer. Solder a wire from the **Left Pin** of the Potentiometer back to the **Ground (VIN-)** pad on the driver.   * **Step 4 (The Knob):** Solder the other end of that resistor to the **Center Pin** of your 1k Potentiometer. Solder a wire from the **Left Pin** of the Potentiometer back to the **Ground (VIN-)** pad on the driver.
  
-**Why 1.2k?** The formula for this driver is $I = 1800/R. To hit exactly 1.5A, you need 1200 Ohms. +**Why 1.2k?** The formula for this driver is //I = 1800/R//. To hit exactly 1.5A, you need 1200 Ohms. 
   * **Knob at Max:** 1.2k (Safety) + 0 (Pot) = **1.5A (Turbo)**   * **Knob at Max:** 1.2k (Safety) + 0 (Pot) = **1.5A (Turbo)**
   * **Knob at Min:** 1.2k (Safety) + 1.0k (Pot) = **~820mA (Scouting)**   * **Knob at Min:** 1.2k (Safety) + 1.0k (Pot) = **~820mA (Scouting)**
Line 145: Line 109:
 ===== Closing Thoughts ===== ===== Closing Thoughts =====
  
-The Void-Eye is a powerful tool for territory observation. +The NightHawk is a powerful tool for territory observation. 
 Measure your currents, keep your connections tight, and keep your bits shiny! Measure your currents, keep your connections tight, and keep your bits shiny!
  
 Caw for now! Caw for now!
project/nighthawk.1769086238.txt.gz · Last modified: (external edit)