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...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
Hi,
I'm trying to get a custom PCB working. I can use either the plain peripheral UART, or the ble-app-uart example projects on the NRF52-DK and they work, but they don...
I am using the nRF52 Preview kit (PCA 10036 board) and SDK 0.9.2. Up to this point, I have been able to do everything I want with TWI using the hardware driver. This time...
I tried measuring idle current for nrf51422 board and got something about 1900 uA using multimeter without resistor and with bridge SB9 cut. I know the value is too high....
Dear all:
error occured when I was programming application hex in nRFgo Studio1.20.0,just refer to "program application error.png" ,the error shows "programming failed...
I have a sensor device that needs to transmit every so many seconds. I am looking for a code example to run on nRF52-DK that will do this, sleeping inbetween transmissions...
According to the Gazell using the 1MHz spacing for each channels and the DTM using 2MHz spacing.
Then can we use the DTM channel 0 for Gazell channel 2 to test the Frequency...
I am looking for a nordic BLE development board that can do data transfer through the UART. Something like SPP (Serial Port profile).
Here is what I need;
The iOS and...
Hi,
Question regarding blog from Thomas Søderholm ( blog.nordicsemi.com/.../which-technology-should-i-choose-to-connect-my-wearable-device-to-a-phone):
Can't you do...
Keil 5.18a forces me to install "missing Software Pack"
I am trying to set up SDK 11, SD312, with Keil 5.18a, but when I try to load an example from the SDK 11 examples folder...
Hi! I have a nrf51 that act as a central and a beacon that is my peripheral, they connect to each other using is_uuid_present but I can't enable notification using db_discovery...
Hello,
I am currently designing a PCB containing the nRF51822 chip and I am concerned about how I will be able to update the program.
I have 2 main questions :
I...
Hi,
I developed an application with Nrf51822 with some bonding need.
No problem with android or using the dongle, but using iOs systems it happens that after a random attempt...
When I add a GATTC in S110-V6.0.0 ,my GATTS stops working,the NRF Master control panle retern ERROR(0x85):GATT internal ERROR Error(0x85):GATT ERROR .Can S110-V6.0.0 run GATTC...
The note on the IoT softdevice says:
"This SoftDevice is a technology prototype only. Therefore, it should never be used in production."
Will there ever be a production...
Hi
I know perfectly it is not possible to debug while the softdevice is enable and the Bluetooth is working. When I try to set up a breakpoint under these conditions, the...