Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
My code is as follows:
APP_GPIOTE_INIT(4);
retcode = app_gpiote_user_register(&gpioID, 0, (1 << INT_PIN_MAXIM), interrupt);
The latter function call seems to fail with...
I have check the mesh feature on below link:
github.com/.../nRF51-ble-bcast-mesh
But it seems to work under SDK8.0, how can I make it work with SDK11 and SD130?
Thanks...
To all,
I looked through the nRF52832_PS_v1.0 product spec and I can't find any power consumption numbers for Flash erase. Does anyone know what is the Flash peak current...
I'm trying to migrate a BLE peripheral app on nRF51822 from SDK 10 and s110 to SDK 11 and s130.
I saw that the new Peer Manager does away with pstorage in favour of fstorage...
We designed a BLE device (based on SDK v10.0.0 + SoftDevice S110). From this device we do a few notifications (through sd_ble_gatts_hvx) between two connection intervals....
Hello I have some question about Keil uVision and Nordic Semiconductor SDK.
My development platform is Keil uVision v5 and my target board is nRF51-DK
I've studied many...
I can't find sample code showing how to send multiple packets per BLE interval.
Can someone share an example or point to one in the SDK?
Thanks
Hani Abidi
Hello all,
I am using the nrf51822 chip as well as an accelerometer LIS3DH. The device does advertising and turns on a LED when it is active.
The accelerometer is configured...
I have implemented multiple application timers who all automatically use the scheduler because I used:
APP_TIMER_APPSH_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I just started using the RTT and it's been a huge help. I'm working on a multilink application, and would like to have each link output to a different RTT terminal. I use...
Hi !
I'm using S130 softdevice on SDK 11 as central. I'm wondering if there are any conflits in the stack I should be warned. I know it is not allowed to start connection...
So im basing my project on your Android-nRF-UART-master example found in github, i don't know if its a app bug or issue regarding the circuit, but first connection is always...
I want to send over Uart when Button1,Button2, Button3 and Button4 are pressed.
static void button1_pressed(void)
{
printf("\r\nButton 1 pressed\r\n"); //Turn on
}...