-
Hi there, Thanks for the great library!
I'm new to python and MicroPython, but I've been messing around with your code, and think I've discovered a bug. It seems that when operating in quadrature …
-
To reproduce this bug:
```
ad9851.begin();
ad9851.powerUp();
ad9851.setAutoRefClock(false);
ad9851.setRefClockHigh();
ad9851.setFrequency(1000);
```
The output frequency is not 1kHz.
***
Thi…
-
Send AD9850 Command (135790), TX=1
Send AD9850 Command (135795), TX=0
Send AD9850 Command (135800), TX=1
Send AD9850 Command (135805), TX=1
Send AD9850 Command (135810), TX=0
Send AD9850 Command …
-
In issue #9 (decimals in frequency) a discussion started how to connect multiple AD985X devices to one MCU.
### Problem description
The problem identified is that the device does **NOT** have a Ch…
-
The source output impedance after the baluns (TR9 etc) is 100 Ohm currently. The filters want 50 Ohm. (The eval board also has a 100 Ohm single ended output impedance from DAC1_OUT into 50 Ohm filters…
-
not found how to use tone for music
since most of people able to write music are using tone or better nodelay ezBuzzer.h what seem to also include tone
how can i translate it for using multiple buzz…
-
Hello again Rob.
something happens with the last updates in the decimal version, which does not change the frequency when uploading.
it only changes integers not decimals.
Can you check to see if s…
-
Greetings!
I am trying to rebuild your setup with a ESP32 board and a HC-SR08 (ad9850).
Having a hard time to find out the correct pins and the according micropython settings.
Actually I would…
-
Hi, do you know if it can be used to do 27Mhz pulses to control cheap RC toys.
example of signal from other project:
{
"name": "jsbr RC Car",
"description": "Ford Mustang, 40MHz, No. 23819",
"fre…
-
Hello Rob.
First thank you for your great work
You could implement decimals in frequency.
I am doing a project that needs to generate frequencies with decimals and it is very complicated for me.
I…