¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: Focus on pressure sensor unit, alarm and display
I don't know what pdf is being discussed. 1. I think I can write a simple english explanation of how Farhan/Purdum/Gibby code works that would be sufficient for the FDA submission. 2. At the moment, I
By Gordon Gibby KX4Z · #1660 ·
IMPORTANT
All: I was going through the code looking for spots for a speed-up and found the following statement in the INO file, line 665: ? if ( (current_phase > cut_off) & (inspiratory_pause == 0) & (p + 1 <
By jjpurdum · #1659 ·
Re: FDA Approval
Jack -- can you add that to both sets of code and either run it to test, or send working version tto me and tell me what to do in order to evaluate???? This would be important for FDA. Gordon
By Gordon Gibby KX4Z · #1658 ·
Re: FDA Approval
The flash memory use seems find, but I do worry about the SRAM. Out of that 2K of SRAM, it's the stack space, not the heap, that worries me most. Those statistics are compile time statistics, but
By jjpurdum · #1657 ·
Re: FDA Approval
Load sent to Gordon with the following: Changes (commit: abd0a2d) - breather startup waits 4 seconds to grab pressure reference - Fast calibration fully implemented - valve commands using open/close
By Marcelo Varanda · #1656 ·
Re: Controller Updates
Changes (commit: abd0a2d) - breather startup waits 4 seconds to grab pressure reference - Fast calibration fully implemented - valve commands using open/close wording. - valves can independent be
By Marcelo Varanda · #1655 ·
Re: Focus on pressure sensor unit, alarm and display
Ashhar: Which PDF is that...I must have missed it. Jack, W8TEE
By jjpurdum · #1654 ·
Re: Focus on pressure sensor unit, alarm and display
Asher, I have a good understanding of how your code works. the one I need help with is Marcelo¡¯s code
By Gordon Gibby KX4Z · #1653 ·
Re: Focus on pressure sensor unit, alarm and display
Gordon, The explanation, in english, of the code is in that pdf. I can expand it if you want to.
By Ashhar Farhan · #1652 ·
Re: Focus on pressure sensor unit, alarm and display
Gordon - there is quite a stream of engineers and software people volunteering in the "helpful engineering" slack. It could be useful if one of the team posted a note. They could be especially helpful
By Erich Schulz · #1651 ·
Re: Controller Updates
Todo list: https://github.com/CSSALTlab/Open_Source_Ventilator/blob/master/ControllerSourceCode/TODO.md
By Marcelo Varanda · #1650 ·
Re: Controller Updates
Sketch uses 24734 bytes (80%) of program storage space. Maximum is 30720 bytes. Global variables use 1529 bytes (74%) of dynamic memory, leaving 519 bytes for local variables. Maximum is 2048 bytes.
By Marcelo Varanda · #1649 ·
Re: Controller Updates
What are you getting for flash and SRAM usage now? Jack, W8TEE
By jjpurdum · #1648 ·
Re: PANDAflow
Erich: Just pointing out a new design from the PANDA group. I review Thingiverse every evening for any new posts that may be useful. James
By James Lynes · #1647 ·
Re: Controller Updates
There is a TODO list link at the very bottom of the Github code page. Let me know what you are willing to do. We need to save RAM. What I did for params array, in ui_native.cpp by moving it to
By Marcelo Varanda · #1646 ·
Re: Focus on pressure sensor unit, alarm and display
Hi Kris -- I'm not sure. We have primitive working code here in Gainesville that has sufficed to get us through the FDA initial discussion with some confidence. I believe marcelo is now coming back
By Gordon Gibby KX4Z · #1645 ·
Re: Focus on pressure sensor unit, alarm and display
Nop, thanks. The problem was making sense the values and conventions. Resolved, thanks.
By Marcelo Varanda · #1644 ·
Re: Controller Updates
Do you have a list I can jump on?
By Kris Galante · #1643 ·
Re: Controller Updates
GitHub master (and dev) branch has BMP280 integrated and working fine. Need a few things but I am really tired now to continue. For two valves system it may need to open the exhalation valve for 2~3
By Marcelo Varanda · #1642 ·
Re: FDA Approval
GitHub master (and dev) branch has BMP280 integrated and working fine. Need a few things but I am really tired now to continue. For two valves system it may need to open the exhalation valve for 2~3
By Marcelo Varanda · #1641 ·