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 is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
Hi,
HW: PCA10056
SW: nRF5_SDK_15.2.0_9412b96
I try to enable CRYTO feature in my module. But undefined reference to `CRYS_ECPKI_GetEcDomain' and other undefined reference...
I'm migrating a project from SDK 14.2.0 to SDK 15.3.0 and using the UART (not the UARTE). I want to use the legacy UART driver. I'm hitting these errors when compiling
app_uart_fifo...
Hi ,
Using the at client sample, i get this print :
***** Booting Zephyr OS v1.13.99-ncs1-5904-g71a875c18e2d *****
The AT host sample started
but I cant send any...
Looking for source code or off-the-shelf app to connect an nRF52 to Windows 10, ideally using NUS. I've read some of the posts on this topic but couldn't find a ready-made...
Hi,
i am developing a device with nordic NRF52840 soc and i want to implement a usb device with HID interface and custom hid descriptor, for test i changed nordic usb_hid_generic...
Hi,
have you by chance conducted any experiment using the timeslot API to share an antenna with a separate BR/EDR radio?
A GPIO on the Nordic triggered by the timeslot...
Hi,
I am trying to improve the user experience on IOS with NRF52832: I would like to be abble to scan my device and pair using the IOS bluetooth native manager.
Is there...
so far i am doing good with my nrf52840. i have played with so many examples they all work good. but the problem is when i try to merge them to full fill my need like i was...
Hi,
I'm testing the ble peripheral examples in my custom board with an nrf52810 and in the nrf52 DK (using the hardware emulation of 52810). I started with the ble_cscs...
Hi,
i am working at the moment with 2 devices using the chip nRF52832. And i have to connect these 2 chip each other with a Bluetooth connection.
i have known that this...
Hi,
I am evaluating nrf52 using the light switch example for one of our future products. I have used Nordic nrf51/52 for BLE applications in several products. This is my...
[nRF5SDK15.2.0, KeilMDK, Windows 7]
the code runs ok in the customer board, and the print log as fallows: [00:00:00.000,000] ble_scan: Adding filter on CPS_xxx name [00...
Dear nordic,
I started to integrate PCF853(RTC module) using i2c. but its not getting proper output can you help me what wrong i do?
slave address:- 0x51
read register...
Hi Sir
I enabled the "APP_UART_FLOW_CONTROL_ENABLED", but I measured the CTS / RTS pin always is low during data transmission.
Is it normal ? How to check UART FLOW control...
Hey, i have got UART work on my Thingy52 with ANA/DIG0 and ANA/DIG1 as receiver and transmitter but when I am trying to use EXT0 and EXT1 as receiver and transmitter it doesn...