|
|
|
|
|
by atVelocet
528 days ago
|
|
For SiLabs Si4xxx (e.g., Si4463) chips there is also this wonderful repo: https://github.com/astuder/Inside-EZRadioPRO There are basically four main OEMs for SubGHz radios (hobby projects):
- Analog Devices (ADF7xxx)
- SiLabs (Si4xxxx)
- Semtech (SX1xxx)
- Texas Instruments (CCxxxx) If i remember correctly the Analog Devices and the Semtech radios share the same internal core (blackfin?). Please correct me if i am wrong. For the Semtech and ADF702x there are firmware patches and/or ROMs available.
The most interesting part would be to unlock the internal test mode which some of those chips have… |
|
I'm also curious, of all the available BLE chips, which one has the "most sane" development environment? I had the misfortune of using the SiLabs BLE chips, and it seems like the Dev Environment was meant for Web dudes or something -- it seemed very foreign to me, an embedded guy. It was like 5 layers to go from their SDK down to the machine instruction that would set the value of a GPIO pin hi or lo. Confused documentation, spread out over dozens of not-related sections, weird configuration wizards, etc. Now, the Hardware seemed just fine, but gosh, the Dev Environment?
I've heard good things about Nordic's environment, but haven't used it. I also know nothing about TI's or AD's.
Opinions appreciated!