Skip to content

insipiens/radar-Siedar-SYD-K1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

radar-Siedar-SYD-K1

Doppler velocity radar

Sketch for basic functionality of the radar with Arduino(tested with mega 2560 pro using Serial1 hardware pins - rcv 18 & trx 19).

These devices are often used in Speed alert signs and traffic monitoring situations.

Radar unit: https://www.aliexpress.com/item/1005001737289310.html?spm=a2g0o.store_pc_allProduct.8148356.1.435677abMe7quh

image

The device can be driven via a basic 12 volt supply, the power used in the device I bought was minimal, less than 100ma @12v. (it has a wider voltage range but 12 volts seems adequate for an extended distance). You will need to ground your microcontroller with the RS485 converter (shown below) input ONLY. No need to ground the input & microcontroller ground directly with the end point [device] - although if powering the device and MC from the same source then common ground is ok.

The A+,B- and ground connected to a MAX13487 chip based converter. This chip uses automatic switching of receive and transmit which avoids the issue of switching from input to output found with MAX 485 chips. The converter can be bought cheaply on Amazon or AliExpress etc.

image

Note: the above RS485 converter does not use common 0.10" pitch - however using headers you can ["persuade" it to] attach to a perforated board for prototyping...

The above RS485 converter also handles 3.3v supply and input so works well if you use an ESP32 based device instead of an Arduino. Always be careful if using qa 3.3v device!

Some notes:

Device can be powered over cat 5 cable @12v (tested 20 metres) Can be sensitive to close electromagnetic interference The range, as advertised, was confirmed. The device works well - even when not in totally clear sight!

Releases

No releases published

Packages

No packages published

Languages