I built a small workshop in my apartments basement but the original lighting setup was to small and not sufficient for my prototyping needs. I decided to build myself a nice bright LED panel out of some left over parts - a sheet of aluminum for heat transfer, a view meters of a LED stripe and a 24V power supply. And here I stopped working on it and switched it on and off by pluggin and unplugging the power cable for a year now.
New sensor - new opportunityI have always been fascinated by radar technology - it somehow has some dark magic touch to me. But it was also pretty hard to work with it since its software and electronic design was quite challenging. Recently I heard about a new 60GHz sensor board from Infineon, the BGT60LTR11AIP shield. This solves all my concerns as all antenna design and raw radar processing is integrated in the radar chip! You directly receive the information of a motion and its direction via a 2 digital pin interface, PD (direction) and TD (motion):
That's sounds too simple and therefore I had to give it a try!
Adding a power stage and DCDC converterOf course you can't switch a 24V LED panel directly with this sensor board.I opened my "box of former projects" and found a smart low side switch (Infineon's BTS3035TF) which seems to be a perfect match. Due to the lack of time I just soldered it on a prototype board.
I didn't want to use a second power supply for the small radar board (input voltage 1.5V-5V) so I also added one of the "commonly used" DCDC step down converters and adjusted the output voltage to 3.3V.
Unfortunately, the radar board shows a LOW signal on the TD pin when a motion is detected so I couldn't connect it directly to the smart switch. I used a small, low cost XMC microcontroller board, the XMC2Go to overcome this problem and added also a dimming function to my light when switching on and off. The Arduino code can be found below.
I just glued all PCBs together and ended with this setup:
I also 3D printed a housing to mount the setup, protect it and fit a barrel connector to connect my 24V power supply.
One of the cool things about radar is that it can shoot through materials. This allowed me to mount the sensor on the backside of my wooden workbench shell - fancy, isn't it?
Comments
Please log in or sign up to comment.