Giter Site home page Giter Site logo

circuitpython_sx1280's Introduction

๐Ÿ›ฐ Hi!

I build electronic systems for harsh environments (like space).

Everything is open source, so check out PyCubed, KickSat-2, V-R3X, or PY4 missions for more details!

๐Ÿ›  Like prototyping electronics?

Check out my soldering tutorial used in Stanford's EE department, Or build a SAM32, a "swiss-army knife" for embedded projects

circuitpython_sx1280's People

Contributors

maholli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

circuitpython_sx1280's Issues

Error transmiting info between transmitter and receptor with sx1280

Good afternoon,
I am using your library for the sx1280 module implemented in a LAMBDA80-24S module from rfsolutions, this is connected by spi to a raspberry pi 3, the scheme is the same for sender and receiver.
When sending information and later receiving it I am having an error, I send an bytearray b'\x02' and the receiver always receives b'\xab' regardless of the bytearray I send. If I send two bytes (b'\x02\x02') the receiver receives two bytes but always b'\xab\xab'.
Can you help me?

Minor issue when relaying with multiple radios

When a message is sent out, it can reach both the target and a relay radio. Sometimes it gets caught up with the relay radio instead of the target radio as they get the message at the same time, and send it back at the same time. Causing an overlap with radio communication. A planned fix is

  • Send out to target radio.
  • If nothing is returned we will send out a relay message
  • This would work, but it would be a lot of extra code cause there will have to be a system where relay radios would have to ignore the first message instead of relaying it (all the while seeing if it was meant for it). Plus, in an ideal world, it would connect to the radio directly and not get caught up as you would often try sending the message multiple times if it wasn't able to connect the first time.

Picking up the Library

Do you have any results for testing as far as what is currently working as expect or what is currently not working? I'm trying to compare to other libraries in different languages, and having some issues following each steps.

Thanks.

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.