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...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
Hi,
If an ESB PRX has queued a 250-byte auto-ack payload, that will take around 2ms at 1Mbs to transmit.
If the ESB PTX has the standard 250us repeat interval, will the...
I am confused about the value of RX_PW_Px register what will be the value of this register if more than 1 dynamic payload packet arrives on the same pipe-x.
I'm a beginner I'm having hard time understanding UART. In my opinion, the documentation is going too straight to the technical details and tutorials without even starting...
Dear friends,
Is there any ideas for measuring the distance between a BLE module and a beacon module without using RSSI?
With Regards,
Sunil
Calixto Systems
hi..........
i have developed nRF52832 QFAA using your schematics,and i have added sensor to it . Now i can able to flash the code and ran successful but i can't able to...
Hi,
We are developping a system connected to several devices based on NR52 MCU.
The DFU works with the nRF connect application.
Now, we would like to update the device...
Hi,
I am just getting started with the thingy 52 and I need some guidance. I am a EE by profession so I feel a bit out of my league here.
When I unwrapped my thingy I...
Hi there,
I am adding security to my service characteristic and i found that for security mode 1 level 4, bonding is required in order to access characteristic values. Is...
Hello,
My problem is pretty much identical to this one:
devzone.nordicsemi.com/.../
My functions look exactly like the ones posted in the original question and I...
Hello, and thanks for all the great examples!
I've gotten the COAP transport for background DFU working on my custom hardware platform and app, however I have noticed that...
Hi,
I do have a NRF51-DK and want to use it as a external programmer. I connected it to the OUTPUT Port which worked fine, then I flashed the mbed firmware on it because...
Hello,.
I have a question about using app_usbd_cdc_acm_read and app_usbd_cdc_acm_read_any in SDK15.2.0,
I am not sure I fully understand the description in reference...
nRF52832, SDK 14.0.0, SoftDevice 132 v5.
If SoftDevice is enabled but the system is not yet advertising or connected via BLE, will SoftDevice ever wake the CPU up from...
Although redirect.c is included and printf() calls use the uart as expected, fgets() calls don't seem to be able to detect incoming characters.
This isn't critical, since...