Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
Hi,
I am working on the examples\ble_peripheral\ble_app_uart sdk 12 example on SES.
I was first setting:
FLASH_START=0x1B000
SRAM_START=0x20001EB0
Then tried...
Hi all,
I've developed a broadband vibration energy harvester that is able to pick up uW of energy from just a couple Hz all the way to 150Hz. I'm currently looking for...
Hi,
My code always throws "NRF_ERROR_INVALID_STATE" error and reset in nrf_drv_gpiote_in_init.
I tried many pins all of them are free and not used:
#define BUTTONS_NUMBER...
Hello,
is there a way to check for NRF_ERROR_BUSY before issuing a new command?
The idea would be to create a timer to retry issuing a/the command if the NRF is not...
Hi,
After following all instructions on: gnuarmeclipse.github.io/.../
And after installing all Nordic Semi dependencies on eclipse.
I import on eclipse the UART_Loopback...
Hello team,
I got a DEV KIT NRF52
And I'd like to get all my LOG : NRF_LOG_* ( NRF_LOG_INFO… ) From my USB interface Serial:
/dev/tty.usbmodem1421
I made sure...
i read devzone.nordicsemi.com/.../ that simple multiple saadc-s is not so easy.
I also looked at github.com/.../ble_app_uart__saadc_timer_driven__scan_mode to use multiple...
When I keep this function :
static void vMain_iInitDeviceManager_Exe(bool erase_bonds)
{
uint32_t err_code;
dm_init_param_t init_param = {.clear_persistent_data =...
Hi, everyone.
I've developed a custom board using nrf52832. I tested it and found that CPU core, GPIO and other peripherals work well, but BLE doesn't work at all.
I ran...
Hi,
Raspberry (SPI Master) -> NRF52832 (SPI Slave)
The code below execute event_handler of SPI with NRF_DRV_SPIS_XFER_DONE type. But RX buffer is empty. All bytes are...
Greetings,
I'm in the process of choosing a nRF52 module. I know of this link for the various modules www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules.
I...
Hello, I've been trying to get directed advertising and auto-connection working on an NRF51822 peripheral.
I'm using SDK V11.0 with SD130 v2.0.1
This is the scenario...
Hi,
I used the code ble_app_uart_c on board 10028 as a base for my custom board.
My board is nrf51822 QFAA based so I changed all occurances of nrf51422 to nrf51822...
Hello,
We are trying to communicate to this board ( www.adafruit.com/.../1697 ) that has nRF8001 at its core.
Unfortunately, our TX is only able to output BLE 4.2
...