Replies: 20 comments 11 replies
-
Thanks for your efforts @uberhalit ! If anyone is interested in contributing, we are happy to make hardware available. Reach out to @sachaw on Discord and we can hook you up. Looking forward to it 💯 Ben. |
Beta Was this translation helpful? Give feedback.
-
Hmm, the SX1276 supports +20dBm and the LR1121 +22 dBm output. Unless there is an external PA it is hard to see how +30dBm could be achieved. Any information if there is an external PA and how it is controlled or if it is just a fixed gain PA? |
Beta Was this translation helpful? Give feedback.
-
Hi @dhandzic The Bandit Nano uses a Skyworks SKY66122 PA. The PA Voltage is controlled via the ESP32 DAC port and works together with the SX1276 RF power to set the output power. The effective power control range is 100mw - 1000mw Additional info: The Bandit Nano uses the "DACWRITE" function. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the information. Cool with a +30 dBm node as a repeater. Do you have any figures on the standby current consumption? |
Beta Was this translation helpful? Give feedback.
-
Could the device be used for 869 MHz too or is the RX filter tuned for 915 MHz? |
Beta Was this translation helpful? Give feedback.
-
I measured 2.3W on ELRS while transmitting 30.1dbm and around 0.5W in idle with display on.
You can set it to 868MHz too, that's what I am using it with. |
Beta Was this translation helpful? Give feedback.
-
If somebody wants to add official support for this, we can for sure integrate it, but I'm closing this as an active issue. I don't have the bandwidth to integrate more SX1276 based boards with all of the backlog of devices to support. |
Beta Was this translation helpful? Give feedback.
-
Is this subject open to discussion? As far as I am aware, this device should have high priority, as it is the only portable 900MHz device with adequate output power for dense urban environments. I've noticed a lot of interest lately, and the top complaint in YT comments is the poor range in cities without them realizing that their device is limited to 125mW (I guess the 30dbm max output setting is a bit misleading). It would be unfortunate if potential users were to abandon the project because they were unable to obtain a proper link in complex environments. |
Beta Was this translation helpful? Give feedback.
-
Are you still working on this? |
Beta Was this translation helpful? Give feedback.
-
The G2 station can achieve more power than this radio, and has an SX1262 which features a much more sensitive RX end, which makes a greater difference than raw transmit power in my experience, with multiple A/B tests of SX1262 with RX boosted gain w/ 22dbm TX vs 30dbm setups. I'm afraid 30dbm will not be the silver bullet expectations would have you believe. This is a line of sight technology. |
Beta Was this translation helpful? Give feedback.
-
Sorry for squeezing myself into this convo but the G2 "stationary" is not really a comparable portable device. It's 3 times the size, more than double the price (before taxes) and currently unavailable. I much prefer to use existing ELRS hardware that serves multiple purposes. |
Beta Was this translation helpful? Give feedback.
-
More expensive, I'll grant you. But it is a quite portable device. |
Beta Was this translation helpful? Give feedback.
-
Although still portable, this kind of confirms how much bigger it is compared to the Bandit. I am unaware of your involvement in the G2 project or its vendor, however, the cost is beyond reasonable to me. Including import fees and shipping, this comes up to 150€ + another 10€ for an 868MHz antenna. My local FPV shop has the Bandit on sale for 42€, so I could buy four Bandits for the price of one G2. I'm sorry, but this isn't in any way an alternative. |
Beta Was this translation helpful? Give feedback.
-
Regardless of dimensions and price, I think we can all agree that there is a profound lack of higher power devices. Moreover, it is unquestionable that the majority of users would prefer to utilize a device they might already own rather than buying a costly new one.
Unfortunately my university schedule is currently too busy to continue. Feel free to pick it up. |
Beta Was this translation helpful? Give feedback.
-
Tried too, as RadioMasterRC wrote but nothing happened. |
Beta Was this translation helpful? Give feedback.
-
Larger, unavailable, 4X more expensive, and not available mainstream (single consulting group in China - nice guys though!) It would be great to have this as an option, as I can easily see this as the easiest/cheapest/most-consumer-friendly (like T-Echo) device available. |
Beta Was this translation helpful? Give feedback.
-
Nothing is stopping you from giving it a try, a 1276 with a fan is not a target any core contributors are very interested in. |
Beta Was this translation helpful? Give feedback.
-
If anyone is interested in picking this up and needs hardware feel free to reach out, share your discord name and I can get in touch. Cheers, Ben. |
Beta Was this translation helpful? Give feedback.
-
@uberhalit If you haven't notice it yet. As of version 2.3.11.2740a56 Alpha there are support for the Bandit Nano. I've found the it uses RFO, that's why you weren't able to get the PA working. Stuff that still needs to be sorted. Michael. |
Beta Was this translation helpful? Give feedback.
-
Micro is also supported.
Is only the Bandit Nano supported, or will the "Micro" version work, as
… well?
—
Reply to this email directly, view it on GitHub
<#3794 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIUOKHH7SK2SDKENEFNWTJ3ZHY2XVAVCNFSM6AAAAABHNGELJCVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TOOBZGI2TS>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
SOC
ESP32
Lora IC
SX1276
Product Link
https://www.radiomasterrc.com/products/bandit-nano-expresslrs-rf-module
Description
Being a drone racer, I've always wondered if we could turn some ELRS 900MHz gear into a low-cost, reliable, and super powerful Meshtastic device.
By adhering to the ELRS board definitions, I was able to incorporate base support for the model referred to above:
It even features free UART pads that can be utilized to potentially connect a GPS.
Fork available here.
The display requires a flipping in settings.
Nevertheless, currently, neither of the two PAs appears to be engaged, and the power output is below -20dBm. I attempted to hack together a basic 30dbm output PoC, but was unable to do so.
ELRS is calling
dacWrite()
on pin 26 (power_apc2) and a regularwriteRegister
to register 0x09 to activate the PAs.The call to reg 0x09 is already being executed in the current firmware implementation, albeit with different settings.
Manually setting both to the same values as seen in ELRS source does not seem to work, I'd assume that either the SX1276 support is incomplete or a crucial PA initialization is missing (mostly related to RFAMP or LR1121).
In any case, Radiomaster is known for their excellent support. They immediately responded and offered technical help, so this board should come to live eventually.
Beta Was this translation helpful? Give feedback.
All reactions