Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi
I'm doing some S/W based on nRF51822_xxAC. I want to split RAM into 2 regions, as following:
+-------------+ 0x20008000
|__ __ _ __ |
|APP ZONE2 |
+-------...
hello, I'm trying to read the status register but all I am receiving is 1111 1111, I tried to change the code to read RX_ADDR_P0, but I also receive 1111 1111. can you tell...
It suggests that it holds the permission regarding whether a chara. can be read, but isn't that kinda redundant since there are tons of other similar properties out there...
Hello
Can i program an nRF52 chip using nRF51 DK. I plan to take advantage of the features of nRF52 including higher memory, storage and the NFC
Thanks
Hi,
My company has been running into an issue with the NRF51822 where the MCU appears to enter debug mode unexpectedly and I wanted to see if any others had experienced...
I successfully used my nrf52DK with latest production SD 132 and latest SDK (12.2.0), everything is on latest Keil v5. Then I needed to program another board (nRF51 Dongle...
Hi Nordic Tech support team,
I have some problems with nrf51822 OTA.
My Bootloader is single bank Bootloader。When I update nrf51822 firmware by OTA with android apk, I found...
Hi i'm very frustated with myself not the modules , i could make a pair of them to work perfectly in a pic 16F886 , now due to other project i have to use a dspic33fj64mc202...
We made a version of bootloader_secure for our own purposes. The problem is now that application must be uploaded twice into the device (nRF52) before it really gets updated...
Hi,
I am working on bootloader_secure example on SDK_12.1.0 and set APP_ADV_TIMEOUT_IN_SECONDS to 180 to stop the advertising after 3 mins.
All looks fine and device...
In tihs video , and others this guy has done, the transmission speed of the nRF24L01 2.4G module only achieves a speed of, at best, about 300 packets per second (where a packet...
We are using nrf51822ab, s130, pca10028. After dumping the soft device the free space left is 20kB, my code size is 48kB. I am able to dump the code into device but its not...
I am following ble_peripheral example of nrf51822 SDK 8.0. I have found ble_gatts_char_md_t , ble_gatts_attr_md_t and ble_gatts_attr_t confusing. I want to know the difference...
Hi,
I'm currently using an application that needs a very speed detection of GPIO and need to use NMI on GPIOTE.
I tryed to find how can I connect my NMI to GPIOTE but...