≥{{item.MinNumber}}:
{{pro.LadderPrices[num].viewPrice}}
{{item.viewPrice}}
Click Here to enter Utsource site
Hello! Sign In or Register now
APP Datasheet 380K likes UtsourceBuy(0)
Inquiry(0)
Dear customers, due to the implementation of the GDPR policy in Europe, UTSOURCE has also made adjustment accordingly to meet the policy requirements. Please read the new privacy policy carefully and this window will no longer pop up after you accept it.
Delivery Address
+ Add Address
The new shipping address
* Please fill in the cell phone number correctly to make sure that you can receive the tracking info in time.
Country Code
Favorite
Utsource certified used parts
Utsource certified used parts provide the following guarantees:
1. Utsource will inspect the goods, including appearance inspection (no serious damage to the appearance), select qualified and honest suppliers, and ensure 98% qualification rate.
2. Some parts are tested by machine.
3. Utsource certified parts can be returned and refunded unconditionally within 60 days.
Description
50 MHz CMOS Complete DDS
All product names, trademarks, brands and logos used on this site are the property of their respective owners. The depiction, description or sale of products featuring these names, trademarks, brands and logos is for identification purposes only and is not intended to indicate any affiliation with or authorization by any rights holder.
Preview of the first 3 pages of the data sheet
QUANTITY | UNIT PRICE | PLUS UNIT PRICE | TOTAL PRICE |
---|---|---|---|
≥1: | US $23.83800 | US $21.45420 | US $21.45420 |
≥2: | US $23.83800 | US $21.45420 | US $42.90840 |
≥5: | US $23.04340 | US $20.73906 | US $103.69530 |
≥10: | US $22.72556 | US $20.45300 | US $204.53000 |
≥20: | US $22.56664 | US $20.30998 | US $406.19960 |
≥30: | US $22.24880 | US $20.02392 | US $600.71760 |
≥50: | US $22.24880 | US $20.02392 | US $1001.19600 |
≥100: | US $22.08988 | US $19.88089 | US $1988.08900 |
≥500: | US $21.93096 | US $19.73786 | US $9868.93000 |
Substitute (equivalent) Product
Product Name | Description |
---|---|
AD9834BCPZ | 12-Bit, 75 MSPS, Complete DDS Synthesizer with Serial I/O and on-chip DAC |
AD9833BRUZ | 10-Bit, 75 MSPS, Complete DDS Synthesizer with Serial I/O and on-chip DAC |
AD9832ACPZ | 10-Bit, 50 MSPS, Complete DDS Synthesizer with Serial I/O and on-chip DAC |
AD9837ACPZ | 12-Bit, 100 MSPS, Complete DDS Synthesizer with Serial I/O and on-chip DAC |
Product Usage
The AD9835BRU is a versatile waveform generator and direct digital synthesizer (DDS) chip manufactured by Analog Devices. It is widely used in various applications and circuits due to its ability to generate sine, triangular, and square waveforms with high precision and flexibility. Here are some common circuits and applications that might use the AD9835BRU:
Function Generators:
Communication Systems:
Medical Equipment:
Automotive Electronics:
Audio Equipment:
Scientific Instruments:
Educational Kits:
Industrial Automation:
Here’s a basic example of how the AD9835BRU might be used in a simple function generator circuit:
Power Supply:
Microcontroller Interface:
Output Configuration:
Control Software:
#include <SPI.h>
#define CS_PIN 10
void setup() {
pinMode(CS_PIN, OUTPUT);
digitalWrite(CS_PIN, HIGH);
SPI.begin();
// Initialize the AD9835BRU
configureAD9835(1000); // Set frequency to 1000 Hz
}
void loop() {
// Main loop can be left empty or used for additional tasks
}
void configureAD9835(uint32_t frequency) {
uint32_t freqWord = (frequency * 0x10000) / 25000000; // Calculate frequency word
uint16_t controlWord = 0x2000; // Sine wave, 28-bit frequency control
digitalWrite(CS_PIN, LOW);
SPI.transfer((freqWord >> 16) & 0xFF);
SPI.transfer((freqWord >> 8) & 0xFF);
SPI.transfer(freqWord & 0xFF);
SPI.transfer(controlWord >> 8);
SPI.transfer(controlWord & 0xFF);
digitalWrite(CS_PIN, HIGH);
}
This code initializes the AD9835BRU to generate a 1 kHz sine wave. You can modify the configureAD9835
function to set different frequencies and waveforms as needed.
By understanding the capabilities and applications of the AD9835BRU, you can design and build a wide range of circuits and systems that require precise waveform generation.
Global Logistics Country List
Flag | Country | Estimated Delivery Time | Minimum First Weight Cost | ||
---|---|---|---|---|---|
Express | Standard Shipping | Express (0.5kg) | Standard Shipping (0.05kg) |
Order
Payment
Shipping
Gift Coupon/Plus service
Returning
Returns are normally accepted when completed within 90 days from the date of the parcel delivered.
Defective ( Please provide a third party quality report of nonconforming products)
Return Freight charges must be prepaid; we will not accept COD shipments.
Warranty
All UTSOURCE purchases have a 90 days money back return policy, plus a 100 days UTSOURCE warranty against any manufacturing defects.This warranty shall not apply to any item where defects have been caused by improper customer assembly, failure by customer to follow instructions, product modification, negligent or improper operation.
AD9835BRU
AD9835BRU has several brands around the world that may have alternate names for AD9835BRU due to regional differences or acquisition. AD9835BRU may also be known as the following names:
BUYING OPTIONS
Stock Status: 5000
Minimum: 1
Total Price:
Free shipping on first 0.5kg for orders over US $300.00(Except the United States)
Express: Estimated arrival {0}
Standard delivery: Estimated arrival {0}
Country:
United States
Express:(FEDEX, UPS, DHL, TNT)Free shipping on first 0.5kg for orders over 300$,Overweight will be charged separately(Except the United States)
UTSOURCE
{{pro.Parameter.Brand}}
{{pro.encapsulation}}
{{pro.Parameter.DateCode}}
{{pro.brief}}
Minimum:{{pro.BuyQuantity}}
Standard delivery
Express: Estimated arrival {0}
Standard delivery: Estimated arrival {0}
Stop production experts, we can provide a large number of electronic components that have been stopped production and are difficult to find, to facilitate the maintenance company
Reply to
submit