It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am developing an application that will transmit a lot (say 100kB) of data from client (scanner) to server (advertiser).
Using cccd, notification, and hvx works well for...
I would like to build a sample project for the nRF9160. This is significantly more complicated than building a nRF52 sample projects which I have done.
The "Getting Started...
I'm using nRF5_SDK_15.3.0_59ac345 with a nRF52840 DK (v1.0.0 PCA10056), building and debugging using IAR 8.32.3 (which is working fine). I build and debug an unmodified twi_sensor...
Hey, i’m working on implementing the adafruit_tag_reader example from the SDK v13.0.0 on my Thingy 52. I have copied almost all the code from the adafruit_tag_reader example...
I modified the FW "ble_app_uart" using the example "Nordic-SDK\nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\en_app_uart\". I added the pairing function and "delete_bonds...
I want to connect 2 SPI slave with on instance. Issue is to mange chip select pin. I went through few post, people suggested to check SPI manger library. I am not able to...
Hello
We tested our product integrating the nRF52840 vers. C in DTM with the Anritsu MT8852B.
The RX tests (PER and sensitivity) pass but all TX tests (Output power, modulation...
Hello,
In my application I'm putting the NRF52832 device to the system off by calling the sd_power_system_off() function.
When it occurs at the start of the program -...
Hi are the example applications for use with the mesh provisioning app available for the nrf52840 as well as the nrf52832 devkits, or just for the 52832?
Best Regards, ...
Hi,
I want to add my own data into beacon advertisement packet. for example I want to add my data as "ABC0001", and it should be available in advertisement packet. How...
Hi all,
I am using the Power Profiler (v2.0.0) in nRF Connect (v2.5.0) to debug and profile some nRF52832 applications, and I cannot seem to find any button that allows...
(開発環境 ) OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit...
Hello,
I am using SDK 15.2 with softdevice 140 on nrf52840 board. I have been trying to get the development board to pair with a peripheral sensor with UUID "E7D4AA0F-5ACB...
I would like to know how to compute or optimize the maximum number of BLE device (in advertisement mode) that can be detected by a Scanner (Smartphone app).
I can not find...