-
-
Notifications
You must be signed in to change notification settings - Fork 445
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
Module Flash size: 256KB #1055
Comments
Everything looks good from a startup perspective. |
I will check the NRF wiring. Thank you. Last request.. https://www.youtube.com/watch?v=pW4d-1_LSx0 _Config.h #define AETR const PPM_Parameters PPM_prot[14NBR_BANKS]= { |
The blinking at the beginning indicates that the module has not started yet since it is in debug mode and waiting for a serial connection from the PC. Then it times out and boot showing a fixed LED=correct PPM signal. Then when you disconnect the PPM it starts to slow meaning no PPM signal then stable again when you reconnect PPM. |
Thank you again. I should have all that I need. I contacted the seller about a better transmitter option for this plane and he said that it is based on the Volantex P51. I will check my (rats nest) wiring. I do intend to finally etch a circuit board when I have it all correct. |
It's the same protocol 99% sure. Again there was no bind at startup so for whatever reason your strap is not working... You can force the module to initiate a bind automatically at startup by changing the No_autobind flag in the bank settings of the _config.h file. |
Thank you Pascal for your incredible contribution to this project and your continued assistance to others.
Because of its weak transmitter, I currently have one plane that I need to address, a 4 channel Volantex P51, and want to use hardware at hand.
I build this around a FlySky FS-i6S transmitter and a 64KB BluePill STM32 but am having no luck at binding, does this look okay:
Multiprotocol version: 1.3.4.12
Module Flash size: 256KB
EEPROM initialized: 0
Protocol selection switch reads as 1
Using bank 0
Module Id: 1a59e75a
Protocol selected: 48, sub proto 1, rxnum 0, option 0
ID: 1A 59 E7 5A , HOP: 0F 14 46
Using NRF
Proto=V761, nbr_sub=3, Sub=4ch , Opt=0, FS=0, CHMap=0, rfSw=2
Init complete
I am curious about the Module Flash size of 256KB for a 64KB MCU.
Is there a _Config.h setting for this?
Thank you
The text was updated successfully, but these errors were encountered: