Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Below linked blogpost says,
if using a PCB antenna, the matching network should consist of one shunt component.
devzone.nordicsemi.com/.../ .
And in the reference design...
Greetings,
For my application,I need to change the nrf51's mac address.
Previously I have changed the MAC id using the following code,
static ble_gap_addr_t m_central_addr;...
Hello friends,
i am new to embedded programming and trying to learn the new things in embedded for this i am doing 1 project in which i am using mpu9250 with pwm.
is...
Hi,
I want to interface FN-M16P with nRF52 through UART. To access this module I need to send commands to perform specific actions.Is there any specific example like this...
Hello,
I am new in this community and I am trying to get started with developments using nRF52840 DK. I am using SDK 13.0 for the library and I compile my code using armgcc...
I would like to be able to leave the bootloader installed and debug an application. I have been able to use the merge tools to get the hex files all merged and generate the...
Hi, i'm currently working on a low power sensor device based on nrf52832. I want to transfer data only to bonded central devices. Priority is using static passkey, but my...
After reading a few related questions and the official tutorial, I have a guess, hoping to confirm:
If I do not need to add extra events into schedular for management purposes...
I'm doing experiments on high throughput and need to call sd_ble_gatts_hvx, but there are a lot of confusing things so it's hard to get started.
If I want to know if notify...
Hi,
I have a nRF24LE1 development kit and a starter kit. If I turn the power off and turn the power back on using the power switch S9 on the motherboard. The nRF24LE1 chip...
I am using pc-ble-driver-py to configure an nRF52832 demo board as a BLE central device. I currently have the heart_rate_collector.py example working. However, what I would...
I am build a sound client project
when I received the data from the thingy52(which is sound server device)
the I play the sound by function drv_speaker_ble_pcm_play...
Hello,
I'm trying to interface this cheap OLED display from ebay
and while running and debugging the code I think should work(all based off the TWI_sensor sdk example...
Hello All,
I am working on Raytac module based on nrf51822 with ble_app_uart code. I can see on module there is no external crystal ,
my module is not able advertise,...
dear nordic employee
I have two thingy,one of witch is the sound server(nordic provide)
now ,I want to do a sound client,I have learned the service knowledge
but...