Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi all, I've just started moving to the nrf52840 platform from another ble module. I'm taking samples from a bunch of sensors at about 20 hz, since this is a battery powered...
Hi Dev Team,
I am using the mqtt_simple example to publish my data out every 1 hour. I tried the example and it is working well and I was able to test it via MQTT.fx with...
Hi,
Is it somehow possible to plot data comming from external target board with nRF52, connected to nRF52 DK via swdio and swclk lines, by some data plotting program? Etc...
I am using NRF52832 for BLE application with softdevice 132 under SDK15.3. My application is supposed to sleep off after certain amount of time when there is no user activity...
I am using two SAADC channel on nRF52 DK, one for pressure sensor and another for battery level. I realized 0.5mA is higher than single channel. Is it normal?
We need to develop a portable device,In order to save cost and low power consumption.We need to know how to make nrf52832 connect to the Internet through the Bluetooth network...
I wrote a program to toggle the pins of P0 and P1.
When I write:
P0=0xff;
P1=0x00;
Only P0.0 - P0.3 are high and P0.4 - P0.7 and P1.0 - P1.6 are low.
P0=0x00;
...
Hello,
I am talking about nRF5_SDK_17.0.2_d674dde/components/libraries/log/src/nrf_log_frontend.c.
In the case of HEXDUMP there seems to be some inconsistency in the packet...
Just downloaded this (5.10d) on MacOS 10.15.7.
(Planning to test with 9160 DK.)
Using getting started assistant
Got as far as the "setup a project in SES" (installed...
This is our 4th nRF52840 DK this year that got damaged this way. After using it for 1 to 2 months the DK does not work power up normally. Then we can only use the board with...
In RADIO - 2.4 GHz radio TXPOWER register say:
"When the radio is operated on 1.2V, the output power is increased by 3 dBm, i.e. if the value -20 is specified, the output...
Hi,
We are having some EMI issues with USB full speed and would like to force the nRF52840 USB controller to operate in USB low speed mode. Is it possible to configure the...
Hi
I use the following script to program my boards which takes 20 to 30 seconds to complete. But recovery and programming done through SES for the same code is much faster...