Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello. I have as question about the sd_ble_gatts_hvx. According to the API documents, the call to sd_ble_gatts_hvx will return NRF_ERROR_FORBIDDEN in the following situation...
Utilizing two nrf52832 dev kits, both flashed with v6 of the SD and using V15 of the sdk.
Using two examples from the SDK, the ble_peripheral/ble_app_rscs and a slightly...
hi. all. i have a problem:
1 . i use nrf51822 aa download nrfready_desktop_2_v3.0.0, sd+boot+desktop_keyboard, bud when i press p014 pair key, phone can not find device...
Hi,
I'm working with the nRF52 DK (PCA10040) with the latest versions of the toolchains, build tools and IDE (Eclipse Oxygen). I followed the tutorial "Development with...
I'm gonna store some initial data in flash, this data must be saved permanently (I need about 1024 bytes. it's 1 page), so how can I protect this flash area with my data ...
Hi
We are seeing a strange behaviour when using sd_ble_gap_adv_set_configure() . When we set the advertising data in the ble_gap_adv_data_t to have the advertising flag...
Hi,
We use the FDS to write/update/delete the data that store to the flash.
When operating delete/update the data to the flash for a while, the error FDS_ERR_NO_SPACE_INQUEUE...
My requirement is simple: Want to increase the iBeacon transmit power to (i.e. -4, 0 or 4dbm). In the beacon example, I tried adding in the main loop after calling advertising_init...
Hey Devs,
Would I be able to get a CAD file for the Nordic Thingy's main board. I just found a snapshot of it on the last page of the document labeled PCA20020_Schematic_And_PCB...
Hi,
I just create simple example based on nRF51 ADC examples, using SDK12.3.0 with softdevice S130 v2.
I used PPI + Timer to get sample from ADC. I used TIMER2 to trigger...
Hi everyone and thanks in advance.
I'm new to the NRF52 SDK enviroment and I've been having some trouble with the I2C/TWI configuration. The SDK we are using in the v12...
Hi,
Is it possible to send notification periodically even if there is no change in the value? I create sample code that send constant value periodically over BLE, but in...
I'd like to use new nrfx drivers included in SDK 15. The problem is that I want to use C++ but nrfx header files are for C. The struct initializers can't be compiled as C...
I have a lot of pin_read function. How can i set all port one line? for example P1OUT = (P1.01 | P1.02 | P1.03) or P1IN = ( P1.01 | P1.02 | P1.03 ) I dont know how to use...