hello
i am using the Nrf52dk with Visualgdb.
i try to run the example project (tcp/IP -> client).
i am using the Nrf5 IoT sdk v0.9
Project complied successfully but i...
I'm using an nRF52 (SDK11.0.0, s132) and am able to generate a hex and axf via Keil/uVision. It uploads and works just fine using a Segger J-Link. I want to try some lower...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
I bought the nRF51822 Smart Beacon Kit. There are some firmware source code files but not Keil project files are there. Can someone help me point me out to configure the source...
I experience a weird phenomenon in which my BLE device name that is advertised doesn't match the one I programmed. This only happens in iOS. Tested with Nordic App, so I assume...
Hi, I tried to make Scanner(S130).
I use SDK 9.0.0 and S130 1.0.0..
I was able to pairing and exchange data at 16bit service and 128bit custom service.
but, if peripheral...
NRF5x v1.2.2 Plugin
BDS V1.0.2095
Windows 7 Pro
Create a new project
Import Profile: Cycling Power
Generate Code For: Server
Select Plugin: Nordic Semiconductor v1...
Hi! I'm running the Espruino JavaScript interpreter on a Nordic nRF51 (actually the BBC micro:bit), and I am finding it will totally reset itself when trying to erase a page...
Hi,
I'm trying to design the solution of this problem: I need to detect when a peripheral module goes off-range vs. an associated central device (smartphone/tablet).
The...
Hi,
I'm trying to debug my program after trying out the DFU example (specifically dfu/bootloader/pca10040/dual_bank_serial_s132).
Using my Segger J-Link, I run 'erase...
Hi,
I'm using the nRF52832 QFAAB0 with IAR Embedded Workbench IDE.
I have "nRF5x_MDK_8_5_0_IAR.msi" installed.
Inside IAR i have the device selected as "NordicSemi...
I'm trying to write a small program in mbed that relays incoming UART BLE messages to the USB UART.
What is the proper way to setup notifications?
Right now, if I call ble...
Hi,
Warning: This might be a bit of a rant.
Is there going to be an effort made to make more of the nRF52 hardware drivers compatible with FreeRTOS?
Hopefully constructive...
Hello,
I am starting from ble_app_multilink_central example in SDK11.
Per the comment, when updating the number of central links, RAM setting should also be updated...
Hi,
i am using pca10028 with S130v2
We'd like to use a couple of services as we have to deal with a number of external interfaces.
Sadly we cannot get more than 4 services...
Hi there,
I'd like the ability to hold some data locally then resynchronize once the central reconnects.
Are there any example projects that demo this?
What is the...
Hi,
i am not able to send (write characteristic) from android at a higher transfer-rate than 2.3 kbit/second.
With another Bluetooth LE peripheral i get more than 100kbit...