Hi
Im looking for a developer in Denmark to discuss ble technology with. Im trying to get better to understand the technology, because i have some ideas involving beacons...
This system does not work if I enable the third Pipe (Pipe2) .
The system is working without any problem as one RX and two TX (Pipe0 and Pipe1).
The problem on enabling...
Hello,
i have read if not all posts about writing to FLASH while using BLE. But could not find the desirable method.
What i would like to do is to write to flash from...
Hello,
i have read all posts about writing to FLASH when using BLE. But could not find the desirable method.
What i would like to do is to write to flash from characteristic...
I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I have two sensor: Si7021 and CCS811 connect to board (nRF51 DK).
Si7021 work fine.
CCS811 always return NRF_DRV_TWI_EVT_ADDRESS_NACK error.
Anyone can give me a help?
Hi,
I'm trying to setup NRF52 with a microphone (ICS-43432) using I2S and easyDMA. I'm new to embedded software development, and would very much appreciate your help and...
Hi,
I am really new to the Nordic products and programming for that matters. But, the thing is that I am in somewhat of a hurry. I would like to use a similar code to below...
Hi all. I am sending to BLE device AE A7 04 00 05 09 BC B7 command, getting status 0 ( success ), but do not get any updates or notifications from BLE at all. So am I doing...
I've compiled the secured DFU bootloader (from SDK 12.2) and loaded it on my board. But whenever I run my firmware, it won't start (none of the expected interaction happens...
Hi there,
As the title says, i'm tring to add nus service to the freertos example (board PCA10040, SD 132, SDK 12). Actually, I want to mix it with the peripherical app_uart...
We started with normal Pstorage functions and add now some pstorage RAW functions.
Could anybody explain the resulting and needed linker script definitions flash allocation...
Hi!
This is my first time working with bluetooth and Nordic chip and I'm having program getting started.
I'm trying to program the Sparkfun nRF52832 Breakout Board as...
1.application downloading
we need to download the appliacation to the address which is designated. However, the NRFgo Studio offered offically can't designate the address...
Hello,
I'm new in programming beacons and ble sofware. I'm using the nRF51822 Beacon with S110 and the USB Dongle.
I updated the beacon with the example ble_app_beacon via...
hello, i am new to the Nordic controllers.I am having 2 doubts.
i want to modified saadc example code in keil 5 for that i want to add "app_timer.h" header file...
Hi guys.
I want to make use of CLI in my existing project based on ble_app_uart .
I was looking at the diferences of there sdk_config.h and there is a lot of stuff happening...
sd_flash_write(((uint32_t *)storage_addr),
(uint32_t *)p_data_addr,
size / sizeof(uint32_t));
why here size value is divided by sizeof(uint32_t).
what is byte value...
Hi,
I'm trying to adapt the HRS/RSCS relay example from the SDK to use the Nordic UART service instead. Currently I can connect to the central just fine, but if I try to...
I'm using RTX timers on NRF51 and I'm getting a 7ms per second error. (I.e. osDelay(1000) takes 1007ms).
It appears that NRF_RTC1 is configured incorrectly in SDK examples...