You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to share my appreciation for this project. I got it working well with my FNB48S (fw 1.10) and a M3 running latest macOS (Sonoma 14.6.1), python 3.12.5 (in a venv), and zsh. I used homebrew and pip to install the dependencies.
brew install python libusb gnuplot
(in venv) pip install crc pyusb
(in venv) sudo ./fnirsi_logger.py >> live.txt
After grabbing some data to live.txt: ./plot.gnuplot && open plot.png
I don't have the live view working yet (some issue with set terminal [..] and zsh/mac), but running a one-off works great.
The text was updated successfully, but these errors were encountered:
Just wanted to share my appreciation for this project. I got it working well with my FNB48S (fw 1.10) and a M3 running latest macOS (Sonoma 14.6.1), python 3.12.5 (in a venv), and zsh. I used homebrew and pip to install the dependencies.
brew install python libusb gnuplot
(in venv) pip install crc pyusb
(in venv) sudo ./fnirsi_logger.py >> live.txt
./plot.gnuplot && open plot.png
I don't have the live view working yet (some issue with
set terminal [..]
and zsh/mac), but running a one-off works great.The text was updated successfully, but these errors were encountered: