Del Hatch

Results 9 comments of Del Hatch

This defines the address of the computer that you are sending the UDP data to.Del On Tuesday, May 24, 2022, 03:41:14 AM PDT, Jairo Gallardo ***@***.***> wrote: Hi, what is...

Take a look at my github repository "VGA_mem_mapped"  It shows two different techniques for moving data from the CPU into the logic fabric. Good luck,Del On Monday, August 22, 2022...

Actually, the VGA is too complicated. It has the Zynq CPU write to DRAM, but then the transfer to PL is done via DMA. Fast, but complicated. For simple transfers,...

I'm not a C expert. Since you are receiving bytes, wouldn't you need to re-cast the pointer to u8 instead of u32? Like: (u8*) instead of (u32*) Maybe (uint8_t*) or...

I am open to someone creating a branch to work on this. I have no Apple devices, so am unable to develop (and test) an implementation of the suggested feature.

I have never seen this symptom, but I can think of a few things to try: 1) There are 2 ways to stuff the circuit board in the amplifier section....

I can think of a few things to do: * look at the info.csv file. It should contain a CSV list of titles, artists, etc... * look at the playback.py...

There is no pre-built version of this. It is very much a do-it-yourself project that requires time and effort to complete.

Thanks Jeija! Here was my (similar) problem, and my fix: GOAL: To change the tuning frequency (variable name: cent_freq) of my SDR, via Python. I used the "GNURadio XMLRPC Server...