What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hi all,
i am getting values properly, if i set 250 samples per second. but if i set 1000 samples (1ms), i can not get values after some moments. it is showing time out error...
Hi,
In preparation for FOTA which would double the flash space requirement, I noticed the Region Size for FLASH is only 429568 and I would have assumed it was the 1MB advertised...
I am trying to connect my thingy91 and preform an MCUBoot. This is not working and i get the following error code: Errorcode: CouldNotCallFunction (0x9) Lowlevel error: INVALID_OPERATION...
Excuse me, I use BSP_EVENT_KEY_0 to get into the sleep mode, however, it will go to the NRF_BREAKPOINT_COND and then reset the device;.
case BSP_EVENT_KEY_0:
SEGGER_RTT_printf...
I have developed data loggers based on nrf52840,it uses nus service,max payload is of 240 bytes,the device stores 30kb data in a spi memory.we have a custom built android...
Dear community, as already mentioned here https://devzone.nordicsemi.com/f/nordic-q-a/30622/nrf_cal_set_time-setting-issue-for-2100-year/121167 Im wondering how do you deal...
Hello. I need to calculate the RSSI value from the module nRF9160. I am using the nRF9160 DK 0.8.2. From the AT reference guide, there are two commands: AT+CESQ and AT+CSQ...
The new Bluetooth specification 5.2 will support transmission of audio data in a so called isosynchronous burst mode to external, BLE capable speakers, opening up a long asked...
Hi,
We are having some issues with the values obtained via ADC readings. We have a few designs using the nRF52840 where the analog reads from sensors are not stable. To...
Hi,
We used nRF52840 Dongle to receive BLE peripheral device 240Bytes notification. The connectivity that "Bluttooth low energy" (nRF connect) programmed can received 240Bytes...
Hi,
I am using NRF52810 controller, The power consumption of my board in SLEEP MODE is 200uA . According to datasheet the ideal current in sleep mode is 3 uA.
In advertising...
Hi,
I use SDK16 ble sec-bootloader and merged application image together followed by the guide of the website
unfortunalately , after flahsing fw_all_s140.hex to device...
Hello,
Question regarding GPS power consumption numbers in the nRF9160 data sheet (V2.0)
Section 5.2.1.16 GPS Current Consumption:
Are the current consumption numbers...
Hi,
I would used a RTC calendar (Years, month, day, hour, minute, second).
The smartphone connect to the nrf51822 and updates the date and time.
The nRF51822 must perform...
Hi,
Is it safe to call nrfx_spim_init() multiple times with and without a handler without calling uninit() in between?
I have an SPI device that needs a sequence of steps...