Search found 16794 matches
- Fri Dec 01, 2023 3:34 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
With the X6R and the multi module, the voltage from that pin is sent as RxV and not A1. On er9x, due to lack of RAM, this means there is no scaling for RxV, as there is for A1. What is possible is to use a Scaler to obtain the correct value. Scalers are in the GlobalVars menu of the model. In that m...
- Thu Nov 30, 2023 11:52 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
Check the operation of the A1 input by putting the jumper back in (on the two pins closest to the antennae), and check a1 is then the receiver voltage. Check the connections, as I understand it the pin closest to the servo pins is ground, the middle pin is the Rx voltage divided by 4 and the pin clo...
- Thu Nov 30, 2023 7:00 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
Without the voice addition, you just have beeps.It's a long time since I had a 9X without the voice addition but I think if you set the sound mode to "PiSpkr" in the General|Audio menu, then set up a voice alert in the model you are able to get different responses. As a test, set a voice a...
- Thu Nov 30, 2023 12:44 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
I removed that feature from the '64 version to make space for other things. The '64 version only has 18 bytes of flash space left and this feature uses 166 bytes of flash. Over a long time I've made the code use less space, while keeping the same functionality, so there is now little scope to shrink...
- Wed Nov 29, 2023 6:57 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
Which item(s), exactly, are missing in the mixes menu?
Mike
Mike
- Wed Nov 22, 2023 4:23 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
Yes. But if both AIL and GEA appear to operate together when you change the GEA switch, then it strongly suggests the two signals at the processor pins are connected together.
Mike
Mike
- Wed Nov 22, 2023 12:28 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
I suggest checking the mod, particularly the two wires soldered to the processor pins. It is likely there is a short there.
Mike
Mike
- Tue Nov 21, 2023 4:25 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
Another test version posted, I found edgeTx had changed to a different calculation that was easier to copy to the 'M128.
Mike
Mike
- Mon Nov 20, 2023 5:24 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
It may take a few days to sort out what the calculation is doing.
Mike
Mike
- Mon Nov 20, 2023 3:05 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
T1 is temperature from the altitude sensor.
TmOK is Telemetry OK, indicates telemetry is being received.
Mike
TmOK is Telemetry OK, indicates telemetry is being received.
Mike
- Mon Nov 20, 2023 12:40 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
I'll see if I can simplify the altitude calculation, I just copied the code from erskyTx that was copied from somewhere else!
Do you get a sensible value for TEMP1 with the sensor plugged in?
Mike
Do you get a sensible value for TEMP1 with the sensor plugged in?
Mike
- Sun Nov 19, 2023 3:42 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
The backlight is flashing because the Tx battery voltage is being reported as too low. I may have a buffer overflow, the MPM telemetry for AFHDS2A is longer than I have configured. RAM is limited on the ATMEGA devices so everything has to be kept as small as possible. There may also be a problem wit...
- Sat Nov 18, 2023 11:43 am
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
New test version posted!
The code now matches that for erskyTx when processing AFHDS2A telemetry.
Mike
The code now matches that for erskyTx when processing AFHDS2A telemetry.
Mike
- Sat Nov 18, 2023 9:43 am
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
Is the Altimeter now working as well?
You say you set the option to "Rate 50", for AFHDS2A telemetry you need it as "T-Rate 50".
Mike
You say you set the option to "Rate 50", for AFHDS2A telemetry you need it as "T-Rate 50".
Mike
- Fri Nov 17, 2023 11:16 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
When you did the telemetry mod, connecting the red wire to the 2nd pin of the back board, did you remove the back board and cut the tracks connecting the 2nd pin to the ground plane? If not, try disconnecting the red wire (not actually needed for the MPM), then try flashing the firmware (do I see a ...
- Fri Nov 17, 2023 6:50 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
It probably won't fix the flashing problem, but the EEPROM pre-read may be disabled in the File|Preferences menu of eepe.
The suggestion of doing a very careful check of all the connections is the best next step. Checking continuity from the USBASP to the pads is a good idea.
Mike
The suggestion of doing a very careful check of all the connections is the best next step. Checking continuity from the USBASP to the pads is a good idea.
Mike
- Thu Nov 16, 2023 11:46 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
Please confirm you flashed the firmware before you did the telemetry mod.
Do you have a 9xtreme installed in any Tx now? erskyTx that runs on it already has debug capabilities built in that would help solve your problem.
Mike
Do you have a 9xtreme installed in any Tx now? erskyTx that runs on it already has debug capabilities built in that would help solve your problem.
Mike
- Thu Nov 16, 2023 7:09 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
From a previous post, it seems you flashed the firmware before you did the telemetry mod.
When you did the mod, did you wire the two switch connections (Ail and Thr) to the other processor pins?
Mike
When you did the mod, did you wire the two switch connections (Ail and Thr) to the other processor pins?
Mike
- Thu Nov 16, 2023 3:44 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
Have you still got the TX module plugged in? This may upset the flash process as it uses the same serial port as the telemetry signals.
If you are able to flash firmware again, I'll see if I can add some debug to see what is happening.
Mike
If you are able to flash firmware again, I'll see if I can add some debug to see what is happening.
Mike
- Tue Nov 14, 2023 4:52 pm
- Forum: The FRSKY Forum
- Topic: Neuron II 80amp esc & BL Heli
- Replies: 7
- Views: 321
Re: Neuron II 80amp esc & BL Heli
I'll try to help, but I don't use openTx and don't have a Neuron-II.
For the LUA, what revision of openTx are you running on the Tx?
What Rx are you using, what RF protocol (ACCST or ACCESS), and how have you connected the Neuron to the Rx?
Mike
For the LUA, what revision of openTx are you running on the Tx?
What Rx are you using, what RF protocol (ACCST or ACCESS), and how have you connected the Neuron to the Rx?
Mike
- Tue Nov 14, 2023 12:28 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
I'm not very familiar with AFHDS2A telemetry and don't have any hardware, but from information earlier in this thread and elsewhere I've come up with the following. Check the option value. As you change it, the label should change from "Option" to "Rate" or "T-Rate". I ...
- Mon Nov 13, 2023 4:54 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
I've posted a new test version for the '128, only a small change to detecting certain telemetry options.
Before you flash this, what protocol and sub-protocol are you using (Flysky or Flsky 2A)?
Mike
Before you flash this, what protocol and sub-protocol are you using (Flysky or Flsky 2A)?
Mike
- Sun Nov 12, 2023 11:30 pm
- Forum: The FRSKY Forum
- Topic: Neuron II 80amp esc & BL Heli
- Replies: 7
- Views: 321
Re: Neuron II 80amp esc & BL Heli
The LUA script runs on your Tx, and "talks" to the Neuron-II using the bi-directional telemetry.
So bind a receiver, plug the ESC into the Rx and run the LUA script on the Tx.
Mike
So bind a receiver, plug the ESC into the Rx and run the LUA script on the Tx.
Mike
- Sun Nov 12, 2023 9:54 am
- Forum: The FRSKY Forum
- Topic: Neuron II 80amp esc & BL Heli
- Replies: 7
- Views: 321
Re: Neuron II 80amp esc & BL Heli
I believe the Neuron II is not based on BL Heli firmware, so you need a LUA to configure it.
LUA files are here: https://www.frsky-rc.com/neuron2-80/.
Mike
LUA files are here: https://www.frsky-rc.com/neuron2-80/.
Mike
- Sat Nov 11, 2023 1:22 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
The '128 version needs to be "told" you have done the telemetry mod. Power on holding the left horizontal trim to the left. This enables the hardware menu (you should see a message showing this). Then go to the Radio Setup menu and select the "Hardware menu". Go down and tick &qu...
- Thu Nov 09, 2023 1:10 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
OK, I assumed you had a M64 as you are flashing the M64 version of er9x. For the '128 processor, use er9x-128.hex. There as several versions for the M64 to allow for different configurations (e.g. different voice addons) but these are selectable on the '128 version. I've just posted a test version f...
- Wed Nov 08, 2023 8:40 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
The firmware for the M64 only has 18 bytes of flash left, so I have been unable to add any more telemetry support. This means that the newer AFHDS2A sensors are not supported, only the older AFHDS2 sensors. Partly because the M64 is full, and partly that I don't have enough time to support so many d...
- Wed Nov 08, 2023 12:00 am
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
Testing with my 9x (with 2561 processor) that does have the MAX inverter, I need the "Invert Telemetry" ticked, so if you don't have the inverter you need the box not ticked. I also have some problems. If I use my DIY module (built using a PCB to the circuit on the MPM Github site) all wor...
- Tue Nov 07, 2023 12:35 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
The "Invert Telemetry" shows up on my M64 9x in the "Radio SETUP|General" menu.
What version of er9x are you using (Date, Time and SVN), I have the most recent test version (er9xProv822z1) running.
Mike
What version of er9x are you using (Date, Time and SVN), I have the most recent test version (er9xProv822z1) running.
Mike
- Mon Nov 06, 2023 12:47 pm
- Forum: er9x
- Topic: er9x and multi-protocol telemetry mod
- Replies: 131
- Views: 31561
Re: er9x and multi-protocol telemetry mod
For the DJT and XJT modules you need the inverter on the telemetry signal (MAX device or transistor). This will also work with the MultiModule. If you are only using the MultiModule, then you may wire directly to the processor pins, then in the "Radio SETUP|General" menu, adjust the "...