A software project that I developed reading Neware’s .nda binary file format is now an open-source project on Github. It’s a tool that I developed at work as a side project that turned out to be a much faster way to read data compared to the alternative, which is to manually export to Excel and then read into Python. I’ve also included a command-line tool which can convert nda directly to a variety of other formats without having to write any code. I had the benefit of being able to test against a large number of nda files from different generation cyclers, which I hope has resulted in robust code.
NewareNDA: Python module for reading Neware’s battery cycler files
Reply