I built an application on the NRF52 Development Kit.
I was using the old NRF serial application with the retargetio.c file to push data out through the serial port.
I...
Hello
I am trying to build the Zephyr mesh distributor sample on the nRF 52840 dongle
It builds and runs just find on the nRF52840 DK
But when I try to build for the...
Hello I am trying to build the Zephyr mesh distributor sample on the nRF 52840 dongle It builds and runs just find on the nRF52840 DK But when I try to build for the dongle...
I made a custom board And I am running the segger example ble_app_blinky_pca10056_s140 But Even if I run log_init();, it returns error code 5 And even if I run timers_init...
Hello,
We are making a custom board with the NRF5340. There is no external crystal for the 32kHz.
What is the best option between internal RC and LFSYNT as 32kHz source...
My project: I am developing a system consisting of a central and up to 20 peripherals based on the Multi-NUS protocol. Toolchain and SDK : NCS v2.6.1. Development target:...
Hi,
Might be possible to answer the question in bold. Thanks in advance!
We have many BLE central NUS (Nordic UART Service) and many peripheral NUS communicating with...
Hello,
I am experimenting with the NRF CLI example (brilliant feature). I would like to integrate it with my project, which uses FreeRTOS. I've read a few threads that suggest...
Hi I'd like to know how to get status messages into Mesh Proxy Data out. I have a Light Switch Server, and a Light Switch Client. They publish/subscribe to each other, and...
Hi,
Recently I was able to get a single read and write SPI operation to work properly with a custom nRF52832 (BL652) with SPI connection to MCP2515 (CAN SPI) using the nrf_drv_spi...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi,
I am attempting to import an existing IAR project to SES / GCC and am having some trouble. I recently joined the project team and we are making an effort to switch from...
Hello,
So I'm trying to modify the mqtt_simple sample program to connect to azure iot
I've modified the code in a few ways but when I went to run the program it gave me...
hello,
below is the error experienced.
nrfjprog --family NRF52 --eraseall ERROR: JLinkARM DLL reported an error. Try again. If error condition ERROR: persists, run the...
Hello,
I'm using a nrf51422_xxac_s110, with the Keil uvision IDE. I recently upgraded my sdk from an older version, to 12.3 in order to use some components like FDS. Consequently...
Hi guys, I'm using a HFCLK TIMER to time ADC sample capturing via PPI. This eliminates CPU+BLE usage from affecting my time keeping. I assume that each ADC sample arrives...
Do you why I could not pass the "ble_stack_init()? I did download softdevice from 0x0000-0x26000 and Application from 0x2600
int main(void) { // Initialize. log_init();...
I can run some of the samples on my nrf9160 DK, however when it comes to this one I get a assertion error err==11 that I have not yet been able to solve.
ncs/zephyr/subsys...
Hi,
In my application I need accurate calendar capabilities such as alerts on every hour and alert on a specific hour every day. Is there any implementation of such a mode...
Hi,
Want to read data from HX711 adc amplifer with wheatstone bridge loadcells, but when i run the program, my output is <info> app: ADC measuremement -8388608 all the time...
I'm a little confused by the packet rate I'm getting on Gazell. Or rather I'm confused by the low number of 'timeouts' I'm seeing - I'd expect to see more, and would like...