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 glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello,
I am working with nrf52840. I have read how the SAADC example works at https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v13.0.0%2Fnrf_dev_saadc_example...
Hi everyone, I'm having trouble deciding on the "best" / "most sane" way to interface two I2C sensors with the nRF5832. Both sensors are on the same I2C bus. The first sensor...
Hi Bro
I have a project need to use BLE + ESB Concurrently, actually I have did it in my previous project
but seems it has problem in new SDK
In my old project: SDK11...
I'm using the nRF52 DK (with an updated firmware) to program an external target (using the "Debug out" connector). It looks like the programming speed is limited to 1MHz:...
HI,
I am seeking help in getting the only peripheral code from the ble_app_mtu_throughput. Actually, I want to use the only peripheral code in my and want to use the maximum...
I have multiple sensors. I would like to ask if there is support for linking 4 or even 4 Bluetooth devices at a time.
My ultimate goal is to connect 4 or more Bluetooth...
Hi
I've been experimenting with the ble_app_att_mtu_throughput example and have it running between 2 custom boards using PuTTY, but I'm struggling to understand why the...
Hello,
I am new to using nrf52840 and the Nordic platform. I have successfully uploaded the example code blinky and it works perfectly. However, my problem is that there...
According to the Cloud Guide in the Thingy 52 Android app, Step 3/6, one is supposed to search for the Maker Webhooks service. However, no such service seems to be currenctly...
MCU:nRF52832
SDK:nRF5_SDK_15.2.0_9412b96
MESH SDK:nrf5SDKforMeshv310src
The First Join Mesh Network,Client can normally enter health_publish_timeout_handler function...
I am new to ble, I have to develop an alert notification service on nrf52 DK . Some times i need to send strings from the central to the peripheral Is there any way to achieve...
The uicr_bootloader_start_address and .uicr_mbr_params_page have no NOLOAD directive (in all bootloader examples). With objcopy this will generate large object files. Locations...
Hello. I have problem with GPS example for nrf9160
I have:
Dev Board: PCA100900 0.8.5 2019.7
Source code:
mcuboot: v1.3.99 aebd4b96d2abbeea5a3392c623369dd61ddf40cb...
Hello,
I have a request for a system (powered with a nRF52840) that should manages up to 60 devices.
Is that possible ?
What kind of settings can I expect (connection...
Hello,
i'm very new with nordic environment and i would like to know if it is possible to handle two indépendant whitelist : one during advertising of my peripheral and...