Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
I'm using S332 0.9.1 with freertos. nRF52.
BLE and ANT are both active. I would like to run the ANT continuos wave (CW) test after a specific trigger (a command over a console...
I want to encrypt advertisements using aes-ccm peripheral present on the nrf51 board. I am not using softdevice, instead I am generating my own packets and transmitting them...
Currently, it using the I2S at nRF52832.
I want to play the wave file,But can not play well.
So, I ask you for a check because there is the following question.
[Question...
We love the radio range of the Nordic bluetooth chips. I am looking to see if anyone is developing a long-range bluetooth pendant or wearable? if so, I interested in perhaps...
I'm trying to read 8 adc channels using SPI, but then if I dont put some nrf_delay_ms the MISO return nothing and the CS is being driven low by default, high or a period of...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
We have designed a custom board based on the NRF5340 with the following pinout. Everything flashes without error using the sample rpmsg image for the netcpu and the sample...
Hi,
I am trying to implement Zigbee mesh and read out the routing table of the local router. So far we achieved to get the device neighbor table by zb_zdo_mgmt_lqi_req...
Hello
Our application runs over nRF52840 + SDK16 + freeRTOS. While integrating libuarte library with our application we found an issue whereby if nrf_libuarte_async_init...
I am attempting to send 13 bytes over UARTE1 on the nRF52840. I'm using the ASYNC API in Zephyr. When I look at the output on an oscilloscope, some of the bytes show up in...
Hello, developers! I am wondering if the Light switch demo and the thingy52-mesh-provisioning-demo serve the same purpose. I tried to run them combined: the first one on an...
Hi,
I'm completely new in the nordic development area and I'm trying to read sensor data from a DHT22 Temperature and Humidity sensor.
I'm used to directly include libraries...
Hello:
I am working on a USB bootloader project. I am running into the issue where the USB will not boot on first start up but boots following this. I read some of the previous...
It appears that there is a bug in the antfs.c sample code in version 15.3.0
nRF5_SDK_15.3.0_59ac345\components\ant\ant_fs\antfs.c
It the transport_layer_cmd_decode(...
I have a custom board using nrf 52382 with NFC. While Developing application I have checked nRF52832 Revision 2 Errata .
I have a question related [218] NFCT: Frame Delay...
Hello,
Our application runs over nRF52840 + SDK16 + FreeRTOS and we are using libuarte application to drive the UART. We found that the app_timer_freertos.c doesn't provide...
Hello ,
When i am using sdk functions with freertos some of the callbacks/functions requires (for example) xTaskNotifyFromISR() instead of xTaskNotify .
So how can i decide...
I am going to mass-produce beacons with built-in ble uart app sample.
However, I am not sure those produced beacons will have unique mac-address.
In my view, those are...
Hi all i am trying make a communication between esp32 and nrf52840 using UART. Initializing the uart driver was proper and pins also correct. when nrf start transmits then...