Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
Is there a way to access the Gazell heartbeat timer? Ideally I would have a callback to my application when the heartbeat occurs. The main motivation for this would be to...
Hi,
What I did:
Already connected the custom board with nrf52832 chip on pc with python
Already receiving data from the board
I want to have the python code that...
The GPS antenna just fell off the board. Seems like the part has a cold solder joint. This led me thinking that the LTE antenna might also have the same problem. I had no...
I choose one NRF52 DK(nrf52840_pca10056) for my daily development. After hundreds of erase and write cycles, the DK won't behaves like it should do. The other DKs runs well...
Hi,
In the registery definition of nRF52840 it is stated for PSEL.TXD:
Reg ID: A -> from bit 0 til 4 for Pin selection
Reg ID: B -> bit 5 for Port number
In this case...
I am looking into interfacing a SD card to the nRF52840. I have used the FatFS example and that is working ok with SPI. Then I have looked at the QSPI example and that also...
Hello,
I am using sdk 12.2 and nrf52 dk.
I am storing some data in flash using ( sd_flash_write((uint32_t*)0x4F800,m_deadbeef, sizeof(m_deadbeef));) and I am able...
Hi
I got the problem to connect customer board(nRF52) via SWD.
My connection should be fine and customer board is also supplied 3,3V by external power.
How I wire 52Dk...
Hi,
I want to add fstorage functionality to my applikation. I added all the files and functions as in the fstorage example from Nordic, but I get a linker error that the...
I am using an RTC to periodically kick off a PWM pulse train. This all works beautifully, but draws far more current than expected. From what I've read, this is because the...
Hi,
I've been working to get a Ublox GPS module to interface with my NRF52840 DK over UART. The GPS device boots up and starts streaming data almost immediately.
I am...
I am nRF52832 , S132 , SDK15.0.0 // nRF52840, SDK15.0.0 is used.
Examples of esb_prx, esb_ptx are modified and used.
Transmitter : nRF52832
Receive : nRF52840_DK
Senders...
hello
I have once again issues when I want to write a 'long" characteristic e.g. 85 bytes.
1) if I use a smaller MTU e.g. 23 or 50, I received corrtectly the User Memory...
I would like to design a BLE-controlled electronic device. My requirements are:
1- Very low power consumption. (Less than 200uA in IDLE mode)
2- Slow periodic BLE advertising...