ReservedField
ReservedField
In 3.00, it's done in the subroutine at 0x1408, which does dataflash reading. The "is SSD1327" flag is the byte at 0x20000032, hardware version is the dword at 0x20000254. The...
@chaosman123 That's amazing! When I first started working on the atomizer my first approach was the same as yours - hook up a logic analyzer (we're talking 150kHz PWM, a...
Yeah, it's just the same old issue #16. Easy workaround would be updating all samples to use siprintf, but it doesn't feel right since it used to work before that...
@cmok Just checked a Presa binary, looks like shunt is 100 for all hardware versions. Try replacing the switch-case in `Atomizer_Init` with `Atomizer_shuntRes = 100` and see if it's better....
@cstcyr Sorry for the massive delay. I'm done with the darn finals and getting back to SDK development. > I have a new rx200s and I'm wondering what the gating...
If you're working on PID you may want to talk to @s0be and check out TeamCloud's work, as they already have very good PID tunings and an almost-complete CFW. Story...
This patch takes it up to 25kHz. I had to change the OPEN check slightly as it was triggering too much. It seems to behave well against vtc-VaporWare. ``` diff...
> WRT VaporWare: their PID tunings didn't work for my coil builds at all, which is to be expected. So I took my PID code, glued it into examples/atomizer, and...
> Do you know how the OFW does TC? I can answer this. OFW uses the same method it uses for DC/DC (which I also use), i.e. +/- on power...
By the way, I'm experimenting with IIR filters. Spurious reads seem to improve.