Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hello, I have looked into the compatibility matrix and I couldn't find any clear answer about if the NRF Beacon Kit is compatible or not with the S130. Does anyone tried to...
hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hi,
I've been suffering with detection of writing to cccd to enable notifications. The S132 (nRF5_SDK_13.0.0_04a0bfd + s132_nrf52_4.0.2_softdevice) never fires BLE_GATTS_EVT_WRITE...
Hello, I'm migrating a project from nrf51 to nrf52, and there is this function:
uint32_t dfu_init(void)
{
m_cmd_handler = *((bl_if_cmd_handler_t*) (0x20000000 + ((uint32_t...
Hi,I use demo project in
nRF5_SDK_12.1.0_0d23e2a\examples\peripheral\saadc\pca10040\blank\arm5_no_packs\saadc_pca10040.uvprojx.
I made the following changes:
1.add...
Hi all,
what is the most correct way to delete the bonding information when the client and peripheral are connect.
Delete_peers
Wait the QUEUE_EVENT_PEER_DELETE_SUCCESSED...
Hi,
I have an nRF52832 sending data to a central device. At the central side I am testing two tablets (separately). One is a Samsung Galaxy Tab A 2016 10" and another one...
FDS error in FDS_VIRTUAL_PAGE_SIZE 1024 ?? (NRF51)
github.com/.../nRF52-fds-example
If I use FDS_VIRTUAL_PAGES 3 , FDS_VIRTUAL_PAGE_SIZE 1024 , then there comes FDS_ERR_BUSY...
HI,
I want to snifer BLE data using nRF51 dongle and ble-sniffer_win_1.0.1.exe,but when I plugin the dongle on my pc,then running ble-sniffer_win_1.0.1.exe ,it can't scan...
For my application I use a RTC. For now without SD and based on SDK 11.0. Later I will implement it in an application with BLE. My device is a Raytac module with a nRF52832...
I see some interesting phenomena on the power profiler (with nRF52840) that would need some help to explain. I am using the ble_app_uart code from ble_peripheral folder in...
I press the debug command for my program
Then I press the run the command
Here is the function of the run command
Continues executing the program until
...
Hello everyone,
We're currently in the process of porting our code from the NRF51 to the NRF52 (both without any softdevices). Everything compiles and seems to be working...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
After performing the first ADC operation (4 channel scan, sample rate controlled from TIMER1), the power consumption stays at almost 4 mA for the nRF52832.
Why?
Initialization...
Hello, as oppose to S110, the function sd_ble_enable for S140 now includes one more parameter p_app_ram_base, which points to a value that stores the app base ram address...