Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
By testing the source example of throughput example of S132, it is known that throughput is mainly affected by four factors.
1, ATT_MTU
2, DLE
3, Connection event...
Hi Nordic team,
Currently our company under developing the product using NRF52840 + S140 Softdevice.
Now we prepare to list our product with Bluetooth SIG but after...
Hi,i have some problems at fds in sdk14.1 ble_app_buttonless project.
1,fds_register() & fds_init();
2,fds_record_write();
3,fds_record_find();
4,printf the record...
Hi guys,
Right now, I'm trying to do some throughput measurements via the experimental ble_app_att_mtu_throughput example. This using the SDK 14.2 and S132 on two nRF52832...
Hi,
I have seen some curious behavior with the FDS module. I'm using nRF5SDK 14.2.0 with s140_nrf52840_5.0.0-2.alpha, with FreeRTOS. In short: In some cases it seems that...
Hi!
I want to get infinite advertising.
My advertising gets timed out in 180 sec.
I have set to Fast Advertising Mode.
Below is my code
static void ble_evt_dispatch...
Hello,
I'm following this BLE services tutorial . I have added the functions required to create a service.
In the our_service_init
void our_service_init(ble_os_t...
Hi guys,
Currently, I am developing a application on nrf51822 which requires writing values on flash to store in case of power down. However this values need to be updated...
I have a nRF51822 smart beacon kit and a ST-LINK V2. I read the documentation found on nordic's website, downloaded all the programs that the documentation requested etc....
Looking through the ESB implementation in SDK 14.2, nrf_esb.c I notice it uses
#ifdef NRF52
on several places. In nrf.h, the "old" NRF52 gets re-defined as NRF52832_XXAA...
I tried every configuration I can think of to reload firmware on the DK with JLINK drive when PPK is piggybacked. The only way I can get the firmware to load on the DK is...
Hey, I'm running the ble_app_hids_keyboard example. I would like to modify it so that once I have a connection to a device I can press a button and go into advertising mode...
I have questions about nrfutil's latest.exe. Dose it able to do OTA DFU over BLE for every SDK version's firmware?
I have been trying do OTA DFU using Master Control Panel...
Hello,
I've the nRF51 DK which works fine because I managed to upload BLE Softdevice and application with nRFgo Studio. But I cannot get the MCP (Master Control Panel)...
Hi,
I'am working on a project that use the NRF52832 and i can only use P.23 and P.12 on my custom board because they are already wired to a connector, others pins are not...