Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoftRF UAV edition on ExpressLRS 900mhz receiver. #158

Closed
geofrancis opened this issue Apr 11, 2024 · 1 comment
Closed

SoftRF UAV edition on ExpressLRS 900mhz receiver. #158

geofrancis opened this issue Apr 11, 2024 · 1 comment

Comments

@geofrancis
Copy link

geofrancis commented Apr 11, 2024

I have recently got back into flying and have been looking to build a SoftRF UAV module again but for a smaller 250g plane and when i was shopping for parts it occurs to me that softrf uav is essentially the same hardware as a ExpressLRS 900mz receiver,

Screenshot 2024-04-11 175026

this is the pinout for a generic 900mhz recevier

https://github.com/ExpressLRS/targets/blob/master/RX/Generic%20900.json

{
"serial_rx": 3,
"serial_tx": 1,
"radio_dio0": 4,
"radio_dio1": 5,
"radio_miso": 12,
"radio_mosi": 13,
"radio_nss": 15,
"radio_rst": 2,
"radio_sck": 14,
"power_min": 0,
"power_high": 2,
"power_max": 2,
"power_default": 2,
"power_control": 0,
"power_values": [120,124,127],
"led": 16,
"button": 0
}

What would be the easiest way to modify the code to remove the GPS and leave it with only UAV mode.

before I attempted to modify the code I wanted to get it to compile, but I'm getting a file missing error
software\firmware\source\SoftRF\src\platform\ESP8266.h:33:10: fatal error: Exp_SoftwareSerial.h: No such file or directory

@lyusupov
Copy link
Owner

lyusupov commented Apr 11, 2024

  • report is filed not in compliance with the template ;
  • anonymous user ;
  • Build Status

Resolution: invalid

Repository owner locked as resolved and limited conversation to collaborators Apr 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants