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 have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi,
We are running a setup that pumps sensor data from light switch server to light switch client. After provisioning/configuration the setup is working fine without any...
Hi all,
I am try to test light switch server example in mesh SDK (v3.2.0) with nRF5 SDKs(v15.3.0). Using Coded PHY(125kbps) as this post or standard PHY (1Mbps) seperately...
Hi Devzone!
I'm using the fft function to check the frequency of sound from mic sensor.
All seems good but, o nly up to 2500hz is shown and the frequency above it is...
Hello,
I am trying to measure the battery voltage on an nRF52840 DK using SDK 15.3, while consuming as little power as possible, so by using nrfx_saadc_sample_convert()...
The example initializes the SAADC driver and configures one channel to sample analog input 0 (GPIO pin 2).
I would like to know how to change analog input pin to other GPIOs...
I'm working on nRF52840 SDKV15.3.0 SoftDevice S140. When setting 2mbps mode and long range mode getting <error> app: Fatal error .
i'm using xenon iot development kit its...
Hi all,
My project involves a ble-central initialising peripherals and creating a bond. When this is complete the peripheral should go into sleep mode and only wake up when...
Hi Everyone!
I checked this links https://infocenter.nordicsemi.com/pdf/nRF9160_DK_User_Guide_v0.9.pdf#page=20 and https://github.com/NordicPlayground/fw-nrfconnect-zephyr...
Can we enable more than 8 GPIO interrupts? It seems like GPIO_MAX_CHANNELS is 8 but we need more than 8 interrupts in our application.
How do we do this?
Hello everyone, I have an external board with processor nrf51422 and sensor BNO055 (I2C). I have a processor code created by someone else and I have a problem getting data...
Hi,
I see there is a differenece between v1.0.0 and v1.1.0 in the asset tracrker's main loop.
i.e. poll function vs the sleep function.
does this result in a change...
Hi,
I'm working on a custom bootloader which does DFU over I2C. As a fail safe mechanism I want to have a timer running that gets reset between each Image data block, so...