M17 standard:
[list]
[*]testing! a lot of testing
[/list]
TR-9 radio:
[list]
[]check doppler effect influence on reception
[]design a case
[]remove 5V voltage regulator
[]dynamically change the clock, we don’t need to run full 216MHz on idle
[/list]
M17 repeater:
[list]
[]add power envelope control
[]finish telemetry website
[/list]
I’m currently re-drawing the schematics in KiCAD and will incorporate the TODOs. While I’m at it, I would suggest reworking the power supply circuit to include a LiPo charger, buck/boost converter for a stable 7.5V PA voltage and a switching regulator to ~4V with an LDO for 3.3V in series. Does this sound alright?
@DB9MAT:
Yeah, it sounds good. We should also change the connectors for the GPS module and keyboard. They are just a 3-pin goldpins atm.
GPS module will use 5 wires - 5V/RX/TX/PWR_EN/GND. Take a look at Sparkfun GP-735. We would also need the 5V line.
Keyboard is just 3,3V/TX/GND (transmit only).
What error coding scheme are you trying to use? I’m using the libcorrect library to implement convolutional coding (as well as RSV) on QMesh, and the STM32F7 should be powerful enough to support encoding and decoding it in real-time.
Also, do you have any interest in using a LoRa chipset (e.g. the Semtech SX1276 or SX1262) in your design instead of the SI4460? For M17, it should have all of the FSK features that the SI4460 gives you, but also has the option of LoRa modulation if you want to play around with that at some future point in time. Basically, LoRa gives you more receive sensitivity and resistance to narrowband interference vs. FSK. There’s some other quasi-CDMA things you can do with as well.
I could help you port over to a LoRa chipset if you’re interested.
Exactly, I was thinking about something like that. Either encoder with push button or pot with switch.
2 + 11) The ublox NEO-M8U is both 3.3V and has an integrated IMU. I’m sure that there are more
I’ll check those again
8.) Oops. Thanks for noticing
Wojtek, I think LoRa is locking to a few certain vendors - and a proprietary modulation technology.
In my opinion using LoRa modulation we lose an advantage of having fully Open Source
and vendor agnostic project(LoRa chips are made by a few manufacturers).