Skip to content

Commit

Permalink
Included another patch :)
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXin committed Apr 28, 2016
1 parent ec40b10 commit e666bc9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NFirmwareEditor/NFirmwareEditor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@
<None Include="Patches\RX200 3.10\3.10_splash2.patch">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Patches\RX200 3.10\Reuleaux_RX200_V3.10.Cutoff_voltage_V1.0.patch">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Patch Definition="RX200 3.10" Name="Cutoff voltage" Version="1.0" Author="iNFiNUM">
<Description>Changes the cut-off voltage (to 3.00 V by default).
Изменяет напряжение отсечки (по умолчанию до 3,00 В).</Description>
<Data>
000037C2: 9B - 96 ; 9B ~ 3.10 V / 96 ~ 3.00 V
</Data>
</Patch>

5 comments on commit e666bc9

@olokos
Copy link

@olokos olokos commented on e666bc9 Jul 31, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not quite sure, is it changing cut-off voltage from 3.10 to 3.0 V or from 3.0 to 3.1 V? If it's the first one, then it's to make the mod last for longer, if it's the second then it's to extend battery life in general. I think it's changing it to 3.0V, but I'm not entirely sure.

@TBXin
Copy link
Owner Author

@TBXin TBXin commented on e666bc9 Jul 31, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@olokos sets cut-off to 3.00v.
When battery is low - they can not return much watts as you needed, so simple correlation: low battery - low watts.
My RX returns 85 watts when batteries is above 3.3v, when it is goes lower he can't.
On 3.1v - you still can get about 5-10 watts.

@olokos
Copy link

@olokos olokos commented on e666bc9 Aug 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand that, but it's still not clear what's being changed here for me. Sorry if I'm being annoying, but if you can get 5-10 watts, then you will get below 5 watts on 3.0V.

@TBXin
Copy link
Owner Author

@TBXin TBXin commented on e666bc9 Aug 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@olokos theoretically yes, but practically device will shut down when voltage became lower than 3.0v.

@pawciopz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TBXin How can i lower the cut-off voltage to 2,75V. Is that even possible to be done or is it a safety feauture that cannot be touched ? I tried editing the 9B an 96 value in the patch file but it does not seem to work. Coud you tell me how or send me the patch with the cut-off voltage being 2,75V ? Thanks in advance for any help !

Please sign in to comment.