Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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...
Hi,
When factory resetting the flash storage, I delete all records, and then call fds_gc(). However, the page that's used for garbage collection still contains a copy of...
Invitation : The provisioner invites the unprovisioned device to send its provisioning capabilities information.
Firmware version from this examle: https://github.com...
Hi.
I've bought the nRF52833 DK and I want to use it with Mbed OS.
But I'm not getting it to work. If I compile the "mbed-os-example-blinky" program for target nRF52-DK...
Hello.
I would like to ask about writing data from Smartphone to Thingy. How to change characteristic using setOnCheckedChangeListener.
Is it correct way to change characteristics...
Dear people ,
nRF52840 and 15.2 version
I have uploaded the program ble_app_hts in my NRF52840. After which I uploaded ble_app_uart but I still get the "Nordic_HTS"...
I am trying to switch off the 3.3v power domain to save power.
I can disable it by using adp536x_buckbst_enable(false) in board_secure.c but when I try to use the same...
Hello
currently we are developing a hid bluetooth mouse using nrf52832 and SDK 15.3. We are using app_scheduler to send movement data to the host pc, but when we enable...
hi,
Is there any working PDM example for nRF52832? or can anyone give a sample initialization code for PDM with easyDMA using the inbuilt nrf_pdm_drv functions?
Regardss...
I am tried porting the USBD to mesh serial example according to usbd_ble_uart this days, and some functionality are test fine including Tx and Rx between Provisioner(USBD...
I teach high school robotics and after the BLE blinky program which works greata with mobile nrf-connect, I wonder what people think is the best, generic BLE
Central and...
Hello,
Can you please provide the input impedance or the S-parameter file of the impedance for the nrf52840 for receive mode, and also at tx power levels of -40dBm, 0dBm...
AD value and voltage conversion between the calculation formula
adc_config.resolution = NRF_ADC_CONFIG_RES_10BIT;
adc_config.scaling = NRF_ADC_CONFIG_SCALING_INPUT_ONE_THIRD;...
Hi, I have a few questions about the nRF52833 DK.
1. Can I fix an antenna array onto the DK to make it a receiver in Bluetooth 5.1 AoA applications? I can see that there...
My LTE Sensor Gateway sample connects via Bluetooth LE to a Thingy:52 and collects the flip state of the Thingy successfully. Now I want to replace the Thingy with the nrf52840...