Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Why did Nordic deprecate the -30dBm TX power setting on the nRF52832? The current TX power settings jump from -40dBm all the way up to -20dBm, Why the power jump of 100X?...
HI Nordic Team :
Our important customer uses nRF52832 to develop bluetooth key product . they want to know how long the 52832 enter IDLE mode by calling WFI instruction...
I am using nrf52832, SDK 15.2, Softdevice 6.1, Embedded Studio to program a custom PCB device. My aim is to eventually send data I have from a peripheral device (through SPI...
Hello Nordic Support,
I would like to know if I don't specify the CFLAG -mfloat-abi but have floating point calculations in my code for NRF52832 target, does the compiler...
Hi,
I use NRF52840 on a custom board. I am utilizing low-level SoftDevice flash API for accessing flash:
sd_flash_page_erase() and sd_flash_write().
I want to register...
What would happen if using the recently released Programmer app from nRF Connect v 2.6.1 for PC, you accidentally erase all de contain inside the Device Memory Layout window...
Hi
Can anyone please explain me as how to change the start address of flash (while using soft device) and changing the start address of RAM too. I am working on nRF52840...
I'm looking at the patched version resulting from applying the pc-ble-driver patch, but this might be present in the original as well.
675 case APP_USBD_CDC_ACM_USER_EVT_RX_DONE...
Hello,
I'm trying to receive a 2-byte data from a sensor from Maxim Integrated MAX31875 but the nrf_drv_twi_rx function only receive 8 bits data. Does this function to receive...
I'm evaluating the NRF9160 DK, and have run into some interesting issues.
I find that the AT client works, sort of, though it's quite flaky and I quite often get timed out...
So, time to give back...
Updating this post ( https://devzone.nordicsemi.com/f/nordic-q-a/23488/a-nrf52-function-mapping-to-nrf51/124863?focus=true#92262 ) which outlines...
Hello
I am in a process of pre-manufacturing for NRF52832 and have a fully working application containing
softdevice: s132_nrf52_6.1.0
secure ble bootloader
application...
As i understood by reading the forum and documents, the maximum advertisement packet length is 31 bytes. That means that devices with custom UUIDs (128bit = 16bytes) may not...
Hi,
I am a hardware designer. I have little knowledge about firmware or software.
Now I want to apply the nRF52832 to an ultra-low power application as a beacon.
I...