Git Product home page Git Product logo

Comments (3)

mogar avatar mogar commented on September 6, 2024

The AFSK_SerialMessenger app was originally built to support APRS, which has a maximum packet size of 256 bytes. We'll be leaving the official library as is for this reason.

It should be possible to update the code to support larger packet sizes, but there will be a lot of bookkeeping variables to changes. In particular, there are a variety of counter variables (like currentByte) in packet.h that are defined as uint8s. Those would need to be changed to larger variable sizes. I haven't tested this, so you may run into some other issues as well.

The main limitation probably has less to do with the HamShield library than with hardware. I'm not sure you'll be able to hit 10k chars in a packet if you're running this on an Arduino. The Arduino Uno only has 2k of memory in the first place. If you used a Raspberry Pi, you shouldn't be hardware constrained. For details on that, see here: https://github.com/EnhancedRadioDevices/HamShieldPy (you'll still have to modify the library to get this to use higher packet sizes)

from hamshield.

gbaranedavid avatar gbaranedavid commented on September 6, 2024

from hamshield.

gbaranedavid avatar gbaranedavid commented on September 6, 2024

Also, just recently, we got the raspberry pi zero w integrated with our hamshield mini,'
Pulled the source codes and examples on python for raspberry pi including all requisite configuration but we noticed that you don't have an implementation of your AFSK_SerialMessenger in the python implementation as is in arduino C language implementation; the only examples available in your hamshieldpy library are below:

AppSerialController.py
ArduinoLikeExample.py
CTCSS.py
DTMF.py
FMBeacon.py
FoxHunt.py
HandyTalkie.py
Morse.py
SSTV.py

Is there an equivalent implementation of your AFSK_SerialMessenger in python for pi zero w?

If yes or no, please point us in the right direction.

Thanks you very much

from hamshield.

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.