https://github.com/devel0/iot-wire-tracker-tx
Crude replacement for a damaged wire tracker tx module
https://github.com/devel0/iot-wire-tracker-tx
arduino tool wire-tracker
Last synced: about 1 month ago
JSON representation
Crude replacement for a damaged wire tracker tx module
- Host: GitHub
- URL: https://github.com/devel0/iot-wire-tracker-tx
- Owner: devel0
- License: mit
- Created: 2021-08-13T01:37:24.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T02:51:16.000Z (almost 5 years ago)
- Last Synced: 2025-02-07T16:14:56.343Z (over 1 year ago)
- Topics: arduino, tool, wire-tracker
- Language: C++
- Homepage:
- Size: 731 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iot-wire-tracker-tx
* [Description](#description)
* [Usage](#usage)
* [Notes](#notes)
* [Prototype example](#prototype-example)
* [How this project was built](#how-this-project-was-built)
## Description
Crude replacement for a damaged wire tracker tx module.
Generates a square signal train ( 50% duty ) on pin 9 suitable for a wire tracker receiver with follow train sequence:
- 50ms @2500 hz
- 50ms @833 hz
- 50ms @625 hz
Signal will completely disabled if red/black wire shorts due to triggering on pin 2 ; it will restart when short removed.
[schematic](https://oshwlab.com/lorenzo.delana/iot-wire-tracker-tx)


## Usage
example:
| **tx side** | **other side** |
|---|---|
| cable_txred | cable_unk1 |
| cable_black | cable_unk2 |
| | ... |
| | cable_unkX |
:warning: **Warnings** :
- ensure no voltage present on cables either for the tx side and other side cables
- connect cable_txred to the pin 9
- connect cable_black to the 10k resistor that in turn connects to GND
- go to the other side with the wire tracker rx tool ( not provided ) that amplify into a speaker detected signal moving the point on wires
- two wires ( corresponding to the counterpart cable_txred and cable_black ) produces high volume on speaker
- counterverify if cable_unk1 e and cable_unk2 are those searched by connecting them together and if the speaker stop this mean that they are those matching source tx. during this phase the arduino led will blink fast.
- place a mark on two wires matched
- **important** : go to the tx side and disconnect cable_txred, cable_black before to reapply any voltage on cables or tx module could get damaged
## Notes
- 10k resistor allow to safely short circuit between red, black wire to cancel the signal in the counterverify step without destroy the pin9 port because of high level output while connects to gnd ( black cable )
## Prototype example

## How this project was built
- from platformio / projects / new selecting arduino nano (new bootloader)
- from platformio / libraries / added TimerInterrupt