Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
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
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...