Coder Social home page Coder Social logo

Comments (3)

cpainchaud avatar cpainchaud commented on July 17, 2024

Hi,

On the paper it would be possible but checking for both devices at the same time will make timings less accurate. Worse, when receiving & processing message through plugins, you would just 'ignore' what happens on the other device.
There could be 'dirty' hacks potentially like using ESP32's second CPU core (each device would be 'looped' and processed in a different core, there are other catches there as well like the fact that Core 0 can be interrupted anytime by other async tasks (wifi, IOs ... etc)
There cleanest way I could be thinking of would be to use an additional & cheap microcontroller, like an ATTiny414 which costs like 50cents, it would be in charge of extracting the timings and send them to UART/Serial, ESP32 would do the signal processing portion.

Is it something you might be interesting to help developing ?

from rflink32.

Adesin-fr avatar Adesin-fr commented on July 17, 2024

Well if it has been in my knowledge, I would have helped to do it, but I never used the second core, and it seems to be a huge task.
It would also require to add some kind of locking to avoid that both cores talk at the same time (to serial, or ser2net, etc..)?
The cheap controller seems a good way , but it would make harder to OTA update the whole thing !

from rflink32.

PE1DDA avatar PE1DDA commented on July 17, 2024

Hello,

I use the original RFLink for many years now and I made a hardware addition (NE555 + CD4066) that switches between the output of a 433 mHz and a 868 mHz receiver every 60 seconds to the input of the Atmega for reading the information of some 433 thermometers and a 868 fine offset weather station. This works fine for me.
My question for you, is there a simple way to make a second input pin on the ESP32 available for a 868 mHz receiver and a software option to have it switch between 433 / 868 inputs with a definebale switch time? I think many users won't mind the timing, nor the none simultaneous checking of the receivers.

from rflink32.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.