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...
Hi,
i am doing a project where i have to discover multiple custom services on connected ble peripheral from ble central device.
i am using nrf52832 with sdk 14.2.0 as...
hello,
Now i have two troubles in NRF52832 Gateway.
1.Planning introduce:
The only function of NRF52832 Gateway is to scan beacons' advertisements. With beacons‘ number...
Hello all,
So I've ran into an unfortunate situation, our firmware team decided to ditch us just as we're about to launch our product. I got a dump from them including...
HI,All
Before I erase flash ,I must do memcpy(). I do not know why.
As follow, after i delete the function memcpy( (uint8_t*)&data_buff[0], pdata, len), when i write data...
I have been trying to execute a simple program for GPIOTE event. I am using SDK 15.0 and using the nrfx_gpiote li"brary. I have added the required headers.
Yet, I am getting...
Hello,
I have a product in the field (sdk 12.2 and soft device S132, based on NUS profile) since a couple of month that works ok but crash with some Samsung devices
...
Hi I am trying to write a driver for the nrf8001 BLE and interface it with LPC1758 Arm M3. I am a beginner in this field and I am not exactly sure, if I am following the correct...
I try to port LESC example from PCA10040 to PCA10040e(52810) on SES.
Porting work has been done. When building, it reports VFP issues of liboberon_2.0.4.a, as below:
...
Hello all,
I am using the latest SDK 15 and softdevice v5 (downgraded from v6 thought it was causing issues) on the NRF52 DK. When I build my application it states:
Compiling...
I want to make my device automatically go to sleep mode when the power is connected. And when the device wakes up from sleep mode, it should not automatically go to sleep...
Hello, We are trying to use the debugger tool on Keil for the nRF51 DK, But we are having a really hard time to figure out how to make it work. Do you guys have a tutorial...
Hi,
I am developing my own program based on serial example. Project is based on gcc compiler under eclipse. I have preapared my own board with rigado module (nrf52832). HW...
Hi!
SDK13, nRF52.
I try to use FDS storage to flash and always get FDS_ERR_NO_SPACE_IN_FLASH.
What shold I check for normal work?
Now I have next settings:
#define...
Hello,
We are having a peculiar issue with the NRF52 and SDK 13 that I hope you might be able help with.
Having migrated from SDK 12 to SDK 13 with softdevice 4.0.2, we...