We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there,
I have some nRF5340 Audio DKs, and have got the example nRF5340_audio application working fine. I am using VS Code on Windows for this, and SDK 2.4.0.
What...
I am trying to run the NCP light_zc sample (with nrf52840 dk on usb) on latest RaspberryPI 4 (aarch64)
The sample starts, does some communication on usb then the nrf reboots...
Hi,
I am trying to use the UART on my nRF9160DK board.
In my program I have 2 uarts in use. uart0 is used for printk output and uart1 is used to receive data in async...
Hello! I'm working on an application with precise timing and I'm using timers and PPI.
In the callback pulse_end_cb() I seem to get garbage instead of the parameters, which...
Hey, so we have been building a prototype similar to a hearing aid with the nRF5340 Audio DK. I had a few queries regarding the DSP block of CS47L63 Hardware Codec which is...
Hi,
I'm implementing a BLE GATT peripheral that has no display but it does have a button.
I'd like to make some characteristics only available to devices that are BONDED...
Hi,
I am using CJSON_LIB from nrf-sdk modules, I even tested this cjson lib in such a simple way in helloworld app (I attached the sample project.), and after running for...
Hi!
We're looking into possibility to use nRF5340 and nRF7002 to provide BLE and WiFi access to an external MCU. The idea is to use one of NXP's MCUs as the main processor...
In the Power Profiler, when I select a larger area in the data logger, then it stops updating the selection time. It works great till 16:40m, but then stays at this value...
Hi,
We have developed our code against SDK 2.3.0 and I wanted to try to upgrade the SDK to 2.6.0. I had to remove CONFIG_OPENTHREAD_CHILD_SUPERVISION from my prj.conf, but...
HI
I basically define uart_init(); in Main.
And use DEBUG below to decide whether to use UART.
#ifndef DEBUG
NRF_UART0->TASKS_STOPRX= 1; NRF_UART0->ENABLE =...
In the transition from SDK v2.5.x to v2.6.x, Nordic removed support for boards that don't have the nonsecure (_ns) configuration in the Azure IOT hub sample. In other words...
Hi
I developing a nrf9160 project and try to use FOTA, I reference to example /samples/cellular/nrf_cloud_rest_fota.
finally firmware can successfully downloaded
...
I'm learning to use the Zephyr toolchain and in the interest of connecting the Zephyr-side coding to the i2c protocols I am familiar with, I have some questions.
I'm trying...
I have my software set up so that it does some computation within the Attribute write callback function like this.
b roadcastKeyHandler does somewhat of...