Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi
I want to know if there is any source code of thingy91.
Because I want to follow thingy91 for making a product with the use of the same antenna, and I want to know...
Hi,
Recently, I was trying to move my project from STM to Nordic IC.
I just wonder how to implement the below codes into the nRF52832 or how to program it in Nordic environment...
Hi,
I want to set sending power(+4dBm) of NRF52810/NRF52832 with SDK 15.0.
Now,i find i should use the order of sd_ble_gap_tx_power_set(uint8_t role, uint16_t handle,...
Using a AF_INET UDP socket on the nrf9160 I will get ENOMEM when I send a bunch of datagrams over the socket. I understand how there can be a limited number of buffers for...
I am trying to debug the dfu bootloader using SES. This is my first time using SES. I opened the example project and everything builds fine. The image loads on the device...
I am currently working on a design with the nRF9160, and have a few questions about the DEC0 pin and decoupling for the module in general. I have been considering adding additional...
Hello,
I am use bonding and want to forbid new bonding if proprietary authentication criteria is not met.
For example, I want to allow bonding only if my device is on...
Hi, I am using nRF5_SDK_15.0.0_a53641a.
I'm using code below to start WD and I'm not feeding WD.
After WD reset, I'm looking at RESETREAS register and DOG bit is...
Hi,
we are currently in the process of optimizing our connections for better throughput. Use-case is connection based FruityMesh ( https://github.com/mwaylabs/fruitymesh...
Sir i am using only one nrf52840 board
Sir i am changing router role to coordinator role and also remove the zb_ed_role in preprocessor definition
now the project building...
-> The Command zdo match_desc 0xfffd 0xfffd 0xc05e 1 0 0 is Entered in the teraterm this function taking the input from those command by using argc and argv
-> our plan...
Hi,
I have some question, If I use BLE protocol.
From nRF52811 Product Spcification as link https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52811%2Fkeyfeatures_html5...
I would like to set the tx power for all roles such that the nRF52840 (s140) never transmits anything above my specified level. This includes advertisements, past connections...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi,
I think you have deadlock situation or wrongly used interface in driver at_cmd.
The master branch is using functionality using function at_cmd_set_notification_handler...