I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Our pcb is used for gps location data. We have a nrf24L01 nordic chip as the micro process or between the gps module and wireless module (2G). Our engineer needs to capture...
Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I'm trying to update my project to use the latest S110 softdevice release. The trouble is that I have written many of my own hardware abstraction layers and they are conflicting...
Hello,
I am trying to program a nRF51 chip with a dev kit. When I install the base nRFGo Studio, it is able to detect the board but it won't read the chip because it is...
Hi,
I am experiencing an interesting case ( I am not sure if this is a problem indeed).
I have been trying to develop code for ISP1507 (nRF52832 PC10040 based) on two...
Hi ,
I have tried to test the current consumption on NRF52840-DK (PCA10056).
DCDC is enabled.
RTC is running.
No BLE is advertising.
The DK is powered via USB. ...
hi,all
i got the nrf52832 dk and run the ble_app_uart example ,
but i found nothing output in jlink rtt viewer after called the NRF_LOG_INFO("UART Start!") ,
so could...
Hi.
I did the secure bootloader DFU. I attained step 8 in document .
I instal softdevice and secure bootloader to flash nRF52832. After make the ble_app_buttonless_dfu...
Routing the DCC pin on the nRF52832 with the chip scale package is pretty tough. The bump is surrounded on all sides by other bumps, so I don't have room for a via in the...
Hello,
I'm using nRF Connect V2.6.1 on Windows 10, I launch " Bluetooth Low Energy V2.2.0 " that uses PCA10059 Dongle as central.
Also, I have developed a peripheral application...
There are 12 LEDs which are connected using shift register HC595 ,the module used is nrf51822(bluetooth module). I want the LEDs to go off after 3 seconds interval. My code...
Hi there,
We are having issues with our boards that uses nrf52832 chip. Our first built had this chip and everything was working fine. We built a second batch and all boards...
Hi,
In nRF52832 datasheet I found that it is having internal oscillators, like 32.768Khz RC oscillator and 64MHz RC oscillator. If it is having internal oscillators what...
Hello
Most of the time we shall use the BT TX 0dBm. In special cases when we want to increase the communication distance we may select the 8dBm mode.
For RF type approval...
I am implementing long read with authorization in the server (peripheral). I have a characteristic with vlen = 1 and maxlen = 300. ATT_MTU = 23.
gatts_attr_md.vlen = true;...
Hi,
I added nRF5_SDK_15.2.0_9412b96\modules\nrfx\drivers\src\nrfx_timer.c to my project. In sdk_config.h I have:
#define NRFX_TIMER_ENABLED 1 #define NRFX_TIMER1_ENABLED...