|
Backport NRF UART fixes to 1.14.x
#lts
Looking to get this PR merged: https://github.com/zephyrproject-rtos/zephyr/pull/24245
Looking to get this PR merged: https://github.com/zephyrproject-rtos/zephyr/pull/24245
|
By
Ryan Erickson
· #7140
·
|
|
Zephyr 2.3: BLE: BT SIG certification plans
#ble
#nrf52840
Are there any plans for Zephyr 2.3 to be BT SIG certified for host, controller, or profile (mesh) subsystems?
Are there any plans for Zephyr 2.3 to be BT SIG certified for host, controller, or profile (mesh) subsystems?
|
By
Ryan Erickson
· #7083
·
|
|
Zenoh, NBIOT intergration
We have integrated a Cat-M1/Cat-NB1 modem into zephyr. We have not pushed our driver upstream yet, but there are plans to do so in the near future. https://www.lairdconnect.com/wireless-modules/cellul
We have integrated a Cat-M1/Cat-NB1 modem into zephyr. We have not pushed our driver upstream yet, but there are plans to do so in the near future. https://www.lairdconnect.com/wireless-modules/cellul
|
By
Ryan Erickson
· #7035
·
|
|
aws iot
There is no need to port the AWS IOT SDK to Zephyr. Zephyr has all the pieces you need. I am successfully connecting to AWS with the MQTT publisher example along with the few modifications I mentioned
There is no need to port the AWS IOT SDK to Zephyr. Zephyr has all the pieces you need. I am successfully connecting to AWS with the MQTT publisher example along with the few modifications I mentioned
|
By
Ryan Erickson
· #6063
·
|
|
aws iot
Hey Guy, Start with the MQTT publisher example. You only need to make a few small tweaks to account for the device cert and key. For example: #if defined(CONFIG_MQTT_LIB_TLS) #include "certificate.h"
Hey Guy, Start with the MQTT publisher example. You only need to make a few small tweaks to account for the device cert and key. For example: #if defined(CONFIG_MQTT_LIB_TLS) #include "certificate.h"
|
By
Ryan Erickson
· #6055
·
|
|
Get RSSI in DTM(Zephyr)
Hello Tommy, You can look at the Bluetooth specification to learn more about DTM mode. I do not have any code or documents to share. You will have to dig into the zephyr source code to see how you can
Hello Tommy, You can look at the Bluetooth specification to learn more about DTM mode. I do not have any code or documents to share. You will have to dig into the zephyr source code to see how you can
|
By
Ryan Erickson
· #5717
·
|
|
NRF52840 UART CTS interrupt
#uart
#nrf52480
Hello, I am using the NRF52840, UART1 with hardware flow control turned on. I want to be able to detect transitions on the CTS pin (input). Currently I tried using the GPIO driver to configure interru
Hello, I am using the NRF52840, UART1 with hardware flow control turned on. I want to be able to detect transitions on the CTS pin (input). Currently I tried using the GPIO driver to configure interru
|
By
Ryan Erickson
· #5714
·
|
|
Get RSSI in DTM(Zephyr)
Hello Tommy, Per the Bluetooth Spec, there are no DTM commands to obtain RSSI. You would need to add your own custom command in firmware. Regards, Ryan Erickson | Software Development Engineer III Lai
Hello Tommy, Per the Bluetooth Spec, there are no DTM commands to obtain RSSI. You would need to add your own custom command in firmware. Regards, Ryan Erickson | Software Development Engineer III Lai
|
By
Ryan Erickson
· #5708
·
|
|
New development boards added to 1.14
#nrf52832
#nrf52840
Hello, I have 2 PRs open to add two new development boards to Zephyr. I would like to see if it is possible to get them added before v1.14 is released. https://github.com/zephyrproject-rtos/zephyr/pul
Hello, I have 2 PRs open to add two new development boards to Zephyr. I would like to see if it is possible to get them added before v1.14 is released. https://github.com/zephyrproject-rtos/zephyr/pul
|
By
Ryan Erickson
· #5685
·
|
|
#nrf52840 #defines
#nrf52840
#defines
Hello Matthias, By default the BL654 DVK does not connect the external 32 kHz clock. In zephyr, the NRF52840 board files are setup to use the external 32 kHz clock. You have 2 options: Follow the inst
Hello Matthias, By default the BL654 DVK does not connect the external 32 kHz clock. In zephyr, the NRF52840 board files are setup to use the external 32 kHz clock. You have 2 options: Follow the inst
|
By
Ryan Erickson
· #5257
·
|
|
NRF52840 UART1
Hello All, Any news on when we might have the new UART features in master for testing? Having both UARTs operational is critical for our project. If I can help in any way, please let me know. Regards,
Hello All, Any news on when we might have the new UART features in master for testing? Having both UARTs operational is critical for our project. If I can help in any way, please let me know. Regards,
|
By
Ryan Erickson
· #4784
·
|
|
Cellular Modem support
Hello, Does anyone know if there are any plans or if work is being done to add a proper cellular modem layer in zephyr? I know I could do this at the app layer, but I thought adding this into the OS w
Hello, Does anyone know if there are any plans or if work is being done to add a proper cellular modem layer in zephyr? I know I could do this at the app layer, but I thought adding this into the OS w
|
By
Ryan Erickson
· #4695
·
|
|
[Zephyr-users] [Zephyr-devel] How to change Bluetooth default TX power ?
I'd like to put in a vote for changing the TX power at runtime. Our use case would be making the TX power less during advertisements and then increasing it once the connection is made. Thanks, Ryan Se
I'd like to put in a vote for changing the TX power at runtime. Our use case would be making the TX power less during advertisements and then increasing it once the connection is made. Thanks, Ryan Se
|
By
Ryan Erickson
· #4673
·
|
|
Serial Wire Output (SWO) console support
I had a look around and couldn't find any support for SWO? Is it supported? If not, are there plans to add SWO console output similar to how you can use RTT instead of the UART?
I had a look around and couldn't find any support for SWO? Is it supported? If not, are there plans to add SWO console output similar to how you can use RTT instead of the UART?
|
By
Ryan Erickson
· #4657
·
|
|
NRF52840 UART1
Hello, After looking through the code it doesn't look like the 2nd uart (UART1) is fully implemented for the NRF52840. Is anyone working on adding support for this? Does anyone have a good example to
Hello, After looking through the code it doesn't look like the 2nd uart (UART1) is fully implemented for the NRF52840. Is anyone working on adding support for this? Does anyone have a good example to
|
By
Ryan Erickson
· #4602
·
|