Search found 4 matches
- Mon May 10, 2021 1:46 pm
- Forum: Welcome to the forum for the Understanding Radio Communications Course
- Topic: Help needed for lecture 7
- Replies: 1
- Views: 11354
Re: Help needed for lecture 7
As discussed with Mr Warren via email, this was caused by a wrong setting of the Arduino IDE, which was compiling the code for the XinaBox CW01 instead of an Arduino Uno, giving this error. The problem was solved by choosing the correct hardware. Other users might have the same issue if they are com...
- Mon May 10, 2021 1:37 pm
- Forum: Welcome to the forum for the Understanding Radio Communications Course
- Topic: Compiling error lecture 7
- Replies: 1
- Views: 6432
Re: Compiling error lecture 7
Dear CN8ZE, please try to change line 40 of cc1101_configurable to: sprintf((char *) pckt.data, "This is message number: %03d\n", ++counter); and line 41 to: int len = strlen((char *) pckt.data); We cannot reproduce the problem, even though we have the same version of the Arduino IDE, but ...
- Tue Apr 20, 2021 8:09 am
- Forum: Welcome to the forum for the Understanding Radio Communications Course
- Topic: Book reference for the materials
- Replies: 0
- Views: 10974
Book reference for the materials
Dear all, we have had a few requests for resources to use as reference for the materials One book was suggested during the live-stream, covering most of the content and more: Software-Defined Radio for Engineers, Travis F. Collins, Robin Getz, Di Pu, and Alexander M. Wyglinski, 2018 It goes into det...
- Mon Nov 23, 2020 1:33 pm
- Forum: Welcome to the forum for the Understanding Radio Communications Course
- Topic: Introduction from the authors
- Replies: 1
- Views: 7373
Re: Introduction from the authors
Hello all! I am Lorenzo Frezza from Sapienza University of Rome and I have been working with Paolo in the last few years. I am currently a PhD student in Aeronautical and Space Engineering at Sapienza, working with the attitude determination of nano-satellites. I am very happy to have worked on this...