|
DFU over UART
#nrf52832
Hi, I'm trying to build an app that can be upgraded over UART. I see the smp_svr sample has an example of doing this over BT, and I could get that to work. I've tweaked the prj.conf to add the line CO
Hi, I'm trying to build an app that can be upgraded over UART. I see the smp_svr sample has an example of doing this over BT, and I could get that to work. I've tweaked the prj.conf to add the line CO
|
By
gurpreet+zephy@...
· #1171
·
|
|
How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Vinayak, That is ok. I will open the issue on github. After removing the code directly on the system_nrf52.c the board had stopped to answer the nrfjprog. I thought that was independent of the traceda
Vinayak, That is ok. I will open the issue on github. After removing the code directly on the system_nrf52.c the board had stopped to answer the nrfjprog. I thought that was independent of the traceda
|
By
...
· #1065
·
|
|
How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Hi Rodrigo, The Trace Port Interface Unit is ARM supplied component in nRF52, could you please open a GitHub issue asking for support of the same in Zephyr OS? Also, an explain of its use in your appl
Hi Rodrigo, The Trace Port Interface Unit is ARM supplied component in nRF52, could you please open a GitHub issue asking for support of the same in Zephyr OS? Also, an explain of its use in your appl
|
By
...
· #1064
·
|
|
How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Hi Rodrigo, Glad to hear your success with first custom board made to run Zephyr. You are right, the ENABLE_TRACE in the Nordic external MDK is not a Kconfig option in Zephyr. This will need a new MDK
Hi Rodrigo, Glad to hear your success with first custom board made to run Zephyr. You are right, the ENABLE_TRACE in the Nordic external MDK is not a Kconfig option in Zephyr. This will need a new MDK
|
By
...
· #1063
·
|
|
How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Thank you Vinayak. For now, I will change the HAL file to solve that. When you have news about it please let me know. Best regards, Rodrigo Peixoto
Thank you Vinayak. For now, I will change the HAL file to solve that. When you have news about it please let me know. Best regards, Rodrigo Peixoto
|
By
...
· #1060
·
|
|
How to use TRACEDATA pins as GPIO -
#nrf52832
#customboard
Hi, I have developed a custom board based on the nrf52832. Everything is running properly and I am glad to have my first board made to run Zephyr on it. The only issue I am facing right now is that we
Hi, I have developed a custom board based on the nrf52832. Everything is running properly and I am glad to have my first board made to run Zephyr on it. The only issue I am facing right now is that we
|
By
...
· #1058
·
|
|
SPI on nRF52-PCA10040 possible?
#nrf52832
Hi Joe, thanks again for your fast answer. I tried to run spi_loopback/spi.c on nrf52840_pca10056 but i am still running into problems. I will explain the problem, if someone has the time to take a sh
Hi Joe, thanks again for your fast answer. I tried to run spi_loopback/spi.c on nrf52840_pca10056 but i am still running into problems. I will explain the problem, if someone has the time to take a sh
|
By
...
· #1029
·
|
|
SPI on nRF52-PCA10040 possible?
#nrf52832
Hi Moritz, SPI does not have DTS support in nordic boards yet, so you still have to set it up via Kconfig until https://github.com/zephyrproject-rtos/zephyr/issues/8758 is completely resolved. The fir
Hi Moritz, SPI does not have DTS support in nordic boards yet, so you still have to set it up via Kconfig until https://github.com/zephyrproject-rtos/zephyr/issues/8758 is completely resolved. The fir
|
By
Johannes Hutter
· #1027
·
|
|
SPI on nRF52-PCA10040 possible?
#nrf52832
Hello at all, i have a question concerning the nRF52-PCA10040. I want to connect the nRF52-PCA10040 to another board via SPI. However i cannot figure out a possible way to do so. The provided samples
Hello at all, i have a question concerning the nRF52-PCA10040. I want to connect the nRF52-PCA10040 to another board via SPI. However i cannot figure out a possible way to do so. The provided samples
|
By
...
· #1026
·
|
|
Does Zephyr gives us an option to use Peripheral Pin Select?
#nrf52832
#gpio
Hey Everyone, I want to use Some pins as an ADC pins. I need to configure the pin as an ADC pin and to do that i need to use Peripheral Pin Select feature. My question is : Does Zephyr gives us functi
Hey Everyone, I want to use Some pins as an ADC pins. I need to configure the pin as an ADC pin and to do that i need to use Peripheral Pin Select feature. My question is : Does Zephyr gives us functi
|
By
Rajat Kalyan
· #929
·
|
|
Its a question regarding the nrf Connect App from Nordic
#ble
#nrf52832
#bluetoothmesh
Hi Everyone, Does anyone here have any idea about the process to be followed in order to receive data onto the nrf Connect App for android. I have been trying to achieve something similar to this vide
Hi Everyone, Does anyone here have any idea about the process to be followed in order to receive data onto the nrf Connect App for android. I have been trying to achieve something similar to this vide
|
By
Rajat Kalyan
· #925
·
|
|
I have configured UART nordic services using zephyr api, but i don't know what fucntion oof api to use so that i can send data to the ble APP ANDROID
#nrf52832
#ble
#bluetoothmesh
Hi Rajat, This is a preliminary implementation of the NUS service done by one of our engineers (copied) https://github.com/junqingzou/Zephyr_NUS_Sample Feel free to experiment and push it upstream. Re
Hi Rajat, This is a preliminary implementation of the NUS service done by one of our engineers (copied) https://github.com/junqingzou/Zephyr_NUS_Sample Feel free to experiment and push it upstream. Re
|
By
Carles Cufi
· #924
·
|
|
I have configured UART nordic services using zephyr api, but i don't know what fucntion oof api to use so that i can send data to the ble APP ANDROID
#nrf52832
#ble
#bluetoothmesh
Hi Everyone, I have successfully configured the UART services for Nordic nrf connect App along with charcaterstic of rx and tx. But when i turn the notification ON , i am not able to see any data that
Hi Everyone, I have successfully configured the UART services for Nordic nrf connect App along with charcaterstic of rx and tx. But when i turn the notification ON , i am not able to see any data that
|
By
Rajat Kalyan
· #922
·
|
|
I am not able to read messages sent by nordic to nrf Connect app using the UART services UUID
#ble
#nrf52832
#bluetoothmesh
Hi there, Zephyr doesn’t support the “Nordic UART Service”. That is a proprietary service that is only implemented in the Nordic SDK. It should be quite simple to implement using the Zephyr Bluetooth
Hi there, Zephyr doesn’t support the “Nordic UART Service”. That is a proprietary service that is only implemented in the Nordic SDK. It should be quite simple to implement using the Zephyr Bluetooth
|
By
Carles Cufi
· #919
·
|
|
I am not able to read messages sent by nordic to nrf Connect app using the UART services UUID
#ble
#nrf52832
#bluetoothmesh
Hi Everyone, I am able to connect my nordic microcontroller to my bluetooth by making a few changes in the UUID and some parameter in the beacon sample code given in the zephyr example codes. But i am
Hi Everyone, I am able to connect my nordic microcontroller to my bluetooth by making a few changes in the UUID and some parameter in the beacon sample code given in the zephyr example codes. But i am
|
By
Rajat Kalyan
· #918
·
|
|
What is the process to enable bluetooth so that nrf52832 is disciverable by other device (android phone)
#ble
#bluetoothmesh
#nrf52832
Hi Rajat, Please refer to Zephyr documentation: http://docs.zephyrproject.org/index.html Bluetooth specific: http://docs.zephyrproject.org/subsystems/bluetooth/bluetooth.html Bluetooth samples and the
Hi Rajat, Please refer to Zephyr documentation: http://docs.zephyrproject.org/index.html Bluetooth specific: http://docs.zephyrproject.org/subsystems/bluetooth/bluetooth.html Bluetooth samples and the
|
By
...
· #903
·
|
|
What is the process to enable bluetooth so that nrf52832 is disciverable by other device (android phone)
#ble
#bluetoothmesh
#nrf52832
Hi Rajat, This could be helpful https://devzone.nordicsemi.com/b/blog/posts/nrf-blinky-compatible-firmware-using-zephyr-blueto You've to make changes as per your Board design. regards, vikrant
Hi Rajat, This could be helpful https://devzone.nordicsemi.com/b/blog/posts/nrf-blinky-compatible-firmware-using-zephyr-blueto You've to make changes as per your Board design. regards, vikrant
|
By
...
· #899
·
|
|
What is the process to enable bluetooth so that nrf52832 is disciverable by other device (android phone)
#ble
#bluetoothmesh
#nrf52832
Hey everyone I have just started working on nrf52832 board. I want to enable the Bluetooth which is their on the board and set it to discoverable mode(if by default,its not) I couldnot understand a bi
Hey everyone I have just started working on nrf52832 board. I want to enable the Bluetooth which is their on the board and set it to discoverable mode(if by default,its not) I couldnot understand a bi
|
By
Rajat Kalyan
· #898
·
|
|
I am not able to configure pins as an input pin using the Zephyr OS API
#nrf52832
#input
#gpio
Hi Rajat, I would suggest you take a look at samples/basic/button for inspiration of using the input pins and modify it to out to the LEDs. Regards, Vinayak
Hi Rajat, I would suggest you take a look at samples/basic/button for inspiration of using the input pins and modify it to out to the LEDs. Regards, Vinayak
|
By
...
· #885
·
|
|
I am not able to configure pins as an input pin using the Zephyr OS API
#nrf52832
#input
#gpio
Hi Everyone, Pardon me if i write some illogical stuff. Complete beginner to this microcontroller. I started using nrf52832 with Zephyr OS . I was trying to configure the pin as a input pin and blink
Hi Everyone, Pardon me if i write some illogical stuff. Complete beginner to this microcontroller. I started using nrf52832 with Zephyr OS . I was trying to configure the pin as a input pin and blink
|
By
Rajat Kalyan
· #879
·
|