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...
In my application,the end product is given to the user with a static passkey. We need to give the user the provision to change the passkey .currently i run the code of static...
I seem to be having trouble running the buttonless DFU example on the nRF52833 DK (pca10100). It doesn't show up in nRF Connect as having dfu enabled.
I am using:
1) nRF5...
Hello,
I need an example of Timer and ADC for nrf5340. Already I checked this example but it is unclear and also has some error with semaphore. could you please give me...
Hi
Currently we were looking for buying Laird 451-00004 dongle to be used with PTS software. Since the device is not available with any of the distributor. we are approaching...
chip:nrf52840
SD:S140 6.1.0
SDK:nRF5 SDK v15.2.0
ASSERTION FAILED often appears in my firmware, connecting J-link in debugging state or turning on NRF_LOG and outputting...
Hello, I am using FDS to store three int32_t numbers. Here is my code for storing :
Here is my code for reading :
Here are the logs (stored values are the correct...
I'm having trouble sending more than 256 bytes over TWI.
nRF52840 SDK17.0.2
Used Function :
I have to send 8,208 Bytes continuously through the TWI interface in the...
Hello,
I'm trying to establish a connection with my own MQTT brocker on MQTT Box. I change the config on the prj.conf and on Kconfig file, like this :
But when i rebuild...
I downloaded the CIAA Layout and BOM resources from this page: (1.0) https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52832/Download#infotabs . I opened...
Hello there,
I cannot manage to activate my SIM card. Can I get some help?
* Tried outside of my company firewall? Yes, to no avail.
* Tried entering only the first...
When NRF52832 as SPI Slave, how can I know how many bytes the slave should read,the API nrf_drv_spis_buffers_set(&spis, m_tx_buf, length, m_rx_buf, length)),does not have...