I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hello,
I'm using SDK 132 (v5), kiel 5, SDK 14 and the nrf52 dev board.
I'd like my application to have multiple Offical Services (Heart rate, Humain temperature,...
Hi,
For my new project, I copied the linker script and Makefile from examples/ble_peripheral/ble_app_uart/pca10040/s132/armgcc to a folder and changed the SDK dir and project...
Hi All,
I have developed a device using the nRF51822, and the connection interval is set to ~1000ms.
When reading a characteristic from a Raspberry Pi, we are timing...
Any updates on this from anyone? Please advise
Hi,
The i2S microphone that I am using requires a over sampling rate fixed at 64 therefore the WS signal (LRCLK on nrf52...
Hi community, I'm running a 51802 on my custom board with no other parts on it, except for some buttons and leds directly connected to GPIO, and a DC/DC converter which feed...
The term 'slot' is used in the context of the Eddystone beacon specification.
I cannot find a definition of that word.
For example, the sample app from Nordic says ...
I set up an account a few days ago on nordicsemi.com and today it's rejecting my login. I then requested a new password which was sent to my email but when I copy and paste...
I am studying how to update the firmware through BLE at the moment. I used the example project of "ble_app_buttonless_dfu", but I am having many questions that I don't understand...
Hello everyone,
My job is to migrate a functionnal code made with IAR to GCC Eclipse.
When I compile with IAR and flash the hex file (softdevice and application) using...
I'm using:
bootloader_secure example in SDK 12.3.0
SoftDevice S130 nrf51 2.0.1
Is a bootloader update 100% failsafe against power loss anytime during the process...
Hi:
I am using nrf52832 and I met a strange problem:
SDK version: nRF5_SDK_12.2.0_f012efa
First experiment(NO BLE):
using example peripheral/timer:
code...
Hello Everyone, I want to use NFC on nrf52 DK to wake up the board from System off. Is there any examples similar to this situation where I can learn more about NFC and Sense...
How should we empty the receiver array after getting response from receiver using uart since previous values are also coming with new values (or) how much delay should be...
Hi,
I'm have compile error that I haven't been able to solve for an nRF51822 on mbed. I'm using this sensor library:
developer.mbed.org/.../
However, it's a bit confusing...
Hi,
I have add the beaconing example to the project, just modify examples.emProject manually. And saw the beacon broadcast "Nordic Semi Mesh" in the lightblue app.
After...