Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
I would like to develop my own central device to communicate with the RedBear Arduino shield. The RB device uses a from of UART communications to send data to/from Android...
I was wanting to use a nRF24L01 with a breadboard but its pin-out didn't allow it. A solution then occurred to me based on parts at hand. I wrote it up with instructions and...
Hello. Can I get a literature to the nRF51 series?
I need a full abstraction of the nRF51, like a book or other information, it's structure schematic of build-in modules...
hts, HTC phone, nrf tools HTM, nrf51822,
every time when it's power up :
the once connect: error code 0x7A cann't read characteristic and 0x14 state change.
the second...
Our company needs wireless temperature sensors (can be externally powered or battery operated) and transceiver with 4 channel analog outputs. It has to be finished product...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...
In order to evaluate the nRF9160 for coming projects, I need to know if it is possible to use Keil as the development platform for the device.
We have a very large codebase...
Hi, May be it's some what basic but I'm not able to update my pwm value. I'm using sdk 14.02 with softdevice in SES. This is my code:
PWM Config:
PWM init:
Update...
fds appears twice in ble_ots:
1. In ble_ots_init:
err_code = fds_init();
2. on_disconnect
err_code = fds_gc();
It does not look like fds is really used in ble_o...
Hello!
I use Segger Embedded Studio. Ubuntu 18.04 I'm trying to build mqtt_publisher project from zephyr samples. And get error: undefined reference to `sys_rand32_get'...
Greetings,
Here are the details:
IDE = SES v4.12
SDK = v15.2.0 and v15.3.0
Hardware = Nordic nRF52 DK (PCA10040 v1.1.1) * 2 and Rigado BMD-300-EVAL * 2 (vB)
I connected...
Can you explain me what I need to do in order to have the esim ? Do I need a physical component ? I am new to this subject if someone can help me a little bit. Thanks
I am trying to measure and characterize expected battery lifetime of my design. I've noticed that as the effective Connection Interval goes up, so does the Rx current peak...
After init I2C channel
#define TWI_INSTANCE_ID 1 // because SPI0 share same reg add with TWI0 we change and enable TWI1
#define MAX_PENDING_TRANSACTIONS 5
NRF_TWI_MNGR_DEF...
Hello,
I am trying to estimate Battery life. I am using CR2032 with 230 mAH capacity. I am confused with the calculations.
As per excels sheet in below link, for 500...
Hi, I have strange problem using pc-ble-driver on nrf52 with heart_rate_monitor example. When I set advertisement data to be 16 bytes long, two of our testing phones cannont...
Hi,
I am using nRF52832 and I need to create a timer interrupt handler, which can trigger at 417us (microsecond). I am using Segger Embedded studio. Please, can anyone help...
I have a project which recently started logging the following error on boot.
nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.
This is the only log message....
Hello
I have a simple Thread network with 3 nodes and I would like to send a provisioning request from one to the 2 others in order to get their IP.
I modified the Thread...
I will like to know if the nRF52832 is capable of working properly when placed in series with a 30 Ohms Resistor ( which is the battery resistance for our application) at...
Hello,
As nordic has implemented sdk for mesh and i have been using mesh sdk v3.0.0 LIGHT_SWITCH_EXAMPLE but i am facing some problem regarding pa_lna. Actually wt i have...