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 :...
Hi,
I'm trying to edit the C library code which communicates with the nrf52 dongle. I'm using custom gatt & the descriptor CCCD is 0x2902. Since its not able to find the...
Hi,
I'm working on a bootloader that combines both the BLE and UART transport layers. We have custom hardware containing the nRF52832 chip running on SDK 15.3, and we're...
Hello,
I'm using the nrf52840 to try and receive a byte from the nRF24l01+.
After configuring, I trigger TASKS_RXEN, but never receive EVENTS_RXREADY.
Here is the code...
Hi,
I use nordir 52840 as zigbee corrdinator, but one zigbee device send math descriptor request package, I can not get the information in application process. How can I...
To the kind attention of Nordic support team,
I have got a project with this memory configuration
and this
<!DOCTYPE Linker_Placement_File> <Root name="Flash Section...
Using FStorage with SDK 15.3, I can write and read from flash storage with no problems.
When I flash the code directly, without the debugger, then the application has problems...
Hi!
I am customizing the template app for my product which includes 128 bit custom UUIDs.
So, adding the first of these to the app I edited m_adv_uuids to include it;...
Hi I am developing a broadcast/advertising only device using the nrf52840 that sends out a status every couple of seconds.
All I care about is the BLE app to track the status...
Hi,
I am struggling to connect to my device using the nRF Connect app and keep getting an immediate disconnection when attempting to connect.
The error looks like this...
Hi Nordic
I've read sdk16 examples "pwm_library" and "pwm_driver", I also use PPK to measure pwm_driver,
the power consumptiom is around 500 uA on 52832DK with some modifications...
Hi!
We would like to develop a PC application which handles and controls a Bluetooth mesh network of devices.
Can we use the serial interface to do such a thing? I mean...
I have seen that a power profiler kit is available for the development, but it sais is compatible for nrf51 and nrf52. It is compatible/necessary with nrf5340?
HI All,
I've got a project that needs to go into production in a month and they want us to add a BLE beacon feature where it will send a small status packet of perhaps 20...
Hey helpful people! I am trying to get started with the Thingy52 development, but I'm having a hard time getting started since I am not making a mobile app. I have it connected...