Replies: 6 comments 15 replies
-
You'd need hardware capable of sending FSK. Could be some SDR with TX or dedicated tranceivers like a CC1101. |
Beta Was this translation helpful? Give feedback.
-
Thanks for answering. I'm just entering 433MHz wold thus my questions might be very basic. Could you give few example of those SDRs with TX you would recommend to work with rtl_433 project? Does any DVB tuners have the possibility to "produce signal"? Sth like: https://pl.aliexpress.com/item/1005006420997014.html I'm using it for recording 433MHz and it works surprisingly well. What about SDRs like this https://pl.aliexpress.com/item/1005005952566458.html ? With CC1101, I've never seen it in USB version to be connected to laptop. Sure you can use usb-rs232 interface but it will not be very stable "mechanically". I mean it might not be convenient to be use longer with laptop unless you will put everything in nice box and solder permanently. Will rtl_433 work without problems with CC1101 connected via usb-rs232 interface? |
Beta Was this translation helpful? Give feedback.
-
Sure I know that rtl_433 has no TX capability. But when buying I would like to buy sth which will work with rtl_433 in read mode and later I could try to find some other projects (plus perhaps modify them) to use the same device in write mode. Do you perhaps know any fork rtl_433 projects which work with CC1101? |
Beta Was this translation helpful? Give feedback.
-
Ok I bought device with RTL2832P https://pl.aliexpress.com/item/1005001812444617.html and it works much worse than the one with RTL2832U https://pl.aliexpress.com/item/1005006385049099.html This P is loosing many messages which were read without problems with U. Moreover with P I have quite often messages which I didn't notice in case of U version.
I tried using The only thing which helps a bit is to reduce the antenna length but it still gives worse results than in case of U version. Is that more antenna problem or this new device has much worse radio reception or might it be that rtl_433 code is missing sth for this new version, some kind of automatic signal leveling etc.? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
It might be that P is more noisy. But with P I'm missing more or less 50% of correct messages which I was able to catch without problems with U. Thus it suggest that P might be so noisy that it cannot read the correct messages. Ex. if tpms sensor repeat the same message 4 times, I get ex. repetition 1 and repetition 3 only. Wile with U nothing missed. Sure in the same conditions. I can't compare two in the more detailed way as you suggest, as U was borrowed and I don't have it any longer. I bought P for myself and it seems it was not the best idea. I'm only not sure if it's purely hardware problem or P might have sth slightly different in software part and it requires ex. some additional parameters when being used...? |
Beta Was this translation helpful? Give feedback.
-
Hi!
By default in rtl_433 project we use receivers to analyse TPMS data. I was wondering how complicated it would be also to generate messages to be sent to tpms module. Something like tpms sensor(s) simulator.
Which device could be then used for receiving/transmitting data? Which one would you recommend?
Do you know any project which could be some kind of example for transmitting tpms data (simulating tpms sensors)?
All links would be welcomed.
Beta Was this translation helpful? Give feedback.
All reactions