I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
Hello everyone,
I was trying to compile ble_app_uart code in segger embedded stdio but sample code not compile this sofware any configuration setting i need to change.....
Running nrf_drv_saadc_calibrate_offset() doesn't seem to work. I'm monitoring a 3v battery. Shown below is the debug output where the calibration is run after the event number...
Greetings,
We are attempting to install the nRF Sniffer program onto our nRF52833 DK as directed in the Nordic instructions. We've installed the nRF Connector S/W as well...
Hello All,
We are in the evaluation phase to implement openthread network in our gateway using nRF52840 as NCP device.
We require to have the number of end-device supported...
Hi,
I used to have a URL link for checking ibasis SIM card, such as devices, balances, etc. Now, I cannot find. My SIM card is from Nordic, so the login for ibasis account...
Hi Dev Team,
I am building an application wherein I need to send commands from the Cloud to a Thingy91 device. I tried out the cloud_client sample and I was able to send...
I have seen this problem posted several times in these forums but none of the existing solutions sit right with me.
I have an NRF52840 (using a UBlox BMD-340 dev board...
Hi Dev Team,
I have an application wherein I am publishing my sensor data every hour through MQTT using a Thingy91.
I am storing my sensor data value in a JSON format...
Hi,
I am trying to implement protobuf for my application. I have seen that nano-pb library is there in SDK file. I want to use it in BLE-UART communication. How to do with...
Hello,
I am using RFX2411N RF amplifier in my hardware design. I chose nRF52832 as an MCU. In nRF52832 datasheet, it is mentioned that the pins from P0.22 to P0.31 have...
Hi,
We are currently developing a Zigbee network based on nRF52840.
One of our devices was specially designed to contain 8 endpoints. But when an active ep request is...
Hi,
I'm using the BLE_app_interactive example as a starting point for my prototype (with SDK_17.0.2 and SoftDevice s132 ). I am using nRF52DK to read and write data from...
Hi
Im trying connect two peripheral devices through UART
The example project I used is "examples/peripheral/uart"
But i trace the code, it seems that the driver layer...
Hello,
I've been using nrfx UARTE driver on the nrf5 15.2.0 SDK on a nrf52832 and nrf52840 SoC and noticed that during the boot-up the first byte being sent is 0xFF.
Is...