Replies: 2 comments 1 reply
-
Looks like your README needs editing to add contact information, and the license link is broken. Have you tested this? What hardware have you run it on? What version of MicroPython does it work with? |
Beta Was this translation helpful? Give feedback.
-
@jgpeiro re README.md the clone instruction should read The README also includes the line
Which documentation? There is none in the repository other than the README. Looking at the from device_source import DeviceSource The other imports will fail because the modules are in a subdirectory The demo itself references various pin numbers: clearly these can only be appropriate on a particular platform. Which one? More documentation is needed if anyone is to actually use this. Some idea of performance would also be useful. What is the bandwidth of the analog demo? |
Beta Was this translation helpful? Give feedback.
-
The project took me about two hours and the reuslts contains a decent set of blocks, with unittests and examples. The whole code is implemented in python without any dependence. (even some np's still needs to be removed).
The tests pass without mayor issues and MagicMock, used for testing, was also generated.
Common peripherials, like UARTs, SPIs, ADC, PWM... are supported. It can use files or udp connexions too.
The message system to communicate different blocks is really simple.
The full conversation is available at prompt.txt
(The readme of the project is also autogenerated.)
https://github.com/jgpeiro/ugnuradio
Beta Was this translation helpful? Give feedback.
All reactions