Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
HI,all
when i want to notify with MITM,there is an issue with my project.
my central role device is IPHONE and the app is lightblue .
When i enabel notify ,the nrf52382...
Hello,
I am using battery (3V) to supply nRF51822 system and the circuit is made according to DCDC mode circuit. My question is :
what is lowest voltage the battery can...
I have two p_storage_param modules param and param2 . param would store 3 blocks of 16 bytes and param2 would store 10240 bytes (10 pages). I called pstorage_register (param2...
Hello,
I followed both tutorials about using Eclipse GCC and migrating to peer manager.
I get no error when I follow them individually, i.e. when I use the project included...
Hi,
I developed an application based on s110 using the nrf51 DK and it works fine. The DK is based on a nrf51422 QFAC which is the biggest one in terms of memory sizes. Now...
Hi,
the mesh_dfu.c requires the definition of tx_config_t, which I can't find anywhere in the repo branch sdk-8-support. Same with RBC_MESH_EVENT_TYPE_DFU_SOURCE and other...
Hello,
This is in reference to the following:
devzone.nordicsemi.com/.../
The post talks about the maximum size of application that one can in order to be able to...
I'm trying to get the PWM example to compile in SDK 10. However I cannot get app_pwm.h to compile. I get the following errors:
expected expression before '{' token ble_app_hrs...
Hi All,
We are in design Phase of our product and would like to use NRF52 Chipsets for it. Please Clarify our query regarding it.
I have two Nordic NRF52 Chipsets , One...
Hello:
Im using SDK 10 with softdevice V130.
Im opening UART:
uint32_t err_code;
const app_uart_comm_params_t comm_params =
{
RX_PIN_NUMBER,
TX_PIN_NUMBER,...
Hi,
In nRF52832_OPS_v0.6.3.pdf chapter 16 Power-Power management.
It describle as follow:
Automatic switching between LDO and DC/DC regulator based on load to maximize...
Hi all
I found the following thread that mentions that the "radio test example" can be used for FCC testing:
devzone.nordicsemi.com/.../
Now the certification lab...
Hi,
We have the samples of the NRF52 in CSP, but we don't find the documentation concerning the pin assignments.
We would like to do a routing with this chip, is it...
I am trying to incorporate our Manufacturer name to the Device Information Service. I am working on the ble_app_uart example which does not include the file ble_dis.c nor...
Hi Mate,
When I test the example of ANT which is named as hrm_tx(heart rate transmitter), after I programed the ANT_s212_nrf52_0.5.1.alpha.hex and the application of hrm_tx...