Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hi,
we are trying to develop a BLE keyboard that work with android and ios. We made custom board using nRF51822 and keyboard driver IC with a qwerty keyboard layout. We...
Hi,
In SDK nRf51-SDK_9.0.0.2e23562, I call sd_ble_gatts_characteristic_add().
I set the p_cccd_md read_perm as BLE_SEC_MODE1LV2 or BLE_SEC_MODE1LV3, and set write_perm...
softdevice_enable was executed.
Will not proceed after sd_ble_enable.
I have tried the following ram address.
0x20002128
0x20002080
I use the IAR 7.5 compiler...
I changed the number of byte in one package from 20 to 250, but I used Nordic UART Android app to receive date, it also just can received 20 byte per package, is it passible...
hi
i make spi connection between nrf and lpc1788 . nrf as slave and lpc1788 as master. i got data from lpc but when i send data to lpc nothing send . when using another nrf...
I use nrf24le1 design a board, but it works abnormal when distance farther than 0.5m.
This is my pcblayout,designed by ad14. Can someone help me to check is something wrong...
We're currently running into a lot of bugs using timer1(and 2) especially with the softdevice enabled. Every so often it glitches, and after further inspection of the code...
Hi,
I am currently porting the serialization transport layer to a stm32 chip (the spi 5W master configuration).
I am facing an issue in the state machine used to handle...
hi,In the host,
if(nrf_gzll_get_tx_fifo_packet_count(pipe) == 0 )
{
nrf_gzll_add_packet_to_tx_fifo(...);
}
In the devcice, every 5 min send packets to host ,but ack...
Hi,
I'd like to design a custom software an win10
to help in design a custom hardware using nrf51822...
at this time I have an eval board (PCA10028) whit a custom firmware...
We are trying to dump DFU code using Keil into nrf51822 IC. We are getting error, we are using SDK12. we tried many solutions provided in devzone, we were not able to solve...
Hello everyone,
I am trying to congifure two gpio pin (pin 6and 7) in standard high drive mode 5MA because am trying to connect those pin to the speaker inorder to increase...
When I program the board the COMP and Timers work fine. Upon removing the debugger and resetting the board it also works fine. But if I subsequently power off the board and...
Hello.
I don't know difference of GPIO's input/output direction setting.
There is two register for gpio setting.
DIRSET : Dir set register
PIN_CNF[n] : Configuration...
Hi there,
Is it possible to call SOC library functions before calling sd_softdevice_enable()?
In particular, i want to set up my interrupts with sd_nvic_SetPriority...