Post History
I am not familiar with that chip, and only took a very quick look at the datasheet. Here is the block diagram of the part from the top of the first page: A few things pop out from this: This c...
Answer
#2: Post edited
- I am not familiar with that chip, and only took a very quick look at the datasheet. Here is the block diagram of the part from the top of the first page:
- <img src="https://electrical.codidact.com/uploads/HyjEhC4TJ7rka1AXBtJyVSY9">
- A few things pop out from this:<ol>
- <li>This chip has a differential input on pins 8 and 1. You tied the negative input to ground via a cap, but left the positive input floating. This leaves open the possibility of the input seeing stray signals, especially considering this chip is intended to work over radio frequencies that are common all around us.
- <li>You don't show what you have done with the INT input (pin 5), so we can only assume various strange things. This could clearly cause problems.
- <li>You don't show what you have done with OFS (pin 3), so we can only assume various strange things. This could clearly cause problems.
- <li>The 850 mV output is across 12.5 kΩ internally. That means 68 µA are coming out of the "MIRROR" block, which implies 34 dB input. How do you know that is incorrect, given the floating input and who knows what connected to the INT and OFS pins?
- </ol>
In summary, given all the strange things you're doing to this chip, we can't tell what its output should be, and can't comment on whether it is working correctly or not. You need to fix your schematic symbol then document your actual circuit properly. Maybe in the process of that you'll find a problem yourself.
- I am not familiar with that chip, and only took a very quick look at the datasheet. Here is the block diagram of the part from the top of the first page:
- <img src="https://electrical.codidact.com/uploads/HyjEhC4TJ7rka1AXBtJyVSY9">
- A few things pop out from this:<ol>
- <li>This chip has a differential input on pins 8 and 1. You tied the negative input to ground via a cap, but left the positive input floating. This leaves open the possibility of the input seeing stray signals, especially considering this chip is intended to work over radio frequencies that are common all around us.
- <li>You don't show what you have done with the INT input (pin 5), so we can only assume various strange things. This could clearly cause problems.
- <li>You don't show what you have done with OFS (pin 3), so we can only assume various strange things. This could clearly cause problems.
- <li>The 850 mV output is across 12.5 kΩ internally. That means 68 µA are coming out of the "MIRROR" block, which implies 34 dB input. How do you know that is incorrect, given the floating input and who knows what connected to the INT and OFS pins?
- </ol>
- In summary, given all the strange things you're doing to this chip, we can't tell what its output should be, and can't comment on whether it is working correctly or not. You need to fix your schematic symbol then document your actual circuit properly. Maybe in the process of that you'll find a problem yourself.
- <h2>Added</h2>
- I skimmed the datasheet a little further and found this plot:
- <img src="https://electrical.codidact.com/uploads/8ELfj4a67qPWMwpUe4wEeeiP">
- This shows that if you actually left INT open, then your output voltage indicates about -50 dBm input. How do you know you don't have that? Again, though, since we don't know what you did with the INT pin, anything is possible. I'm going to stop here because speculating further with so much missing information is likely just going to waste my time.
#1: Initial revision
I am not familiar with that chip, and only took a very quick look at the datasheet. Here is the block diagram of the part from the top of the first page: <img src="https://electrical.codidact.com/uploads/HyjEhC4TJ7rka1AXBtJyVSY9"> A few things pop out from this:<ol> <li>This chip has a differential input on pins 8 and 1. You tied the negative input to ground via a cap, but left the positive input floating. This leaves open the possibility of the input seeing stray signals, especially considering this chip is intended to work over radio frequencies that are common all around us. <li>You don't show what you have done with the INT input (pin 5), so we can only assume various strange things. This could clearly cause problems. <li>You don't show what you have done with OFS (pin 3), so we can only assume various strange things. This could clearly cause problems. <li>The 850 mV output is across 12.5 kΩ internally. That means 68 µA are coming out of the "MIRROR" block, which implies 34 dB input. How do you know that is incorrect, given the floating input and who knows what connected to the INT and OFS pins? </ol> In summary, given all the strange things you're doing to this chip, we can't tell what its output should be, and can't comment on whether it is working correctly or not. You need to fix your schematic symbol then document your actual circuit properly. Maybe in the process of that you'll find a problem yourself.