DL2SSB
DL2SSB
> Hi. It would be cool to have simple signal generator applet. I'm not sure about DACs on the Glasgow, but even a square signal from a normal IO would...
> Glasgow can't generate sine or triangle without an external LPF. Even a square gen would actually help me.
> > Even a square gen would actually help me. > > Something scoped to a square gen would work. How do you imagine controlling it? Do you want to...
> Glasgow does not have per-pin amplitude control. As long as there is only a single channel in use, that should be fine.
I am using RTIC and would prefer to use the HAL, just like on the 52840.
@BartMassey I don't know. I simply used: https://github.com/nrf-rs/nrf-hal/blob/master/nrf-hal-common/src/ieee802154.rs
> [@Dirbaio](https://github.com/Dirbaio) thanks! > > [@arnobert](https://github.com/arnobert) is there code somewhere for using nRF SoftDevice with `nrf52840-hal`? I couldn't find any. Hi, a late reply, but yes, I have finally managed...
The HAL for the radio works on the nrf52840 (hal::ieee802154::Radio), but on the nrf52832 it seems to be missing. Thank you!