What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hi Nordic DevTeam,
So I already followed this tutorial on how to add custom service UUID.
https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
I have...
We are using softdevice S140 6.1.1 with nrf52840 for a BLE peripheral. We see that mobile devices are not able to discover this peripheral intermittently for some time during...
Hello, there
We are using a custom board to upload data via udp connection. The send() call not return sometime, and the main thread is blocked as a result
Modem firmware...
Hello,
We are using a passkey in our application and by default is 6 digits long. I have found in other posts that this is mandatory a cannot be changed.
Is it real...
Hello,
I am using NRF52840 with SDK 16.0.0.
We have to detect reed switch pulses coming from a water meter. We use app_button as it provides debouncing inbuilt.
Pulses...
Dear sir,
I want to know about co processor with details of nrf52840 , and is there like dual core processor like another processor.
Note: and need more detail about...
Hi,
I working on a BLE app with 2 custom services.
When I try to expand a characteristic I get a spinning indicator below the characteristic and after a while I get...
in nrf5 sdk 17.0.2 example\ble_app_hids_mouse , hid map
correct is 0x95, 0x05, // Report Count (5) is five ! is five
Forgive me for just reading the comments at first...
Hello, I'm using nrf52832 and i need 2 UART instances in parallel. I get an error when I set the second UART.
Do you have an example using 2 UART instances in parallel?
Hello,
i am new to the topic and am looking for tutorials, additionally to the nordic examples and this community.
I found the following website:
https://embeddedcentric...
Hi,
When a board is connected to debugger, It works well for 2 hours.
But when it is detached debugger, It looks like stuck to POWER_CLOCK_IRQn after 4~6 min after power...
Hello,
I'm trying to make a one-shot MQTT publisher and I'm able to get 22 messages published but every time I try to publish the 23rd the code hangs in mqtt_transport_write...
I'm not able to get a response using the new CONEVAL AT command. I'm using firmware v 1.3.0 and a recent B1 variant nRF9160. Response is always ENOEXEC. I have tried before...
Hello,
In my project, nrf_drv_gpiote_in_init is used 3 times.
battery measure
sleep trigger by motion sensor
wake-up trigger by motion sensor
After 3rd call...
HI
I am trying to interface ads1231 with nrf5340. Regards I need to know about Gpio read. Because ADS1231 gives digital output. I don't know how to read actually. Kindly...