I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
Hi Team,
We have developed an application where we are able to receive scan request notification in peripheral and scan response notification in central.
Is it possible...
Using the nRF Connect SDK from Nordic Semiconductor is a terrible experience. One reason it being unreliable with many broken samples. And another being the Segger Embedded...
HI,
I'm using Nrf52840 device and connecting my mobile.
After inserting the authentication code for the pairing process.. phone connects successfully and after a few seconds...
Hello,
I wanted to confirm my understanding of the Replay protection cache. In the code, the limit is set to REPLAY_CACHE_ENTRIES and there is a note that says:
@note...
Hi to all.
I am new to this forum and to the Nordic range of products.
My experience over the last few months have been with arduino and Feasycom bluetooth modules. I...
Hi,
Since I updated nRF connect from 3.6.0 to 3.6.1, I get this error when I try to connect to a device :
"Error when getting device info: Error: Error: Error occured...
Hi,
I'm trying to devise the hardware platform for a Home Monitoring medical device. In the first place I planned to use the NORDIC nRF5340. With its large memory it would...
Hi.
We have a debug board for the NRF52832. The breadboard on this board is working fine. But if NRF52832 is used outside the debug board, then for some reason, some phones...
I want to set the Device's current date and time as I have to check time after certain interval. I don't want to use RTC where we have to look for ticks.
My questions...
Hello,
Could you please let me know if any of your devices would be suitable for our specific configuration?
We have a WMware server running many VMs. We would like to...
hello i am using nrf52832 and mpu6050 accelerometer with sdk 16 while programing i used 27 as scl and 26 as sda which is default in nrf52832 and i had no issues while reading...
Hi,
I am trying to test the light_lightness example present in ' nrf5_SDK_for_Mesh_v5.0.0_src' , on nRF52 Development kit(pca10040). And i am provisioning the device using...
I have a production device which I have soldered an SWD connection from a Keil project via the nrf51822 DK (port 20). I can flash code to this production device, but I cannot...
I'm using a SPI with a circular buffer so i need to have an interrupt with low latency that reset the RXD.PTR when the buffer is full.
The SPI is used for communicating...