Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev096 - 433MHz transmit code #478

Merged
merged 3 commits into from
Jun 16, 2015
Merged

Dev096 - 433MHz transmit code #478

merged 3 commits into from
Jun 16, 2015

Conversation

mikewen
Copy link

@mikewen mikewen commented Jun 11, 2015

Hi There,

I ported 433MHz transmit code from RCSwitch project.
(For my NodeUSB project.)

Hopfully I can find some free time soon to add receive part.

  • Mike,

@klukonin
Copy link
Contributor

I think gpio.serout is the best solution for protocol emulation.
Never mind 433Mhz or IR protocol.

vowstar added a commit that referenced this pull request Jun 16, 2015
Dev096 - 433MHz transmit code
@vowstar vowstar merged commit 9b77281 into nodemcu:dev096 Jun 16, 2015
@pastukhov
Copy link
Contributor

@mikewen Can you provide some lua examples?

@mikewen
Copy link
Author

mikewen commented Jun 17, 2015

It is very simple to use, just one line of code:
rc.send(gpioPin, code, codeBits, PulseLen, Protocol, Repeat )

Lua code likes like that:
rc.send(4,267724,24,185,1,10)

I only ported transmit code so far, so you need use Arduino to read the
433MHz code first.

On Tue, Jun 16, 2015 at 1:12 PM, Artem Pastukhov notifications@github.com
wrote:

@mikewen https://github.com/mikewen Can you provide some lua examples?


Reply to this email directly or view it on GitHub
#478 (comment)
.

@pastukhov
Copy link
Contributor

Thanks!

@ripper121
Copy link

Do you found the time to complete the Receive Part?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants