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...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi I am trying to do the dtm testing, however when I clicked on the link to download the zip file it says page not found, I am wondering where can I download it? Thanks!
Dear nordic,
I have some doubts in this example based on thread. Thread says one node join to the network using by commissioning.
1. In this example where we start commissioning...
I'm sending data from my phone to the device using nRF Connect app for android as follows
uint8_t SoporteBLE::enviaTiempoEspera() { uint8_t tiempoEspera; if(Bluefruit.connected...
Hi
In the Mesh model specification, The Generic Power OnOff Server model extends the Generic OnOff Server mode.
According to Mesh Profile 4.2.3 Subscription List, Power...
nrf51822 production is sometimes hanging (no response) in high current state (almost 250 uA -> normally 20uA).
before this issue, there is similar issue about twi that waiting...
Hi ,I'm working on nrf_MESH v2.20 and nrf_SDK v15.0 and SESV3.40.
In the project of light_switch->proxy_client ,I use printf() to print something and it can work well and...
Hi,
I managed to sniff some communcation in WireShark, ADV_INT, CONNECT_REQ, Empty PDU.
If I try to rebuild the functionality in Python, no CONNECT_REQ ist shown in...
hi.... i am using nrf52832 latest version 15.2
i have merged the uart and timer I have used repeated mode timer in program After i am connecting to nRF toolbox i am getting...
I've noticed during a project migration that the FreeRTOS on SDK 15.2 seems to consume quite alot of current, 0.8mA when the SoftDevice is enabled. I've compared to the example...
With any nrfjprog (9.8, 9.7, WIndows 10) I get ERROR: Write verify failed.
"C:\Program Files\Nordic Semiconductor\nrf5x\bin\nrfjprog.exe" -f nrf52 --verify s.hex
I'm able...
Hi
I am using nrf52832 S132 SDK15.2
How many peripherals can be connected to my central device?
does S132 supports only one peripheral connection?
Thanks
Rekh...
Hello,
I am trying to combine Multilink and Uart examples but i have some problems. I followed some steps from other discussions but i'm missing something. I'm a new programmer...
Hi,
This issue is probably more related to FreeBSD than to Nordic specific issues but I was hoping someone had a similar problem and found a solution.
I am using the...
Hi,
Hi, I am using custom board with nRF52832 and nfc. I am using SDK15.2.0 and Softdevice S132 v6.1.0 to advertising packets . I have referred examples\nfc\\record_text...
I would like to know the best place to cut the power in switch off sequence.
We have a IO to totally cut power to the IC (own board), I added PIN control to switch off...