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,
I was trying to implement software UART for our product so I decided to use timer compare channels event connected to gpiote with interrupt. I want to toggle data line...
Hi,
Application: turning on/off a LED by toggling a GPIO pin using a timer and PPI. Important: the on-time of the LED must be very precise, i.e. the jitter must be minimal...
Dear Sir/Madam,
I have a sensor prototype board using nRF51822 for Bluetooth communication and I am now working on its firmware. I have installed MDK version 5.16 and...
Dear sir,
Sir i am using MDBT42V module. I want to know that whether the SCL & SDA pine are internally pulled high in this module ?
Regards,
Manoj Hiwarkar
Hi,
I have a problem where I am getting NRF_ERROR_RESOURCES errors 2 out of 3 times when sending notifications from my peripheral to my central. I think this is caused because...
I have designed a custom board with a TF325J32K7680 32KHz clock with +-50ppm tolerance, for the 32MHz I am using the CX2016DB32000D0WZRC1 with +-40ppm tolerance.
Simple...
Hi,
Within each example in the NRF5 SDK there are a number of folders including
arm4
arm5_no_packs
armgcc
config
iar
I'm having trouble finding an explanation...
Hello everybody,
I used SDK14.2.0 , S132 .
I keep the data from nus_data in the uint8_t array. Then I am trying to write the array with use fds_write.
My fds_write...
Hi, I would like to add source files to Projects with a reltive path. The reason being that I would like to have my own code in a cloud based directory and code from SDK in...
Dear friend,
To u se the Power Monitor for current profile measurement of nRF52832, I prepare the board by doing both of the steps described below:
(1) Short solder bridge...
Hi There,
I currently using PCA10040 development kit for my project. I tried to merge with \nRF5_SDK_14.2.0_17b948a\examples\ble_peripheral\ble_app_blinky\pca10040\s132...
Hi
We have a product with Nordic nRF9E5 coupled to Texas CC1190 amplifier.
We are seeing transients at start and end of TX; worst at end. We appear to be non-compliant...
Hello, we are using SDK 5.2.0, SoftDevice 6.2.1 S110 on the peripheral side and S130 on the central side.
We have implemented a serial data link between the two, the central...
I have made a custom PCB with the nRF52832, following the circuit reference, I used the C3 and L1 for tunning the antenna. Instead of a chip antenna I placed a wire in the...
The NRF_LOG library apparently uses memobj, which uses balloc. I assume that means I need to add some blocks in my sdk_config (i.e., MEMORY_MANAGER_SMALL_BLOCK_COUNT, etc...