Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
I am using nrf52840 module(peripheral) for transmitting 10samples/10ms and central device as the same nrf52840 for receiving the samples. Although I receive the packets, there...
Hello,
I'm working on an application in which I have to dynamically switch between a TWI master peripheral and SPI master peripheral that use the same peripheral ID (our...
I have an NRF24LE1 transmitter using ESB. It is sending a static payload of 10 bytes every sec.
The other configurations on the transmitter are: RF channel:2, CRC: 1 byte...
Hi,
i'm wondering if there is any IC (for example nRF52832) that can reach a range up to 155 meters available within the Nordic semiconductor catalog ?
i know that the...
In nRF5 SDK 12.1.0 a bug was fixed in nrf_drv_wdt_init(). Watchdog timeout could not be larger than 131 seconds because of (x * 32768) multiplication before. This bug is again...
In the spec it says that the typical ramp up time is 140us (or 40us in fast mode). But there is no details on maximum or minimum. What is the true tolerance on this value...
We are building a simple project, let 51822 connect the mobile, once per second. We found that the Tx power of 51822 is getting weaker and weaker (view the voltage over a...
I have a nrf51 dongle and would like to use PWM on 3 pins.
Managed to get it working on pins 15 and 16, but somehow pins from 17 to 20 just don't work.
For example: I set...
Hi,
I have two nrf52840 boards and I am using the ble_app_att_mtu_throughput test app. The tests seem to be working OK, but I am not getting the throughput I was expecting...
When performing flash operations, i.e. via FDS or FSTORAGE, etc. - will GPIOTE events be captured and 'queued' until the CPU is no longer halted?
Said another way:
Can...
Hi ,all
I have a problem in my project .I want to use gzp preload ack feature .When the host receives datas ,I would use this function "void gzp_preload_ack(uint8_t* src...
Hi,
I've asked a few questions previously regarding programming of the nRF24L01/+ for simple data interchange between two devices, and my questions were answered -- many...
I want to use the development kit for Bluetooth 5.0 IoT product development.
Is there packet sniffer software available for the nRF52840 development kit?
If yes, will...