Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Good day,
I wish to adapt the Eddystone Beacon example for nRF51822 with S130 in e.g.:
..\nRF5_SDK_12.3.0\examples\ble_peripheral\ble_app_beacon\pca10028\s130\armgcc ...
In my application, the nRF52840 dongle is hard-wired via UART port pins to the UART interface of a Wi-Fi gateway host board. I need the nRF52 application to restart when it...
As a final step to the legitimate dual bank-based application DFU , the existing application will be replaced by the new application.
What happens if an internal error...
Hello,
Is it somehow possible to output a 13.56 MHz signal from the nRF52 ?
Yes, I KNOW: Similar questions have been asked many times. The nRF52 cannot drive an 13.56Mhz...
Hi,Nordic Teams:
I have emergent proble ,can you help me?
1.in light_switch example provisioner,there is some code below:
2.when provisoning ,we can setup a node to...
So I run SDK 15.0. I have a notification channel, and I want to transmit some data on it.
I run this code
hvx_params.handle = gatt_notify_handlers[index].gatt_handle;...
I'm using the nRF52840 to interface with an existing 802.15.4 network. For reasons decided long before I became involved, the messages exchanged are MAC command frames, not...
Hi,
I am testing BLE throughput between NRF52832 and iPhone XR using S132 stack. I am able to get maximum of 400Kbps. Is there a way to achieve throughput better than...
Hi,
I am trying to design the transmission lines based on the reference board design from Nordic.
I opened up the Altium layout file for the board which I downloaded...
I'm trying to communicate with HTS221 sensor and read WHO_IM_I but then I always get error 17 on nrf_drv_twi_rx and receive 0 on output
Twi init
ret_code_t ret;
const...
Hi
I want to use TWI read temperature from sensor Si7050, but i got a problem that doesn't jump into twi handler event. Can anyone give me some information? Thank you. ...
Hi,
This is somewhat tricky question..
Does GAP broadcaster differ with the BLE device which advertise packets with non-connectable option?
Is The device which operates...
I read the specifications on nRF51 series and the spec say that Bluetooth 4.2 with 2Mbps. However, standard Bluetooth 4.2 only support maximum 1Mbps bitrate.
First, I wonder...
So I added a header files folder to my project and then added a header file. The project would no longer compile after doing so. To troubleshoot, I changed everything in my...