I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hi Everyone
I am working on nrf52832 with sdk 14.0.0 on iar IDE. TWI and SPI separately working fine in buttonless_dfu then i merged SPI and TWI in buttonless_dfu itself...
I am trying to update an older application use the spi_5W_master and receive the error: (SDK11, using S210 softdevice)
:RTE\nRF_Drivers\nRF51422_xxAC\spi_5W_master.c(346...
Hi,
I'm trying to advertise 2 packets simultaneously, connectable packet using the soft device and a becon packet using the timeslot. I'm using nrf52 SDK 14.0.0 and SD132...
Hi I am doing some research for my paper, but It is my first time to use NORDIC board.
With broadcom and bluez combination, I could check data packet in l2cap layer, but...
Hi All,
I have a question about NRF52840 power consumption. It is not very clear from the datasheet what is the power consumption if I'd like to use only one of the DC...
Hi everyone,
Preface: I'm an educator and my students are familiar with the Arduino IDE, so I'm using that in combination with the sandeepmistry/arduino-nRF5 core.
Our...
Hi
I am developing nRF52832 wake up solution using LF (Low Frequency).
Initially, I develope it without sd_app_evt_wait .
After that, I am used sd_app_evt_wait to reduce...
Hi, I'm writing this because of nRF52840 booting error
I got this product today and It worked well, but after I downloaded one of the example's ~DEBUG.jlink file to the...
I may have a massive misunderstanding here....
Using nRF52, SDK 14.2, Ant S212.
I use a background scan to discover devices on channel 0, with a beacon on channel 1. ...
My isp (Internet Service Provider) doesn't provide ipv6. Now how do I send ipv6 packets (BLE over ipv6 packets).
Updated: I have an Nrf 52832 and I want to send access my...
Hi at All,
I’m currently working at a design using nRF52840. It’s extremely space sensitive and actually I’m not able to place all the needed parts to the PCB.
Therefore...
Hello
I want to get the MAC address of my custom device, is it possible to get the mac address of the nrf52832? and if it s possible , in which register? Thank you
ble_app_template.zip I need to setup whitelist. To achieve that while calling ble_advertising_init I specified
ble_adv_whitelist_enabled = true
then, while handling...
Hi all ,
I have to decode the IR pulse for remote . I want to use Timer to count pulse width .I know how to use timer to create a time , but I don't know how to use timer...