Giter Site home page Giter Site logo

Radio schematic about avionics14 HOT 2 OPEN

cuspaceflight avatar cuspaceflight commented on September 9, 2024
Radio schematic

from avionics14.

Comments (2)

adamgreig avatar adamgreig commented on September 9, 2024
  1. I don't believe those are the same radio modules - they are RFM12Bs and you have ALPHA-TRX433S. So it's probably not useful to look at how they connected them.
    From the datasheet from your radio it looks like it should be possible to just use the SPI bus to send and receive data as well as configuration, but this might be trickier to set up (you have to enable and write to the relevant buffers). Additionally you'll probably want at least pin 4 connected to a GPIO so you can respond to the internal buffer becoming full. It's not clear if you also need to drive pin 3 to "select" the FIFO (the datasheet is not clear on the matter).

  2. The microcontroller has built-in pullup and pulldown resistors on every pin that you can turn on programmactically, so the resistors are only required if it's essential that those signals are defined before the microcontroller can initialise. In this case it should be fine to use the builtin pullups.

from avionics14.

boyuanxiao avatar boyuanxiao commented on September 9, 2024

Thanks for your reply. I've changed the schematic based on an example from RF solutions http://goo.gl/g2blzq, they have pin 4 connected to a IO pin as you've suggested, pin 3 (presumably FIFO select) is pulled up as is reset (pin 6) and the clock output (pin 5).

from avionics14.

Related Issues (8)

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.