Looking for these things .... Shopping list

Folks, I’ve been living under a rock for a while and am just now back.

1:
I’ve heard of these mm wave detectors/sensors which are (to my understanding) the next generation of PIR sensors.
In that they are WAY MORE accurate for distance and less prone to false triggers.
(EDIT)
Is this the one?

2:
These MOSFET things that convert 3.3v to 5v signal levels.
I want to switch a 5v device from a RasPi output.
They are 3 connection PCB with a/the MOSFET.

Do you sell any of these?
Preferably both. :wink:

1 Like
  1. Yes - the item that you have linked fits that description. But I don’t know if referring to them as the ‘next generation’ is reasonable. The two types of sensors do slightly different jobs with different results, and each has its own place as a sensor.
  2. There are two types of devices that would fit your description. The one you might be talking about is a logic level shifter, where you need to connect the logic signals of two devices but one of them uses 3.3V logic levels (like a Pi) and the other uses 5V logic levels (like a UNO) These are typically bi-directional.
    Logic Level Converter Bi-Directional | Buy in Australia | CE07510 | Core Electronics
    The other is a device that enables a module such as a Pi that uses a logic level of 3.3V to operate a device that needs 5V or higher in order to function, such as a relay or lamp. These devices are unidirectional and can handle a range of voltages and higher current than a Pi can manage.
    MOSFET Power Switch Module | Buy in Australia | CE09733 | Core Electronics
1 Like

Thanks @Jeff105671.

I was merely repeating what I had read about the sensor.

WRT the MOSFET… I only need unidirectional, so I’m guessing the second one should suffice.

1 Like

Bi- or uni-directional is one distinction, but it’s not the important one. The basis for making the selection should be whether the device you are connecting to is expecting to receive a logic signal (such as a UNO) or a higher current control signal (such as a lamp or relay or motor).

1 Like

Ok, thanks for the clarification there.

It is switching a fan/motor.

Pi output (3.3v) to 5v on/off motor of fan.
That is: I think this is the one I want/need:

1 Like

Hi Andrew and Jeff,

Certainly agree, there are great synergies between the two - for the initial detection both sensors could be used for a more reliable result, and mmwave to ensure that a person is still in the space.

For switching a fan on and off that MOSFET board will work perfectly.

Its been a while since I dabbled in mmWave sensors, but we recently got the Rd-03 modules online: Rd-03D mmWave Multi-Human Position Sensor | Buy in Australia | CE10172 | Core Electronics
They supposedly are some of the best-in-market right now (we are yet to test and confirm - but have seen excellent results from other Makers).

Same with the Xiao modules: 24GHz mmWave Sensor for XIAO | Buy in Australia | SS101010001 | Core Electronics

Liam

Hi @Liam.

(Long time)

WRT the mmWave board:
This is for indoor use so when I get up in the morning and walk into a room, it triggers events.

Ok, I’m confused.
Three options.
CE10172
SS101010001
SEN0609

(Just talking)
Problems with them - for now:
They are 3.3v. The board I have is a Node MCU thing and I think it is 5v I/O. :frowning:

The second one (SS101010001) scrolling down they show a bluetooth board.
Ok, fair enough. But that then introduces BT into the equation. RasPi 3B+. I see it has BT available. But will it be COMPATIBLE?
And it would mean another WALL WART plugged in.

Though I guess I could run the power lines from … another board with 5V handy but use BT to connect to the network.

I’ve never done any coding for BT and am not sure what/how I’m going to do on the RasPi end of things.

Hi Andrew
Just butting in here.

My question is why are you concerned by the fact that you have Bluetooth. If you don’t want or need Bluetooth just ignore it. Not doing any harm if you don’t want to use it.
Cheers Bob

1 Like

Well, that board is 3.3v.

The existing board I have is 5v. :frowning:
And I am torn with logic level converters vs. BT.

I could MAYBE put it directly on the RasPi. (All 3.3v levels) but where it is, doesn’t have a good view of the room I want it to monitor.

UPDATE!

This is the board.

(See picture)

It actually may be 3.3v. :slight_smile:

Back to the mmWave board.

I could use this to get it talking to my system?

As I talk MQTT.

I’ll have a read of it and see if I can get the rock (in my head) around how to use it.

Hi Andrew

I think it is just about time you made sure of exactly what levels are needed where before you see some funny coloured smoke.
Cheers Bob

1 Like

Yeah… That’s why I’m asking about using BT as opposed to hard wired.

Liam,

Sorry but the search doesn’t help me.

My last post mentions HLK-LD2410 24GHz mmWave presence sensor and I’m not sure what’s under the hood of the one you mentioned.
(No problems)

But when I search for that I get 53 matches on/in Core’s site.
And there isn’t really anything I can see to help me refine it any more.

So it is a bit confusing.

Mind helping me with this?

It is an ESP8266 and it definitely is 3.3V.

Ummm…

I’m not sure it is.

This is the best info I can get/have.

So I’m not sure if it is ESP-8266 or ESP-12E.

Looking at the big cockroach in/on the picture, it is hard to see and all I could get/see was ESP-12E written on it.

And I’m not sure it is Tasmota compatible either. :sob:

Oh, the screen shot:
That is what I have set to be able to upload to it.

Alas my knowledge is somewhat limited in this area.

The ESP12E is one model within the ESP8266 range (as the selection menu indicates), so it is 3.3V.

Thanks.

So as I have a spare one lying around, I may use it.

Just need to check which detector is the best one to use now.

Ah, the fun never ends with electronics, huh?

:wink:

Hey @Andrew41918,

Another big thing is to check which one has a library/ good documentation to make it easy to use. Currently, I am trying to write one for that RD-03D board and it is proving to be quite a challenge, lots of math on hexadecimal coming through UART.

No promises but if we do get a library written, we will release a guide on it for the Pico with MicroPython and Arduino with C++ (which can be adapted to work on the Pico). We don’t like to say what may lie ahead guide-wise as we don’t want to disappoint, but it was just too good a timing.

The other boards may have good libraries out there as well though!

1 Like

Thanks.

Luckily I am not fixed on using any specific sensor.
I used that one as an example and apologise for not making that clearer sooner.

That is kind of why I asked about the TASMOTA compatible ones.
Core’s search wasn’t helpful when I used it.