AdrianCX / pico433mhz

Simple raspberry pi pico 433mhz receiver/transmitter controlled via http
MIT License
75 stars 12 forks source link

help with my code #1

Closed projetoarduino closed 2 years ago

projetoarduino commented 2 years ago

Hello, I'm using your code but it doesn't deliver an address (id), so I started working on some modifications to a code that I already used in the arduino, with this something that looks like an address, but the Anti-Code that would be the 1010 at the end or beginning of the code is not valid and I can't extract the data or button1 and button2.

Would you help me ?

https://github.com/projetoarduino/rf433-ht6p20-micropython

AdrianCX commented 2 years ago

Just some notes that might help you get advice.

  1. You'd be better off posting on reddit and getting help from a community, if you're using raspberry pi pico - old.reddit.com/r/raspberrypipico/

For that, you could write up a page same as I did with all components and how they are wired plus code you have tried. This is just so someone can replicate if they are curious, or to see if there's any obvious wiring issue. I would look there to see if proper GPIO port is used, if 3.3v or 5v is wired properly, antenna, if it's soldered properly, etc.

  1. What have you tried so far to debug?,

For example how does the received signal look like? (you could plot it to see its timings and properties, one such example that does that: https://www.instructables.com/Super-Simple-Raspberry-Pi-433MHz-Home-Automation/ )

You could also use something like this which is pretty mature to figure out things: https://github.com/merbanan/rtl_433

  1. Some ideas on the project above which might help you .
AdrianCX commented 2 years ago

Closing since no reply and this isn't a bug but more of a support request and info provided