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
Hi, there. We used your open-source materials to fabricate the Wire-Free-DAQ board. We need your help.
We use the DS90UB934-Q1 chip (R12\R13\R14, DNL); remove R11 manually, set the IDX port to pull-up mode, and set the device address of the deserializer to 0x7A; remove R9 manually, set the MODE port to pull up, and then it is coax and RAW10 mode. After downloading the program (Using the matching 'Wire-Free-DAQ.atsln' firmware), Currently we are able to light the LEDs, but cannot save the image data to the SD card.
Hardware problem: The VDDIO of DS90UB934-Q1 uses 3.3V power supply. I think: R6 and R7 resistors should be removed, and the OEN pin and OSS_SEL pin are directly connected to the 3.3V pin (because the OEN pin and OSS_SEL pin are 'VDDIO logic levels'). The SEL pin and BISTEN are in the pull-down state by default and do not need to be connected to GND; the voltage of the PDB pin should be 1.5V (1.8*50/(10+50)=1.5V), which can realize enable control. Does the hardware circuit need other changes? Is the deserializer chip you are using ds90ub914a-q1 or ds90ub934-q1 (see the software code, the firmware code seems to correspond to the ds90ub914a chip)?
Software programming: change the hardware, modify the device address of 'DS90UB934-Q1' to 0x7A (modify '0xB0>>1' to '0x7A>>1'); modify and add register configuration, we can light up the optogenetic LED through IIC. But we can't save the image to SD card. Does PIOA need other configuration (other initialization code? Hardware modification or software setting is needed for DS90UB934?). Where do you think the problem with our current equipment might be?
SD card reader: We intend to use your early open source code (MiniscopeSDCardReader, from ‘https://github.com/daharoni/wire-free-miniscope’) to parse SD card data,in order to convert hex to image . Is this possible? Because we know little about Python code.
Reference programming: We are not familiar with the programming of ATSAME70N71, is there any programming materials to share? At present, the programming materials we can find are only 'same70_softpack_1.5_for_astudio_6.2_7.0.exe' (from: https://www.microchip.com/en-us/tools-resources/archives/avr-sam-mcus/softpacks ) ; But the programming method is not the same as your open-source code.
Thanks for your help. Best wishes!
The text was updated successfully, but these errors were encountered:
Hi, there. We used your open-source materials to fabricate the Wire-Free-DAQ board. We need your help.
![90ub934电压阈值](https://private-user-images.githubusercontent.com/64941378/257785722-a829d198-0d29-4f28-a989-28d0cf8c9bee.JPG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDAxMzgsIm5iZiI6MTczOTIzOTgzOCwicGF0aCI6Ii82NDk0MTM3OC8yNTc3ODU3MjItYTgyOWQxOTgtMGQyOS00ZjI4LWE5ODktMjhkMGNmOGM5YmVlLkpQRz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAyMTAzOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdhMmRlMjk5ZjAxYjQ4MjAzNzI3NTU3ODZmMWVjNDM5MzMxODMwNDg4MTZhMzU1Njc5NjU4NTRhMTk0OWJlMDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.EnqIsn5qWNDpKIqHLZmFp4O0O3XjYnHR_xlCdsmhNow)
We use the DS90UB934-Q1 chip (R12\R13\R14, DNL); remove R11 manually, set the IDX port to pull-up mode, and set the device address of the deserializer to 0x7A; remove R9 manually, set the MODE port to pull up, and then it is coax and RAW10 mode. After downloading the program (Using the matching 'Wire-Free-DAQ.atsln' firmware), Currently we are able to light the LEDs, but cannot save the image data to the SD card.
Hardware problem: The VDDIO of DS90UB934-Q1 uses 3.3V power supply. I think: R6 and R7 resistors should be removed, and the OEN pin and OSS_SEL pin are directly connected to the 3.3V pin (because the OEN pin and OSS_SEL pin are 'VDDIO logic levels'). The SEL pin and BISTEN are in the pull-down state by default and do not need to be connected to GND; the voltage of the PDB pin should be 1.5V (1.8*50/(10+50)=1.5V), which can realize enable control. Does the hardware circuit need other changes? Is the deserializer chip you are using ds90ub914a-q1 or ds90ub934-q1 (see the software code, the firmware code seems to correspond to the ds90ub914a chip)?
Software programming: change the hardware, modify the device address of 'DS90UB934-Q1' to 0x7A (modify '0xB0>>1' to '0x7A>>1'); modify and add register configuration, we can light up the optogenetic LED through IIC. But we can't save the image to SD card. Does PIOA need other configuration (other initialization code? Hardware modification or software setting is needed for DS90UB934?). Where do you think the problem with our current equipment might be?
SD card reader: We intend to use your early open source code (MiniscopeSDCardReader, from ‘https://github.com/daharoni/wire-free-miniscope’) to parse SD card data,in order to convert hex to image . Is this possible? Because we know little about Python code.
Reference programming: We are not familiar with the programming of ATSAME70N71, is there any programming materials to share? At present, the programming materials we can find are only 'same70_softpack_1.5_for_astudio_6.2_7.0.exe' (from: https://www.microchip.com/en-us/tools-resources/archives/avr-sam-mcus/softpacks ) ; But the programming method is not the same as your open-source code.
Thanks for your help. Best wishes!
The text was updated successfully, but these errors were encountered: