Ambroz Bizjak
Ambroz Bizjak
> Do you really need these changes in Preprocessor.h (I assume all changes are to support APRINTER_IF_DEFINED)? I would like to avoid unnecessary expansion of this mess :) Please ignore...
Thanks for the informative answers. Yes please open a pull request with what you think I should merge, and I will give it a bit of sanity testing, to check...
Hi, It should be doable with some code changes. Basically, in `BSocksClient.c`, where the call `BConnector_Init` is made, you need to do `BConnector_InitUnix` instead. There would be some work adapting...
I would indeed recommend an external approach like stunnel. Though it would be possible to add support for SSL based on the NSS library (not OpenSSL), since there is already...
Hey, About the voltage issue, I would add a setting to `Ad849xFormula` to make it more user friendly. I don't think it makes much sense to add voltage reference awareness...
Yes your understanding of NegativeSlope is correct. I don't see any issue with the code itself, I suspect the issue is some sort of misconfiguration or misunderstanding on your side....
You can use `M921` command to see ADC values without conversion to temperature, the ones adcToTemp() gets (actually not exactly the same ones, because [one half of the ADC resolution...
Hi, No support right now but it's easy, let me see if I can get it done in a few days.
I implemented support for https://wiki.e3d-online.com/wiki/E3D_PT100_Amplifier_Documentation (I hope I got that right). I updated the online service (www.aprinter.eu) in case you were using that. To configure it, go to Configurations -->...
Should not be a problem. The B/T/etc are just definitions in the corresponding Board configuration (Board --> your_board --> Analog Inputs). You can change an existing Analog Input definition (unless...