-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Future architecture of DATALOGGER module #4
Comments
v případě použití RP2040 může být problém spotřeba, která je i v režimu sleep 0.39mA. Viz kapitola 5.5. Power Consumption v datasheetu straně 619 V případě použití Lattice FPGA by měl být standby current typicky 100 μA. Nejmenší spotřebu z navrhovaných řešení má QuickLogic EOS S3. Nepříjemné je že všechny QuickLogic čipy jsou v BGA pouzdrech. Ve všech případech je to podstatně méně něž kdyz se na současném Arduino mightycore vypnou citace RS232 a ADC, tak klesne spotreba z 1,55 mA na 1,32 mA se zapnutym ADC 1,48 mA. Použití FPGA technologie má kromě potenciálně nižší spotřeby i výhodu v možnosti použít odolnější paměti než SDkarty, které se se ale ovládají velkým počtem pinů. |
The current software framework used in datalogger is Arduino, which was selected based on widespread usage. Unfortunately, it has significant drawbacks in the reliability of the compiled output. Other possible technologies to use are:
|
There are multiple choices of better suitable ICs for the next DATALOGGER module version.
In every case the design requirements are
The text was updated successfully, but these errors were encountered: