Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
Hi
Getting problem in DFU feature while using segger embedded studio.Device gets programmed successfully but stops working after that.
I am following the same process...
I am looking to check signal strength and would like to be able to do it as easily as possible.
The default asset_tracker sends messages which can be seen in the nrfcloud...
We have an application running on our devices that are using ble_nus to communicate with a base station.
The use case is approximately something like this:
On button presses...
Step1 : init a Client model in Provisoner:
Step2 :config this client:
Step3:set the pub address of this client & control the remote gen_onoff_Server model: but it...
Hi
I've found an issue with the serialization code for the function sd_ble_gap_device_name_get in the SDK 14.1.0. As far as I see the issue still exists in the SDK15.0.0...
Why did Nordic deprecate the -30dBm TX power setting on the nRF52832? The current TX power settings jump from -40dBm all the way up to -20dBm, Why the power jump of 100X?...
HI Nordic Team :
Our important customer uses nRF52832 to develop bluetooth key product . they want to know how long the 52832 enter IDLE mode by calling WFI instruction...
I am using nrf52832, SDK 15.2, Softdevice 6.1, Embedded Studio to program a custom PCB device. My aim is to eventually send data I have from a peripheral device (through SPI...
Hello Nordic Support,
I would like to know if I don't specify the CFLAG -mfloat-abi but have floating point calculations in my code for NRF52832 target, does the compiler...
Hi,
I use NRF52840 on a custom board. I am utilizing low-level SoftDevice flash API for accessing flash:
sd_flash_page_erase() and sd_flash_write().
I want to register...
What would happen if using the recently released Programmer app from nRF Connect v 2.6.1 for PC, you accidentally erase all de contain inside the Device Memory Layout window...
Hi
Can anyone please explain me as how to change the start address of flash (while using soft device) and changing the start address of RAM too. I am working on nRF52840...
I'm looking at the patched version resulting from applying the pc-ble-driver patch, but this might be present in the original as well.
675 case APP_USBD_CDC_ACM_USER_EVT_RX_DONE...
Hello,
I'm trying to receive a 2-byte data from a sensor from Maxim Integrated MAX31875 but the nrf_drv_twi_rx function only receive 8 bits data. Does this function to receive...